Find the last three digits of 7 9 7 2 9 .
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.
Since all of the answers start with "60," let's focus on the last digit.
The last digit cannot be even, since odd × odd = even .
Also, the last digit cannot be 5 because ( non-multiple of 5 ) × ( non-multiple of 5 ) = multiple of 5 .
Therefore, the last digit of 7 n follows a 4-step repeating cycle: 7, 9, 3, 1. Since 9 will always come on an even n , and 9,729 isn't even, that means the answer is 607. β ⌈ ∣ ⌉
This kind of strategy is called "Process of elimination." This is very useful for those agonizing standardized tests.
The cyclicity for 7 is 4, i.e. every multiple of 4th power of 7 will have the same unit digit as 7 4 , 1.
Thus, 7 9 7 2 8 will have it as 1, and 7 9 7 2 9 will have it as 7.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Euler's Theorem
Let the given number be N . We need to find N m o d 1 0 0 0 .
N ≡ 7 9 7 2 9 m o d λ ( 1 0 0 0 ) (mod 1000) ≡ 7 9 7 2 9 m o d 1 0 0 (mod 1000) ≡ 7 2 9 (mod 1000) ≡ 7 ⋅ 4 9 1 4 (mod 1000) ≡ 7 ( 5 0 − 1 ) 1 4 (mod 1000) ≡ 7 ( ⋯ + 2 1 4 × 1 3 ⋅ 5 0 2 − 1 4 ⋅ 5 0 + 1 ) (mod 1000) ≡ 7 ( ⋯ + 5 0 0 − 7 0 0 + 1 ) (mod 1000) ≡ 7 ( − 1 9 9 ) (mod 1000) ≡ − 3 9 3 (mod 1000) ≡ 6 0 7 (mod 1000) Since g cd ( 7 , 1 0 0 0 ) = 1 , Euler’s theorem applies. Carmichael lambda function λ ( 1 0 0 0 ) = 1 0 0