Find the last five 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 = 5 4 3 2 1 . We need to find N m o d 1 0 0 0 0 0 . Since g cd ( 5 , 1 0 0 0 0 0 ) = 1 we cannot use the Euler's theorem and we have to consider the factors of 100000, 2 5 = 3 2 and 5 5 = 3 1 2 5 separately with the Chinese remainder theorem .
Consider factor 32:
N ≡ 5 4 9 m o d ϕ ( 3 2 ) (mod 32) ≡ 5 4 9 m o d 1 6 (mod 32) ≡ 5 0 (mod 32) ≡ 1 (mod 32) Since g cd ( 5 , 3 2 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 3 2 ) = 1 6
Consider factor 3125:
N ⟹ N ⟹ 3 1 2 5 n 2 1 n ⟹ n ≡ 0 (mod 3125) ≡ 3 1 2 5 n ≡ 1 (mod 32) ≡ 1 (mod 32) ≡ 2 9 where n ∈ N
⟹ N ≡ 3 1 2 5 ( 2 9 ) ≡ 9 0 6 2 5 (mod 100000)