90.9k views
5 votes
if the 26 english alphabets are taken such that A=1 B=2 C=3 .......Z=26 then find the mean and median of the numbers corresponding to the vowels

User Datz Me
by
5.4k points

2 Answers

3 votes
A=1, E = 5, I = 9, O = 15 ans U = 21

1,5,9,15,21

median = 'middle' number = 9

mean = (1+5+9+15+21) / 5 = 10.2
User Tarah
by
5.4k points
3 votes

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 =
((1+5+9+15+21))/(5)

Mean =
((51))/(5)

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 =
((n+1))/(2) observation

Median =
((5+1))/(2) observation

Median = 3rd observation.

So, median is 9.

User Hary
by
5.7k points