AMC 10 · 2014 · #24
Grade 6 arithmeticPick an answer.
AMC 10 2014 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #5 (Look for a Pattern) turns the wordy rule into a clean block structure: round n contributes n+3 written numbers and n skipped numbers. Tool #4 (Introduce a Variable) names the round number k and builds a formula for how many numbers have been written after k rounds, so we do not have to list a million terms. Tool #6 (Guess and Check) plugs k=996 and k=997 into that formula to pin down which round holds the 500,000th written number. Finally Tool #16 (Change Focus) flips the question to the skipped numbers: the value of a written number equals its position plus how many numbers were skipped before it, and that skipped total is a short triangular-number computation.
Read the round pattern
Round n writes n+3 numbers then skips n, so blocks run 4,5,6,… gaps run 1,2,3,… and each round eats 2n+3 numbers.
Naming one repeating round lets you describe the whole endless list with a single rule.
4.OA.C.5Look For A PatternCount written numbers after k rounds
After k rounds the written count is 4+5+…+(k+3), a triangular sum: L(k)=(k²+7k)/2.
A running total of block sizes is just the triangular-number sum with a constant added to each term.
A running total of block sizes collapses into one neat sum.
▸ Why?
Each block holds the same fixed amount more than the one before it.
▸ Why?
Pairing the first block with the last gives a constant, so the total is the count times the middle value.
Find the round holding the 500,000th number
(k²+7k)/2 ≈ 500,000 gives k ≈ 996.5, and L(996)=499,494 < 500,000 ≤ 500,494=L(997) — so the target sits in round 997.
Evaluating the total at two consecutive rounds brackets the target between them.
6.EE.A.2Guess And CheckSwitch focus to the skipped numbers
Flip it: value = position + skips before it. Round 997 skips only after writing, so S=1+2+…+996=(996·997)/2=496,506.
A written number's value is just how far into the natural numbers you have walked: steps taken written, plus steps jumped over.
5.NBT.B.5Change Focus Count The ComplementCombine position and skips
Add the skips back: 500,000+496,506=996,506, choice (A) — and it is the only choice ending in 6, as the skip total demands.
Position plus everything skipped before it gives the true value with one addition.
4.NBT.B.4Change Focus Count The ComplementA written number's value is where you are in the counting numbers: add up everything you skipped and stick it onto your position.
- Read the round pattern
- Count written numbers after k rounds
- Find the round holding the 500,000th number
- Switch focus to the skipped numbers
- Combine position and skips