AMC 10 · 2008 · #15
Grade 6 number-theoryPick an answer.
The numbers are far too big to compute, but a units digit only depends on units digits, so the real problem is much smaller than it looks. The last digit of a power of a fixed base repeats in a short cycle, so finding and using that repeating pattern is the key move. Break the work into pieces: first the last digit of k, then the last digit of k², then the last digit of 2^k, and finally add.
Only last digits matter
Only last digits matter for sums and products.
Carrying only moves left, so the far-right digit is sealed off from everything above it.
Carrying only ever moves left, so the far-right digit is sealed off from everything above it.
▸ Why?
A number is its digits weighted by their places, and every higher place is a whole multiple of ten.
▸ Why?
The last digit is what is left after knocking out full tens, so it depends on nothing else.
Last digit of the powers of 2
The powers of two cycle with length four.
Each new power just multiplies the last digit by 2, and that little machine loops back after four steps.
4.OA.C.5Look For A PatternFind the last digit of k
The number itself ends in zero.
A number's last digit is the leftover after knocking out full tens, so adding two last digits and keeping the ones place is enough.
4.OA.B.4Identify SubproblemsLast digit of k squared
So its square ends in zero too.
A trailing zero, when squared, only makes more trailing zeros.
4.NBT.B.5Identify SubproblemsLast digit of 2 to the k
The exponent's remainder mod four gives the other last digit as 6.
The power cycle is read by the exponent's remainder after fours, not by its last digit.
4.OA.B.4Look For A PatternAdd the two last digits
Adding gives 6, choice (D).
With both last digits in hand, the final last digit is just their ones-place sum.
4.NBT.B.5Identify SubproblemsTo get a last digit of a huge power, list the last digits until they repeat, then jump to your exponent's spot in that short cycle.
- Only last digits matter
- Last digit of the powers of 2
- Find the last digit of k
- Last digit of k squared
- Last digit of 2 to the k
- Add the two last digits