AMC 10 · 2022 · #23
Grade 6 arithmeticPick an answer.
Tool #9 (Easier) — instead of attacking index 2019 directly, first compute S₃, S₆, S₉ and read off bits x₀, x₁, …, x₈ by hand. Tool #5 (Pattern) — that small data set will reveal a period-3 pattern in the bits. Tool #2 (List) — list the first 9 bits in groups of three to confirm the period. Tool #13 (Algebra) — once the pattern is known, plug k = 2019, 2020, 2021, 2022 into the pattern. Tool #3 (Eliminate) — check the answer against choices {6, 7, 12, 14, 15}.
Find the first three bits
Compute the first three directly.
Grade 6 — find the inverse of 7 modulo a small power of 2 by inspection.
6.NS.B.4Solve An Easier Related ProblemFind the next three
Compute the next three too.
Grade 5 — read off a binary expansion bit-by-bit.
5.NBT.A.2Solve An Easier Related ProblemAnd the three after
Compute the third batch.
Grade 5 — same bit-reading on a longer number.
5.NBT.A.2Solve An Easier Related ProblemSpot the repeating pattern
The bits repeat every three.
Grade 4 — three computed groups show a clear period-3 rule for the bit at each index.
Three computed groups reveal a repeating rule, so the pattern can be read off instead of recomputed.
▸ Why?
Once a state repeats, everything that followed it the first time follows it again in the same order.
▸ Why?
Each bit sits in its own place with a fixed weight, so a rule per position describes the whole number.
Read the four bits
Read the four bits from the remainders.
Grade 4 — use the rule to look up each indexed bit.
4.OA.C.5Make A Systematic ListTake the weighted sum
The weighted sum is 6.
Grade 4 — multi-step whole-number arithmetic to finish.
4.OA.A.3Eliminate PossibilitiesThis AMC 12 problem only needs Grade 6 number-theory reasoning you already know — compute the bits x₀, x₁, …, x₈ by hand from three small cases n = 3, 6, 9, and a period-3 pattern (0,1,1) jumps out for k ≥ 3. Looking up 2019, 2020, 2021, 2022 (mod 3) gives bits 0, 1, 1, 0, and the target 0 + 2 + 4 + 0 = 6.