AMC 10 · 2018 · #13
Grade 6 number-theoryPick an answer.
AMC 10 2018 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #5 (Look for a Pattern): each term is a power of ten plus one, and remainders of powers of ten when divided by 101 repeat in a short cycle. Finding that cycle turns a question about huge numbers into a question about a repeating list of four. Tool #9 (Solve an Easier Related Problem): instead of testing each giant number, we replace 'is the term divisible by 101' with the much smaller question 'what remainder does a power of ten leave when divided by 101'. Tool #2 (Make a Systematic List): once we know which positions work, the answer is just counting the positions that fit a simple rule up to 2018.
Write each term with a power of ten
Each term is a 1, some zeros, then a 1 — that is a power of ten plus one, with exponent one bigger than the position.
A 1 followed by k zeros is exactly 10^k, so the whole 'one-zeros-one' number is just 10^k+1.
5.NBT.A.2Look For A PatternTurn divisibility into a remainder
The term is a multiple of 101 exactly when the power of ten before the +1 leaves remainder 100 mod 101.
Adding 1 hits a multiple of 101 exactly when the part before it was one short of 101, i.e. left remainder 100.
4.OA.B.4Solve An Easier Related ProblemFind the cycle of remainders
Powers of ten mod 101 give remainders 10, 100, 91, 1, then repeat — a cycle of length 4.
Because 10² is just one less than 101, squaring it lands back on 1, forcing the powers to loop every four steps.
4.OA.C.5Look For A PatternPick out the winning positions
Only the second cycle slot gives remainder 100, so the working positions are n = 1, 5, 9, 13, …
Only one of the four cycle slots gives remainder 100, so only every fourth position works, starting from the first.
6.EE.A.1Look For A PatternCount those positions up to 2018
The positions 1, 5, 9, …, 2017 are n = 1+4k for k = 0…504, giving 505 terms — choice (C).
Counting an evenly-spaced list is one division: (2017-1)÷4=504 gaps, so 505 items.
6.NS.B.2Make A Systematic ListRemainders of powers of ten by 101 loop every four steps, so only every fourth number in the list is divisible by 101 — and counting those up to position 2018 gives 505.
- Write each term with a power of ten
- Turn divisibility into a remainder
- Find the cycle of remainders
- Pick out the winning positions
- Count those positions up to 2018