119k views
4 votes
What is the median of the following string or values 34, 63, 28, 7, 15, 8, 92, 37, 85, 3

User Krastanov
by
5.6k points

1 Answer

1 vote

Answer:

Median = 31

Explanation:

Given series is :

34, 63, 28, 7, 15, 8, 92, 37, 85, 3

Arranging the above data in ascending order:

3, 7, 8, 15, 28, 34, 37, 63, 85, 92

Since n = 10 which is an even number,

∴ Median =
(Sum\ of\ middle\ two\ terms)/(2)

The middle two number are 28 and 34, therefore

Median =
(28 + 34)/(2) = (62)/(2) =31

User Sachin Mathew
by
5.6k points