What is the final digit in $\left(\cdots \left(\left(\left(7^7\right)^7\right)^7\right)^7\cdots\right)^7$, where the $7^{\text{th}}$ power is taken $100$ times?
So I'm trying to see how to do this problem without a calculator but i dont think a calculator would help because the numbers would be too big.
There is probably a trick but i can't see it.
In the calculator, I did $7^7=823543$
and i did $823543^7=2.5692358\times 10^{41}$
Since exponential is being involved, i would guess the final digit would be $0$ but i'm not sure.
Any explanations?
Think modulo $10$:
The powers of $7$ modulo $10$ are, in order, $1,7,9,3$, and then it repeats. Specifically, $7^7\equiv_{10} 3$.
Now, the powers of $3$ modulo $10$ are $1,3,9,7$, and then it repeats. Specifically, $3^7\equiv_{10}7$.
We see that for each time we take the seventh power, the last digits alternates between seven and three. We start with $7$ and take the seventh power $100$ times, that is, an even number of times. We end up back at seven, which is the last digit.