Find the remainder when 2^39 is divided by 39.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using Euler totient function, E(39) = 24
2^24 = 1 mod39
2^10 = 10 mod39
2^34 = 10 mod39
Also, 2^5 = 32 mod39
Thus 2^39 = 8 mod39