What is the units digit of ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Powers of 3 end in the cycle 3, 9, 7, 1; since 2003 leaves remainder 3 on division by 4, the units digit is the third entry, 7.
Solution
The units digit of a product depends only on the units digits of the factors, so ends in the same digit as .
List the last digits of powers of : , , , , and then again. The cycle has length .
Since , the exponent sits in the same position of the cycle as exponent , whose units digit is .
The answer is .
Why this works
Working mod , , so . Last digits of powers always cycle; find the cycle length, reduce the exponent modulo it, and be careful that remainder corresponds to the last entry of the cycle.
The trap
Getting the remainder 2003 mod 4 = 3 right but reading off the wrong entry of the cycle, giving 9 or 1.
Common mistakes
- Getting the remainder 2003 mod 4 = 3 right but reading off the wrong entry of the cycle, giving 9 or 1.
- Using the tens digit of as well, or assuming the cycle has length .
Techniques
Compute small cases, spot the pattern, generalize