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 0 1 7 . We need to find N m o d 1 0 0 0 . Since 2 , 1 0 0 0 are not coprime integers, we have to consider the factors of 1000 that are 8 and 125 separately.
Factor 8: N ≡ 2 2 0 1 7 ≡ 0 (mod 8)
Factor 125:
N ≡ 2 2 0 1 7 m o d ϕ ( 1 2 5 ) (mod 125) ≡ 2 2 0 1 7 m o d 1 0 0 (mod 125) ≡ 2 1 7 (mod 125) ≡ 2 1 0 × 2 7 (mod 125) ≡ 1 0 2 4 × 1 2 8 (mod 125) ≡ 2 4 × 3 (mod 125) ≡ 7 2 (mod 125) Since g cd ( 2 , 1 2 5 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 1 2 5 ) = 1 0 0
Since 7 2 ≡ 0 (mod 8) ⟹ N ≡ 7 2 (mod 1000) .