I have the following problem. I need to calculate $16^{74} \bmod 65$. Is there a way to do this without a calculator? Thank you for your help in advance!
EDIT (M.S.): Notice that this question is linked as an example in one of the answers to the FAQ post: How do I compute $a^b\,\bmod c$ by hand?
$65=2^6+1$ and $$ 16^{74} = 2^{296} = 4\cdot(2^6)^{49} = 4(65-1)^{49}\equiv 4(-1)^{49} \equiv \color{red}{-4}\pmod{65}. $$