We have to calculate the mean and median of the vowels in English alphabet.
The vowels are a,e,i,o,u.
According to the english alphabets,
a=1 , e=5, i=9, o=15 and u=21
So the data is:
1,5,9,15,21.
Mean = sum of all observations divided by the total number of observations
Mean = [tex] \frac{(1+5+9+15+21)}{5} [/tex]
Mean = [tex] \frac{(51)}{5} [/tex]
So, mean = 10.2
Now we will calculate median for the data
1, 5, 9, 15 , 21
Since total number of terms = 5(Odd)
Median = [tex] \frac{(n+1)}{2} [/tex] observation
Median = [tex] \frac{(5+1)}{2} [/tex] observation
Median = 3rd observation.
So, median is 9.