Problem 21 · 1988 AJHSME
Stretch
Algebra & Patterns
case-on-where-n-falls
A fifth number, n, is added to the set {3, 6, 9, 10} to make the mean of the set of five numbers equal to its median. The number of possible values of n is
Show answer
Answer: C — 3.
Show hints
Hint 1 of 2
The mean is easy β it's always (3 + 6 + 9 + 10 + n) β 5. The median is the tricky one: it's whichever number ends up in the middle once you sort, and that *depends on where n lands*. What are the possible middle numbers?
Still stuck? Show hint 2 →
Hint 2 of 2
Split into cases by where n falls: small (median stays 6), in the middle (median is n itself), or large (median stays 9). Set mean = median in each case β and then check the n you get actually belongs in that case.
Show solution
Approach: case on where n lands in the sorted list
- The mean is always (28 + n) β 5. The median is the 3rd value after sorting {3, 6, 9, 10, n}, which depends on n:
- β’ If n is small (n β€ 6): the order is n, 3, 6, 9, 10 β median 6. Set (28 + n)β5 = 6 β n = 2, and 2 β€ 6 β. β’ If n is in the middle (6 β€ n β€ 9): median is n. Set (28 + n)β5 = n β 28 + n = 5n β n = 7, and 6 β€ 7 β€ 9 β. β’ If n is large (n β₯ 9): median 9. Set (28 + n)β5 = 9 β n = 17, and 17 β₯ 9 β.
- All three candidates land inside their own case, so n = 2, 7, 17 all work β 3 values.
- Why this transfers: the median has no single formula β its value changes as the unknown crosses the other numbers. Whenever an unknown can sit in different positions of a sorted list, break into cases, solve each, and *verify the answer falls in the case you assumed* (a candidate that escapes its range is rejected).
Mark:
· log in to save