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 0 1 8 2 0 1 8 . We need to find N m o d 1 0 0 . Since g cd ( 2 0 1 8 , 1 0 0 ) = 1 , we consider the factors 4 and 25 of 100 separately using Chinese remainder theorem .
Factor 4: N ≡ 0 (mod 4)
Factor 25: Since g cd ( 2 0 1 8 , 2 5 ) = 1 , we can apply Euler's theorem and note that Euler's totient function ϕ ( 2 5 ) = 2 0 .
N ≡ 2 0 1 8 2 0 1 8 m o d ϕ ( 2 5 ) (mod 25) ≡ 2 0 1 8 2 0 1 8 m o d 2 0 (mod 25) ≡ 2 0 1 8 1 8 (mod 25) ≡ ( 2 0 0 0 + 1 8 ) 1 8 (mod 25) ≡ 1 8 1 8 (mod 25)
Now consider,
1 8 2 0 1 8 2 ⋅ 1 8 1 8 4 ⋅ 8 1 ⋅ 1 8 1 8 4 ⋅ 6 ⋅ 1 8 1 8 2 4 ⋅ 1 8 1 8 − 1 8 1 8 1 8 1 8 ≡ 1 8 2 0 m o d ϕ ( 2 5 ) ≡ 1 8 2 0 m o d 2 0 ≡ 1 8 0 ≡ 1 (mod 25) ≡ 1 (mod 25) ≡ 1 (mod 25) ≡ 1 (mod 25) ≡ 1 (mod 25) ≡ 1 (mod 25) ≡ − 1 ≡ 2 4 (mod 25)
Since 2 4 ≡ 0 (mod 4) , implying that N ≡ 2 4 (mod 100) .
Problem Loading...
Note Loading...
Set Loading...
The last two digits of 2 0 1 8 2 0 1 8 will be the same as the last two digits of 1 8 2 0 1 8 . Consider the last two digits of the first few powers of 1 8 : 1 8 2 1 8 3 1 8 4 1 8 5 1 8 6 ≡ 2 4 m o d 1 0 0 ≡ 3 2 m o d 1 0 0 ≡ 7 6 m o d 1 0 0 ≡ 6 8 m o d 1 0 0 ≡ 2 4 m o d 1 0 0 Thus the last two digits of 1 8 n repeat with a period of 4 . In other words, 1 8 m ≡ 1 8 n m o d 1 0 0 if and only if m ≡ n m o d 4 (for n , m ≥ 2 ). Since 2 0 1 8 ≡ 2 m o d 4 , the last two digits of 1 8 2 0 1 8 , and therefore 2 0 1 8 2 0 1 8 will be 2 4 .