AMC 10 · 2017 · #14
Grade 7 probabilityPick an answer.
AMC 10 2017 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
N¹⁶ for N up to 2020 is astronomically large, so Tool #9 (Solve an Easier Related Problem) shrinks it: the remainder of a product divided by 5 depends only on the remainders of its parts, so the answer depends only on the remainder of N divided by 5 — just five cases 0,1,2,3,4. Tool #5 (Look for a Pattern): inside each case the remainders of the powers march in a short repeating cycle, so we never compute the giant power, we only see where the 16th step lands. Tool #2 (Make a Systematic List) lays the five cases side by side, and Tool #7 (Identify Subproblems) turns "count the winners from 1 to 2020" into the easy sub-task of counting multiples of 5.
Only the remainder of N matters
The remainder of N¹⁶ divided by 5 depends only on N's remainder, so check just the five cases N ≡ 0, 1, 2, 3, 4 instead of all 2020 numbers.
The remainder of a product is fixed by the remainders you started with, so swap each N for its small remainder.
4.NBT.B.5Solve An Easier Related ProblemTrack the cycle in each case
Powers mod 5 loop in a short cycle and 16 ends each cycle, so 2¹⁶, 3¹⁶, 4¹⁶ all leave remainder 1, while 1 stays 1 and 0 stays 0.
Remainders of powers loop in a short cycle, so you only need where step 16 falls, not the huge power itself.
4.OA.C.5Look For A PatternFind which N win
The four nonzero cases all give remainder 1 and only N ≡ 0 fails, so N¹⁶ leaves remainder 1 exactly when N is not a multiple of 5.
Four of the five remainder groups succeed; only the multiples of 5 fail.
4.OA.B.4Identify SubproblemsCount and divide
From 1 to 2020 there are 2020 ÷ 5 = 404 multiples of 5, leaving 2020 − 404 = 1616 winners, so the probability is 1616/2020 = 4/5 → (D).
With equally likely numbers, probability is just the count of winners divided by the total count.
7.SP.C.7Make A Systematic ListOnly N's remainder mod 5 matters, and N¹⁶ leaves remainder 1 for every N except the multiples of 5 — that is 4/5 of them, choice (D).
- Only the remainder of N matters
- Track the cycle in each case
- Find which N win
- Count and divide