What are the last two 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 = 1 2 8 1 9 9 0 . We need to find N m o d 1 0 0 . Using Chinese remainder theorem (CRT) and considering 4 and 25, the factors of 100, separately,
Factor 4: N ≡ 1 2 8 1 9 9 0 ≡ 0 (mod 4) .
Factor 25: Since g cd ( 1 2 , 2 5 ) = 1 , we can apply the Euler's theorem and Euler totient function ϕ ( 2 5 ) = 2 5 × 5 4 = 2 0 . Then we have:
N ≡ 1 2 8 1 9 9 0 m o d ϕ ( 2 5 ) (mod 25) ≡ 1 2 8 1 9 9 0 m o d 2 0 (mod 25) ≡ 1 2 4 (mod 25) ≡ ( 1 0 + 2 ) 4 (mod 25) ≡ 1 0 × 2 3 + 2 4 (mod 25) ≡ 8 6 ≡ 1 1 (mod 25) By CRT (see note)
This implies that N ≡ 2 5 n + 1 1 , where n is an integer. Then 2 5 n + 1 1 ≡ 0 (mod 4) ⟹ n ≡ 1 and N ≡ 2 5 + 1 1 ≡ 3 6 (mod 100) .
Note: Using CRT on 8 1 9 9 0 m o d 2 0
{ 8 1 9 9 0 ≡ 0 (mod 4) 8 1 9 9 0 ≡ 8 1 9 9 0 m o d ϕ ( 5 ) ≡ 8 1 9 9 0 m o d 4 ≡ 8 2 ≡ 6 4 ≡ 4 (mod 5)
⟹ 8 1 9 9 0 ≡ 5 n + 4 ≡ 0 (mod 4) ⟹ n = 0 and 8 1 9 9 0 ≡ 4 (mod 20)