Question
Find the missing value when the median of six numbers is known
Original question: 2. Six people competed in a marathon race and had a median time of 4.9 hours. If five of the times were 4.7 hours, 8.3 hours, 3.5 hours, 4.6 hours, and 5.5 hours, what would the 6 time have to be?
Expert Verified Solution
Key takeaway: Median questions look simple, but the ordering matters a lot. With an even number of data points, the middle two values control everything, so the missing time has to fit that structure.
We have 6 race times with median hours.
For an even number of data points, the median is the average of the 3rd and 4th numbers after sorting.
The known times are:
Sort the five known values:
Now we need the two middle values to average to . There are two useful cases:
- If is between and , then the middle two values are and .
- If is smaller than , the middle pair changes, but it will not produce the required median.
So use
Thus the 6th time must be
Check the order:
The middle two are and , and their average is .
Pitfalls the pros know 👇 A frequent mistake is trying to average all six numbers. The median is not the mean. Also, you have to sort the data before using the middle values.
What if the problem changes? If the median had been instead, then the same reasoning would give , so . The exact missing value shifts with the target median, but the middle-two rule stays the same.
Tags: median, ordered data, middle values
FAQ
How do you find a missing value from the median of six numbers?
Sort the numbers first. For six values, the median is the average of the 3rd and 4th numbers. Set that average equal to the given median and solve for the missing value.
What is the missing race time here?
After sorting, the middle values must average to 4.9. This gives (4.7 + x)/2 = 4.9, so x = 5.1 hours.