AMC 10 · 2024 · #20
Grade 6 countingnumber-theoryPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
2024 is too big to attack head-on, so Tool #9 (Easier Related Problem) says: build the densest legal set greedily from 1 upward on a small slice and see what shape it has. As soon as the construction reaches 1, 4, 8, 11, 14, 18, … Tool #5 (Look for a Pattern) takes over — the consecutive gaps cycle +3, +4, +3, +3, +4, +3, …, which is the same as saying "3 chosen numbers every 10 integers." Once that block of 10 is verified, the full count on [1, 2024] is just three short arithmetic-progression counts. No heavier algebra is needed, and the greedy construction also doubles as a proof of optimality (every legal denser packing would violate one of the two gap rules).
Restate the rules: any two picks differ by ≥ 3, any two odds by ≥ 8 (two odds differ by an even number, so "more than 6" means ≥ 8).
Translating "|x-y| > 2" into "|x-y| ≥ 3" is Grade 6 inequality reading: strict inequality on integers means the next integer up.
6.EE.B.8Solve An Easier Related ProblemGreedy from 1, always the smallest legal next integer — 7 fails (|7-1|=6 breaks the odd rule), so the build is 1, 4, 8, 11, 14, 18, 21, ….
Greedy on a small slice is the Grade 5 "generate the next term by a rule" move — and "smallest legal next number" is exactly the densest packing.
5.OA.B.3Solve An Easier Related ProblemConsecutive gaps cycle +3, +4, +3 — a block of length 10 — so 3 numbers land in every 10 integers, repeating as a_n+3 = a_n + 10.
A repeating gap block means three interleaved arithmetic progressions with common difference 10 — the Grade 5 "identify the rule, then jump to the k-th term" idea.
5.OA.B.3Look For A PatternThe triple (1, 4, 8) plus the +10 shift splits S into three progressions: 1+10k, 4+10k, 8+10k (k ≥ 0); only 1+10k is odd.
Naming the three families with a single index k is the Grade 6 "write an expression with a variable" move that turns counting into solving an inequality.
6.EE.A.2Look For A PatternSolve A + 10k ≤ 2024 per family: 1+10k → k ≤ 202.3, 4+10k → k ≤ 202, 8+10k → k ≤ 201.6, giving family counts 203, 203, 202.
Each family count is the same Grade 6 inequality-counting drill: how many non-negative integers k satisfy A + 10k ≤ 2024?
6.EE.B.8Solve An Easier Related ProblemAdd the disjoint family counts (residues 1, 4, 8 mod 10): 203 + 203 + 202 = 608 → (C); the greedy build proves no denser legal set exists.
Disjoint-by-residue counts add cleanly — exactly the Grade 5 "count by groups, then add" structure.
5.OA.B.3Solve An Easier Related ProblemOn a packing problem, build greedily on a small slice and watch for a repeating gap block — here the block is "3 numbers every 10 integers," and the answer is just of 2024, rounded by the family counts.