I have been given the number: ${206746}^{20 }$and the problem wants me to compute the last digit using modular arithmetic. How would I go about this?
I know that since the ones digit is 6, no matter how big the exponential is the last digit is 6, but I do not know how to prove it.