johnnyICON
- 79
- 0
What is the last digit of 2222^{50}~+~7777^{16}?
I know how to do these kinds of questions, but this time around I decided to try mod 11. Is there a reason why mod 11 does not work in this case?
2222 \equiv 0~(mod~11)
Therefore, 2222^{50} \equiv 0^{50} (mod 11), that is
2222^{50} \equiv 0 (mod 11)
I did the same for 7777. 7777^{16} \equiv 0 (mod 11)
Thus, I concluded that 2222^{50}~+~7777^{16} \equiv 0 + 0 (mod 11). And hence, the last digit is 0.
The last digit is actually 5.

I know how to do these kinds of questions, but this time around I decided to try mod 11. Is there a reason why mod 11 does not work in this case?
2222 \equiv 0~(mod~11)
Therefore, 2222^{50} \equiv 0^{50} (mod 11), that is
2222^{50} \equiv 0 (mod 11)
I did the same for 7777. 7777^{16} \equiv 0 (mod 11)
Thus, I concluded that 2222^{50}~+~7777^{16} \equiv 0 + 0 (mod 11). And hence, the last digit is 0.
The last digit is actually 5.
