The median is the middle value when data is sorted.
If there's an even count, the median is the mean of the two middle values.
Try it
Median of 1, 3, 5, 7, 9
5 (the middle one).
The median is the middle value when data is sorted.
If there's an even count, the median is the mean of the two middle values.
Median of 1, 3, 5, 7, 9
5 (the middle one).