how to find the median
Answers
Answered by
7
In order to calculate the median, the data must first be ranked (sorted in ascending order). The median is the number in the middle. Median = the middle value of a set of ordered data.
Answered by
8
Odd number
First arrange in a acsending order then take the middle most value as the median.
Even number
First arrange in acsending order then the mean of middle and next to the middle value is the median.
ODD NO. EXAMPLE
1,2,2,3,4,5,6
Median=3 (as it is the middle most value.
EVEN NUMBER EXAMPLE
1,2,2,3,4,5
So, Median=2.5
Similar questions