Find the last three digits of the number above.
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.
Let N = 2 2 2 2 2 . We need to find N m o d 1 0 0 0 . Since g cd ( 2 , 1 0 0 0 ) = 1 , we can not use Euler's theorem and we consider the factors of 1000, 2 3 = 8 and 5 3 = 1 2 5 using the Chinese remainder theorem as follows:
Consider factor 8: N ≡ 0 (mod 8)
Consider factor 125: Since g cd ( 2 , 1 2 5 ) = 1 , we can apply Euler's theorem as follows:
N ≡ 2 2 2 2 2 m o d ϕ ( 1 2 5 ) (mod 125) ≡ 2 2 2 2 2 m o d 1 0 0 (mod 125) ≡ 2 2 1 6 m o d 1 0 0 (mod 125) ≡ 2 ( 2 5 0 + 6 ) 2 m o d 1 0 0 (mod 125) ≡ 2 3 6 (mod 125) ≡ ( 2 5 0 + 6 ) 4 ⋅ 2 4 (mod 125) ≡ 6 4 ⋅ 2 4 (mod 125) ≡ 3 4 ⋅ ( 2 5 6 ) (mod 125) ≡ 8 1 ⋅ 6 (mod 125) ≡ 1 1 1 (mod 125) where ϕ ( ⋅ ) denotes the Euler’s totient function. Note that ϕ ( 1 2 5 ) = 1 2 5 × 5 4 = 1 0 0
⟹ N ⟹ 1 2 5 n + 1 1 1 5 n + 7 ⟹ n ≡ 1 2 5 n + 1 1 1 ≡ 0 (mod 8) ≡ 0 (mod 8) ≡ 5 where n ∈ N
⟹ N ≡ 1 2 5 ⋅ 5 + 1 1 1 (mod 1000) ≡ 7 3 6 (mod 1000)