AMC 10 · 2021 · #12

Grade 6 algebra
mean-median-mode-rangesystems-of-equationslinear-equations-two-vardecimal-arithmetic convert-to-algebraidentify-subproblems ↑ Prerequisites: mean-median-mode-rangesystems-of-equations
📏 Medium solution 💡 3 insights
Problem
A finite set of positive integers is given. Removing the greatest number drops the average to 32; removing the least as well makes it 35; removing only the least makes it 40. Also the greatest minus the least is 72. Find the average of all the numbers in the original set.

Pick an answer.

(A)
36.2
(B)
36.4
(C)
36.6
(D)
36.8
(E)
37
How to solve
Strategy Convert to Algebra

Tool #13 (Algebra) — the four sentences are tailor-made to be turned into four equations in n, Σ, G, L. Once written, the system isn't messy: the two "average over n-1" lines differ only in whether G or L is removed, so subtracting them isolates G - L = 8(n - 1) and uses condition (4) to get n in one step. Tool #7 (Identify Subproblems) sequences the unknowns: first n, then L (from the n - 2 equation), then Σ (back into one of the n - 1 equations). Finally divide Σ by n for the answer. Each sub-step is just careful arithmetic — no need for complex algebra moves.

1STEP 1

Write the conditions

Write all four as equations.

(1) Σ - G &= 32(n-1) ; (2) Σ - G - L &= 35(n-2) ; (3) Σ - L &= 40(n-1) ; (4) G - L &= 72
2STEP 2

Subtract two of them

Subtracting leaves only the size.

(3) - (1): G - L = (40 - 32)(n - 1) = 8(n - 1)
3STEP 3

Solve for the size

The given difference fixes the size.

72 = 8(n - 1) → n - 1 = 9 → n = 10
4STEP 4

Find the least number

Two equations give the least number.

Σ - G = 288, Σ - G - L = 280 → L = 8
5STEP 5

Find the total

Compute the total.

Σ = 40 · 9 + L = 360 + 8 = 368
6STEP 6

Take the average

The average is 36.8.

Σ/n = 368/10 = 36.8 → (D)
Answer
36.8
Verify with G: equation (4) gives G = L + 72 = 8 + 72 = 80. Check equation (1): Σ - G = 368 - 80 = 288 = 32 · 9 ✓. Check equation (2): Σ - G - L = 368 - 80 - 8 = 280 = 35 · 8 ✓. Check equation (3): Σ - L = 368 - 8 = 360 = 40 · 9 ✓. All four conditions hold, and the answer 36.8 sits squarely between 32 (lowest reported avg) and 40 (highest) — exactly the kind of number a balanced average should produce.
💡Key takeaway

This AMC 12 problem only needs Grade 6 "sum = average × count" equations you already know! Subtract two n - 1 averages to get G - L = 8(n-1) = 72, so n = 10. Then Σ = 368 and the answer is 368/10 = 36.8.