What are the last eight digits of ?
Note: Omit the initial zeros of the eight digits. For example, if your answer is , submit .
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.
We need to find 7 1 0 6 m o d 1 0 8 . Let us consider 2 8 and 5 8 = using Chinese remainder theorem .
7 1 0 6 ≡ 4 9 5 × 1 0 5 (mod 2 8 ) ≡ ( 4 8 + 1 ) 5 × 1 0 5 (mod 2 8 ) ≡ ( ⋯ + 4 8 × 5 × 1 0 5 + 1 ) (mod 2 8 ) ≡ 1 (mod 2 8 )
7 1 0 6 ≡ 4 9 5 × 1 0 5 (mod 5 8 ) ≡ ( 5 0 − 1 ) 5 × 1 0 5 (mod 5 8 ) ≡ ( ⋯ − 5 0 × 5 × 1 0 5 + 1 ) (mod 5 8 ) ≡ 1 (mod 5 8 )
This means that 7 1 0 6 ≡ 2 8 n + 1 , where n is an integer. And 2 8 n + 1 ≡ 1 (mod 5 8 ) ⟹ n = 0 and 7 1 0 6 ≡ 1 (mod 1 0 8 .