AMC 10 · 2013 · #25
Grade 6 number-theoryPick an answer.
AMC 10 2013 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The phrase 'last two digits' is a signal to work mod 100, and mod 100 keeps only the last two digits of each numeral. So the first move is to name those digits with variables: a and b for base five, c and d for base six. That turns a scary base-conversion question into one congruence. Then split the congruence into two easier subproblems, the units column (mod 10) and the tens column, solve each, and finally count the surviving cases.
Turn 'last two digits' into mod 100
Two numbers share their last two digits exactly when they agree mod 100, and mod 100 keeps only the last two digits of each numeral.
Mod 100 erases every column except tens and units, so only the last two digits of each numeral survive.
Keeping only the last two digits erases every column above the tens.
▸ Why?
A number is its digits weighted by their places, so high places never touch the low ones.
▸ Why?
Those high terms are multiples of the cut-off, so they leave the remainder untouched.
Name the last two digits in each base
Name the digits: in base five a = N mod 5 and b = N/5 rounded down, mod 5; in base six c = N mod 6 and d = N/6 rounded down, mod 6.
Dividing by 5 and by 6 hands you the exact digits that land in the ones and tens columns.
4.NBT.B.6Introduce A VariableUnits column forces the two base-units digits equal
Since a + c is at most 9, the ones column reads a + c ≡ 2a (mod 10), forcing c = a, so N ≡ a (mod 30) with a in 0 to 4.
The ones column can only balance when the two base-remainders are literally the same number.
6.EE.A.2Identify SubproblemsTens column becomes a condition on k
With N = 30k + a the tens column collapses to b + d ≡ 6k (mod 10), where b = k mod 5 and d = 5k mod 6.
Stripping away the matched units column leaves a single clean congruence in k alone.
5.NBT.A.2Introduce A VariableCount the good k, then multiply
It holds for k ≡ 0, 1, 12, 13, 24 (mod 30); k runs over the 30 values 4 to 33, so 5 good k times 5 values of a = 25, choice (E).
One clean congruence gives five k-blocks, and each block carries five units, so the total is a tidy 5-by-5 grid.
4.NBT.B.5Eliminate Possibilities'Last two digits' means work mod 100: line up the ones column first, then the tens column, and a scary base-conversion problem turns into simple remainder counting.
- Turn 'last two digits' into mod 100
- Name the last two digits in each base
- Units column forces the two base-units digits equal
- Tens column becomes a condition on k
- Count the good k, then multiply