AMC 10 · 2024 · #18
Grade 8 number-theoryPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The question stacks four jobs on top of each other: (i) translate 2024_b into base ten, (ii) turn "divisible by 16" into a clean congruence on b, (iii) count the bases in [5, 2024] that pass that congruence, (iv) take a digit sum. That stacking is the trigger for Tool #7 (Identify Subproblems) — solve each piece on its own, then stitch. Inside step (ii) we use Tool #9 (Solve an Easier Related Problem): every coefficient in 2b³ + 2b + 4 is even, so divide the whole congruence by 2 to drop the modulus from 16 to 8. Working mod 8 is much friendlier because for any odd b, b² ≡ 1 (mod 8) — that single fact collapses the odd case to a linear congruence.
Subproblem 1: rewrite 2024_b in base ten as 2b³ + 2b + 4, so "divisible by 16" becomes 2b³ + 2b + 4 ≡ 0 (mod 16).
Place value in base b is the Grade 5 rule "each place is b times the next", extended one variable at a time.
5.NBT.A.1Identify SubproblemsSubproblem 2: every term is even, so divide the congruence by 2 — it shrinks to the easier b³ + b + 2 ≡ 0 (mod 8).
Pulling a common factor out of every term is the Grade 6 distributive-property trick, applied to a congruence instead of a sum.
6.NS.B.4Solve An Easier Related ProblemSubproblem 3a (b odd): since b² ≡ 1 (mod 8), the cubic collapses to a linear congruence giving b ≡ 3 (mod 4).
"Odd squares are 1 mod 8" is one of the most useful integer-exponent facts in number theory — it turns the cubic into a linear congruence.
8.EE.A.1Identify SubproblemsSubproblem 3b: the odd solutions b ≡ 3 (mod 4) split into b ≡ 3 (mod 8) and b ≡ 7 (mod 8).
Going from "step by 4" to "step by 8" splits each residue class in two — the Grade 4 "continue a pattern" rule applied to residues.
4.OA.C.5Identify SubproblemsSubproblem 3c (b even): writing b = 2k kills the cube mod 8, leaving 2k + 2 ≡ 0, so the even solutions are b ≡ 6 (mod 8).
Substituting b = 2k kills the cubic term because (2k)³ is already a multiple of 8 — a clean cube-power fact.
8.EE.A.1Identify SubproblemsCombine the cases: b qualifies exactly when b ≡ 3, 6, or 7 (mod 8) — 3 of every 8 consecutive bases.
Residues mod 8 repeat every 8 steps — once you know which residues qualify, counting is just "how many full blocks fit, plus leftovers".
4.OA.C.5Identify SubproblemsSubproblem 4: [1, 2024] holds 253 blocks × 3 = 759 solutions; only b = 3 falls below 5, so K = 759 - 1 = 758.
The "count in a window" trick is to count an easy super-window then subtract the part you do not want.
4.OA.C.5Identify SubproblemsFinal subproblem: take the digit sum of K = 758.
Digit sum is base-10 place value at its most direct — add the digits and stop.
5.NBT.A.1Identify SubproblemsWhen divisibility hides inside a polynomial in b, split the work: translate the base-b number, shrink the modulus by pulling out common factors, then handle odd b and even b separately. Once you know which residues mod 8 qualify, counting bases in a long range is just of the window, adjusted for the edges.