AMC 10 · 2024 · #4
Grade 6 arithmeticPick an answer.
There are two patterns sitting on top of each other. Pattern #1: the cumulative ball count after step k is the triangular number T_k = (k(k+1))/2 — Tool #5 (Look for a Pattern) spots this by running steps 1, 2, 3 and noticing the sums 1, 3, 6, 10, …. Pattern #2: the bin used at step k depends only on k mod 5. Tool #6 (Guess and Check) is the fastest way to pin down which k catches ball 2024 — try k near √(2 · 2024) ≈ 64. Tool #9 (Easier Related Problem) gives us the triangular-number formula itself by working out the small-k cases.
Write the running total
The total after k steps is a triangular number.
Working out k = 1, 2, 3, 4 by hand reveals the closed form — a Grade 6 "write expressions with letters" move.
6.EE.A.2Solve An Easier Related ProblemEstimate the step
Around 2024 the step is 63 or 64.
Squaring nearby values (63² = 3969, 64² = 4096) brackets k between 63 and 64 — Grade 5 multi-digit multiplication is enough to estimate.
5.NBT.B.5Guess And CheckPin the exact step
Ball 2024 lands in step 64.
Two multi-digit products pin down which step ball 2024 belongs to without a calculator — the Grade 5 multiplication skill, applied twice.
5.NBT.B.5Guess And CheckTake it mod five
64 leaves remainder 4.
Cycling through 5 bins means the bin only depends on the step number's remainder when divided by 5 — a Grade 4 "factors and multiples" computation.
With the bins cycling in a fixed order, only the remainder of the step number decides which bin is used.
▸ Why?
After a full round the bins return to the start, so everything repeats with that period.
▸ Why?
Any step number splits into whole rounds plus one remainder, and only that remainder is visible.
Read the bin
The fourth bin is D.
Reading off the bin from a repeating A, B, C, D, E pattern is the Grade 4 "generate a number or shape pattern from a rule" idea.
4.OA.C.5Look For A PatternThis AMC 12 problem only needs Grade 6 expressions with letters (the formula T_k = (k(k+1))/2) and Grade 4 remainders to map step 64 to bin D!