Given that X > 1 0 0 0 0 with X m o d 7 = 0 , what is the smallest value of X ?
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.
Very simple and easy to understand. Bonus question: Given that Y = 1 0 n + 1 for n > 4 with Y m o d 7 = 0 and positive integer n , what is the smallest value of Y ?
Challenge Master: 1 0 4 ≡ 1 0 ⋅ 1 0 3 ≡ 3 ⋅ 1 0 3 ≡ − 3 ( m o d 7 )
\stackrel{:3}\iff 10^3\equiv -1 mod 7 , so ord 7 ( 1 0 ) = 6 and 1 0 3 ⋅ 1 0 ord 7 ( 1 0 ) ≡ 1 0 9 ≡ − 1 mod 7 with 9 being the next least after 3 to satisfy 1 0 k ≡ − 1 mod 7 .
Or 1 0 n ≡ − 1 ⇒ 1 0 n − 3 ≡ 1 mod 7 and n − 3 = ord 7 ( 1 0 ) ⟺ n = 9 , since n − 3 = 0 .
Problem Loading...
Note Loading...
Set Loading...
1 0 4 ≡ 3 4 ≡ 9 2 ≡ 2 2 ≡ 4 ≡ − 3 ( m o d 7 ) , so 1 0 4 + 3 = 1 0 0 0 3 .