AMC 10 · 2024 · #10

Grade 6 arithmetic
mean-median-mode-rangesystematic-enumerationinterval-arithmetic caseworksystematic-enumerationidentify-subproblems ↑ Prerequisites: mean-median-mode-rangefraction-decimal-conversion
📏 Long solution 💡 3 insights
Problem
A list of 9 real numbers contains the six fixed values 1, 2.2, 3.2, 5.2, 6.2, 7 together with three more reals x ≤ y ≤ z. The range of the list is 7, and both the mean and the median are positive integers. Count the number of ordered triples (x, y, z) that work.

Pick an answer.

(A)
1
(B)
2
(C)
3
(D)
4
(E)
infinitely many
How to solve
Strategy Identify Subproblems

There are three independent conditions — range, mean-integer, median-integer — and four ways the min/max of the list can fall on {1, 7} versus {x, z}. Tool #7 (Identify Subproblems) makes the casework explicit by partitioning on "who is min, who is max". Tool #2 (Systematic List) then walks the three live cases (the fourth, min = 1, max = 7, has range 6 and is killed instantly). Within each case, the mean-integer condition pins x + y + z mod 1 to .2, the range condition pins one of x, z, and the median-integer condition pins the remaining free coordinate. Tool #3 (Eliminate Possibilities) does the final filtering — once we have a candidate, plug back and check all four conditions; tossing the ones that fail.

1STEP 1

Turn the mean into a sum

The three unknowns must sum to nine M minus 24.8.

x + y + z = 9M - 24.8, M ∈ Z_ > 0, x ≥ 0
2STEP 2

Split by the range

There are only three cases.

Case I: z=8; Case II: x=0; Case III: z=x+7, 0 ≤ x < 1
3STEP 3

Narrow the first case

The median condition pins the range of x.

Case I sub-case: x+y=12.2, 4.2 ≤ x ≤ 6.1
4STEP 4

Find the first solution

The first case yields one.

(x, y, z) = (6, 6.2, 8) — valid
5STEP 5

Find the second solution

The second case also gives one.

(x, y, z) = (0, 5, 6.2) — valid
6STEP 6

Sweep the third case

Only one median candidate works.

y=4 → x=0.1, z=7.1; y=5 → no solution
7STEP 7

Count them all

That leaves 3 triples.

(x, y, z) ∈ {(6, 6.2, 8), (0, 5, 6.2), (0.1, 4, 7.1)} → (C)
Answer
3
The three triples each correspond to a different structural way the range 7 can be realized — one with the new max at z = 8, one with the new min at x = 0, one with both endpoints fresh (x = 0.1, z = 7.1). That symmetry is a strong sign the casework is exhaustive. Also, each verified triple lands on a different mean (5, 4, 4) and a different median (6, 5, 4), reinforcing that they are genuinely distinct. The answer (C) = 3 matches.
💡Key takeaway

This AMC 12 problem only needs Grade 6 "mean / median / range" definitions plus careful case-by-case checking that you already know!