AMC 10 · 2022 · #18
Grade 8 arithmeticPick an answer.
AMC 10 2022 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Since only the angle matters (radius is preserved), track θ_n alone. Tool #9 (Easier Problem): compute θ₁, θ₂, θ₃, θ₄ explicitly using the rule that reflection across the y-axis sends angle φ to 180° - φ. Tool #5 (Look for a Pattern): the odd-index and even-index angles fall into two clean arithmetic sequences. Tool #13 (Convert to Algebra): set the closed-form expressions equal to a multiple of 360° and solve for the smallest valid n. Tool #3 (Eliminate): compare the two cases and pick the smaller.
Rotation adds k° to the angle; reflection across the y-axis sends φ to 180°-φ. Composing gives T_k: θ → 180°-θ-k°.
Reflection across y-axis is the angle map φ ↦ 180° - φ — that single fact closes the recurrence.
8.G.A.3Convert To AlgebraRun the recurrence from θ₀=0°: θ₁=179°, θ₂=-1°, θ₃=178°, θ₄=-2°. Compute first, then guess.
Just run the rule a few times and watch.
5.OA.B.3Solve An Easier Related ProblemSplit by parity: odd steps give θ₂k-1=180°-k, even steps give θ₂k=-k.
Odd steps land near 180° minus a counter; even steps land near 0° minus a counter.
4.OA.C.5Look For A PatternInduction check: assuming θ₂k=-k, the recurrence reproduces both formulas at 2k+1 and 2k+2, so they hold.
One step of the recurrence carries the pattern from index 2k to 2k+1 and then to 2k+2.
5.OA.B.3Look For A PatternOdd case n=2k-1: need 180°-k ≡ 0 (mod 360°), so k=180, giving n=359.
180 - k = 0 (the simplest multiple of 360) gives k = 180 — the cheapest odd return.
7.NS.A.3Convert To AlgebraEven case n=2k: need -k ≡ 0 (mod 360°), so k=360, giving n=720.
Even-step angle is -k, so it can only hit 0 (mod 360) when k itself is a multiple of 360.
7.NS.A.3Convert To AlgebraCompare the candidates: 359 < 720, so the least n is 359, choice (A).
Pick the smaller of the two case minimums.
4.NBT.A.2Eliminate PossibilitiesOnly the angle moves — the radius stays 1. After running T_k a few times you see two clean rules: odd steps land at 180° - k, even steps land at -k. Solving "when is this a multiple of 360°?" gives n = 359 (odd) and n = 720 (even), so the smallest is (A) 359.