AMC 8 · 2001 · #21

Grade 6 arithmeticnumber-theory
mean-median-mode-rangesystematic-enumerationmulti-digit-arithmetic bound-inequality-then-enumerateidentify-subproblems ↑ Prerequisites: mean-median-mode-range
📏 Short solution 💡 3 insights
Problem
A set has five different positive integers. Their mean is 15 and their median is 18. How large can the biggest number in the set possibly be?

Pick an answer.

(A)
19
(B)
24
(C)
32
(D)
35
(E)
40

AMC 8 2001 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Work Backwards

The sum of all five numbers is locked at 75. So making the largest number as big as possible is the same as making the other four as small as possible — that is the Tool #11 (Work Backwards) move: start from the target ('largest as big as possible') and back into the smallest legal values for the other slots. Tool #2 (Make a Systematic List) lines up the five slots in increasing order so the median and 'distinct positive' constraints are easy to enforce one slot at a time.

1STEP 1

The five numbers average to 15, so they add to 5 × 15 = 75 — a fixed total.

a₁ + a₂ + a₃ + a₄ + a₅ = 5 × 15 = 75
2STEP 2

Sort the slots a₁ < a₂ < a₃ < a₄ < a₅; the median is the middle value, so a₃ = 18, with two numbers below and two above.

a₁ < a₂ < a₃ = 18 < a₄ < a₅
3STEP 3

The two below-median slots must be distinct positive integers under 18, so take the smallest: a₁ = 1, a₂ = 2.

a₁ = 1, a₂ = 2
4STEP 4

a₄ must be an integer above 18 and below a₅, so the smallest choice is a₄ = 19.

a₄ = 19
5STEP 5

The other four sum to 1 + 2 + 18 + 19 = 40, so a₅ = 75 - 40 = 35; order 1 < 2 < 18 < 19 < 35 holds → (D).

a₅ = 75 - (1 + 2 + 18 + 19) = 75 - 40 = 35 → (D)
Answer
35
Stress-test by trying to push a₅ above 35. To do that we would need the other four to add to less than 40. The two below-median slots are already at their floor (1 + 2 = 3), and the median is fixed at 18, so the only place to cut is a₄. But a₄ must be an integer strictly between 18 and a₅, so a₄ ≥ 19 — already minimum. No more room. So 35 is genuinely the ceiling, matching (D). The other choices fail: (A) 19 is way too small (it's just the minimum value of a₄, not a₅); (B) 24 and (C) 32 leave the budget unused (we could shift weight to a₅); (E) 40 would force the other four to sum to 35, but 1 + 2 + 18 + 19 = 40 > 35 already, impossible.
💡Key takeaway

Fixed mean means fixed total. To make one number as big as possible, push the other four down to their smallest legal values. Here the floors are 1, 2, 18, 19, leaving 75 - 40 = 35 for the largest — answer (D).