Question: Suppose today is Wednesday. What day of the week will it be $10^{{10}^{10}}$ days from now?
Answer: This is what I have tried so far. I know that you need to find $10^{{10}^{10}}\text{mod} 7$ to solve this problem. If $10^{{10}^{10}} \text{mod}7=0$, then it will be Wednesday, if $10^{{10}^{10}}\text{mod}7=1$, it will be Thursday, and so on. I tried breaking up the large exponent as follows: $10^{{10}^{10}}\text{mod}7=(10^{{10}^5} \text{mod}7\cdot 10^{{10}^5}\text{mod7})\text{mod}7$. However, I do not know how to find $10^{{10}^5} \text{mod}7$. The answer to this problem is Sunday, so that means that $10^{{10}^{10}}\text{mod}7=4$.