AMC 10 · 2013 · #23
Grade 6 number-theoryPick an answer.
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
Last two digits is a remainder condition.
Mod 100 erases every column except tens and units, so only the last two digits of each numeral survive.
Looking at the last two digits erases every column except the two lowest ones.
▸ Why?
A numeral is its digits weighted by powers of the base, so the higher columns are all whole multiples of the cutoff.
▸ Why?
So the last two digits are exactly the remainder after dividing by that cutoff, and nothing above it matters.
Name the last two digits in each base
Each base's last two digits get names.
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
The units column makes both base digits equal.
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
The tens column becomes a small condition.
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
Multiplying the counts gives 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