AMC 8 · 2000 · #14

Grade 5 arithmeticnumber-theory
units-digit-trackingexponentspattern-recognition units-digit-trackingmodular-arithmetic-mod-10pattern-recognition ↑ Prerequisites: units-digit-trackingexponents
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
Find the units digit (ones place) of the sum 19¹⁹ + 99⁹⁹.

Pick an answer.

(A)
0
(B)
1
(C)
2
(D)
8
(E)
9

AMC 8 2000 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Look for a Pattern

We never need the full 19¹⁹ or 99⁹⁹ — only their last digit. Tool #9 (Solve an Easier Related Problem) collapses both giants to the same easier question: "what is the units digit of 9ⁿ?" since both bases end in 9. Tool #5 (Look for a Pattern) then takes over: compute 9¹, 9², 9³, 9⁴ by hand, spot the length-2 cycle 9, 1, 9, 1, …, and read off the units digit for any exponent. Add the two units digits at the end and take the units digit of that small sum.

1STEP 1

Only the last digit matters, so each base collapses to its units digit 9: units(19¹⁹) = units(9¹⁹), units(99⁹⁹) = units(9⁹⁹).

units(19¹⁹) = units(9¹⁹), units(99⁹⁹) = units(9⁹⁹)
2STEP 2

List the first few powers of 9 and read off the units digits, stopping as soon as the pattern repeats.

9¹ = 9, 9² = 81, 9³ = 729, 9⁴ = 6561
3STEP 3

The units digits cycle 9, 1, 9, 1 — length 2: an odd exponent gives 9, an even one gives 1.

units(9ⁿ) = 9 & n odd ; 1 & n even
4STEP 4

Both exponents 19 and 99 are odd, so units(9¹⁹) = units(9⁹⁹) = 9.

units(19¹⁹) = 9, units(99⁹⁹) = 9
5STEP 5

Add the two units digits: 9 + 9 = 18, whose units digit is 8.

9 + 9 = 18 → units digit = 8 → (D)
Answer
8
Test the rule on a small case. 9³ + 9³ = 729 + 729 = 1458, units digit 8 — and indeed both exponents are odd, so each term ends in 9 and the sum ends in 9 + 9 = 18 → 8. Same shape as our problem. Among the choices, only (D) 8 matches the 9 + 9 tail. Also, the units digit of 19¹⁹ + 99⁹⁹ cannot be 9 (choice E) because two odd-power-of-9 tails add to 18, not 9.
💡Key takeaway

Only the last digit matters: powers of 9 flip between 9 and 1, both exponents are odd so each piece ends in 9, and 9 + 9 = 18 ends in 8.