Find the last four digits of .
Add 1000 to your answer. What do you get?
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.
Euler's Theorem states that:
a ϕ ( n ) ≡ 1 (mod n ) if a and n are coprime.
ϕ ( n ) is equal to the number of positive integers less than or equal to n that are coprime to n : Euler's totient function.
ϕ ( 2 5 0 0 ) = 1 0 0 0 so 3 1 0 0 0 ≡ 1 (mod 2500) because 3 and 2500 are coprime.
Also, 3 1 0 0 0 ≡ ( 3 2 ) 5 0 0 (mod 8)
≡ 1 5 0 0 (mod 8)
≡ 1 (mod 8). Now using Chinese Remainder Theorem, 3 1 0 0 0 ≡ 1 (mod 20000) and therefore 3 1 0 0 0 ≡ 1 (mod 10000) so the last four digits are 0001. Adding 1000 gives the answer: 1 0 0 1 .