what is a median explain the examples
Answers
Answered by
3
The "middle" of a sorted list of numbers. To find the Median, place the numbers in value order and find the middle number. Example: find the Median of {13, 23, 11, 16, 15, 10, 26}. Put them in order: {10, 11, 13, 15, 16, 23, 26} The middle number is 15, so the median is 15.
Answered by
3
Answer:
The middle number; found by ordering all data points and picking out the one in the middle (or if there are two middle numbers, taking the mean of those two numbers).
Example: The median of 4, 1, and 7 is 4 because when the numbers are put in order (1 , 4, 7) , the number 4 is in the middle.
Similar questions