How do you solve this?
$$2^{5^{2017}} \bmod 11$$
I tried my own method, and I got that:
$$2^{5^{2017}} \equiv 10\pmod{11}$$
But I'm not sure it's the correct answer.
Thanks!
How do you solve this?
$$2^{5^{2017}} \bmod 11$$
I tried my own method, and I got that:
$$2^{5^{2017}} \equiv 10\pmod{11}$$
But I'm not sure it's the correct answer.
Thanks!
Note that since $11$ is a prime, $2^{10}\overset{11}{\equiv}1$ Hence because $5^{2017}\overset{10}{\equiv}5$, we have $2^{5^{2017}}\overset{11}{\equiv}2^5\overset{11}{\equiv}10$ and you are right!