0

Find the last digit of $66^5$.

This is how I solved the problem: $66^5=6^5*11^5$ (mod 10) = $6^5*1^5$ (mod 10). I have two questions. First, what is wrong with my method? I get different answer from answer sheet. Second, is there an easy way to find the last digit of $6^5$?

learning
  • 1,749

2 Answers2

3

Hint:

Observe that $6^n \equiv 6 \pmod {10}$, where $n$ is a positive integer.


With this hint, it may be seen that nothing is wrong with your answer as

$66^5 =6^5 \cdot 11^5 \equiv 6^5 \cdot 1 \equiv 6 \pmod {10}$

Roby5
  • 4,287
2

For integer $n\ge0,$ $$6^{n+1}-6=6(6^n-1^n)\equiv0\pmod{10}$$ using Why $a^n - b^n$ is divisible by $a-b$?