What is the median of the data 46,64,87, 41,58,77,35,90,55,33,92?
Answers
Answered by
1
Answer:
58
Step-by-step explanation:
To find the median, firstly you need to arrange the data either in ascending order or in descending order, I am going with the ascending order...
Ascending Order -> 33, 35, 41, 46, 55, 58, 64, 77, 87, 90, 92
now in this order you need to check if the total no of observation given is odd or even. let the number of observation be n.
if n=odd,
median = n+1/2 th observation
if n=even
median = (n/2 + (n=1/2))/2 th observation
here, n=odd, as the number of observation is 11.
so, median = 11+1/2 th observation
= 12/2
6th observation
=58
Hence, the median is 58
(if you want to write this in your notebook, then, write the bold text only...)
Similar questions