Originally posted by dfeucht
View Post
Example: 10, 12, 19, 25, 37, 42, 58, 96, 109
Median is 37 as it is in the middle of the list and your definition would hold true.
However:
Example: 2, 7, 8, 8, 8, 8, 8, 8, 8, 8, 12
Median is 8 as it is in the middle of the list and your definition wouldn't be accurate.
Comment