AMC 10 · 2020 · #21
Grade 8 arithmeticPick an answer.
AMC 10 2020 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #9 (Easier Problem): the exponents 289 and 17 are huge — replace them with the substitution x = 2¹⁷ to reveal a cleaner , then drop further to the tiny prototype with x=2² to see the mechanism. Tool #5 (Pattern): the alternating polynomial quotient x¹⁶ - x¹⁵ + … + 1 is a clean pattern. Tool #7 (Subproblems): split each subtraction 2^A - 2^B into a string of 1-bits. Tool #2 (Systematic List): once we know each pair contributes 17 bits, list the pair-blocks and sum.
Notice 289 = 17 × 17 and set x = 2¹⁷, turning the fraction into the clean .
Naming x = 2¹⁷ turns a scary problem into the much friendlier .
8.EE.A.1Solve An Easier Related ProblemFor odd n, xⁿ+1 = (x+1)(xⁿ⁻¹−…+1), so the quotient is x¹⁶ − x¹⁵ + … − x + 1 — 17 alternating terms.
The same alternating pattern that factors x³+1 factors x¹⁷+1 — just longer.
8.EE.A.1Look For A PatternPut x = 2¹⁷ back (xʲ = 2¹⁷ʲ), so the quotient is 2²⁷² − 2²⁵⁵ + 2²³⁸ − … + 2³⁴ − 2¹⁷ + 1.
Each polynomial term becomes one power of 2; signs alternate, ending with +1.
8.EE.A.1Solve An Easier Related ProblemGroup the 17 signed terms into 8 pairs (2^A − 2^B) plus a lone +1: (2²⁷²−2²⁵⁵) + … + (2³⁴−2¹⁷) + 1.
Group +,- adjacent terms into 8 pairs; the rightmost +1 has no partner.
8.EE.A.1Identify SubproblemsEach pair 2^A − 2^B = 2^B(2¹⁷−1), and 2¹⁷−1 is 17 consecutive 1-bits, so every pair expands to 17 distinct powers of 2.
2¹⁷ - 1 in binary is seventeen 1s in a row — a tiny pattern reused 8 times.
8.EE.A.1Solve An Easier Related ProblemEach pair fills a 17-wide exponent block — [17,33], [51,67], …, [255,271] — 8 disjoint blocks with gaps of 17.
Each pair fills a clean 17-wide window of exponents — no overlaps.
8.EE.A.1Make A Systematic ListThe 8 blocks give 8 × 17 = 136 bits; the lone 2⁰ adds one more, so k = 137 → (C).
Eight 17-bit blocks plus one stand-alone bit = 137.
8.EE.A.1Make A Systematic ListThis AMC 10 problem only needs Grade 8 exponent rules you already know: rename x = 2¹⁷ to shrink the fraction to , expand into 17 alternating powers of 2, pair them up so each pair becomes 17 consecutive 1-bits in binary, and add: 8 × 17 + 1 = 137.