Find the last two digits of
1 9 1 7 1 5 . . . 3 1
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.
It can be easily found that 1 9 5 ≡ 9 9 ≡ − 1 mod 1 0 0 . This means that 9 9 1 0 ≡ 1 mod 1 0 0 and that 1 9 1 0 n + k ≡ 1 9 k for positive integers n , k .
Therefore, we need to find 1 7 1 5 . . . 3 1 , or equivalently 7 1 5 . . . 3 1 , mod 1 0 .
As 7 4 ≡ 1 mod 1 0 , we need to find 1 5 1 3 . . . 3 1 mod 4 .
The above is equivalent to ( − 1 ) 1 3 1 1 . . . 3 1 mod 4 . As 1 3 1 1 . . . 3 1 is odd, 1 5 1 3 1 1 . . . 3 1 ≡ − 1 ≡ 3 mod 4 .
We can then deduce that 1 7 1 5 . . . 3 1 ≡ 7 3 ≡ 3 mod 1 0 .
Therefore, 1 9 1 7 1 5 . . . 3 1 ≡ 1 9 3 ≡ 5 9 mod 1 0 0 .
Problem Loading...
Note Loading...
Set Loading...
Let the number given be N = 1 9 1 7 1 5 a . We need to find N m o d 1 0 0 .
N ≡ 1 9 1 7 1 5 a m o d λ ( 1 0 0 ) (mod 100) ≡ 1 9 1 7 1 5 a m o d 2 0 (mod 100) ≡ 1 9 1 7 1 5 a m o d 4 m o d 2 0 (mod 100) ≡ 1 9 1 7 3 m o d 2 0 (mod 100) ≡ 1 9 1 3 (mod 100) ≡ ( 2 0 − 1 ) 1 3 (mod 100) ≡ ( 2 6 0 − 1 ) (mod 100) ≡ 5 9 (mod 100) Since g cd ( 1 9 , 1 0 0 ) = 1 , Euler’s theorem applies. Carmichael’s lambda λ ( 1 0 0 ) = 2 0 Again g cd ( 1 7 , 2 0 ) = 1 and λ ( 2 0 ) = 4 See note 1. See note 2. Last two terms of binomial expansion, earlier terms are divisible by 100.
Notes:
1 5 a ≡ ( 1 6 − 1 ) a ≡ − 1 ≡ 3 (mod 4) Since a is odd.
1 7 3 ≡ ( 2 0 − 3 ) 3 ≡ − 2 7 ≡ − 7 ≡ 1 3 (mod 20)
References: