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.
Easiest solution to understand.
Things Lazy people does:
1 |
|
We want to find 2 0 1 4 0 2 ( m o d 1 0 0 0 ) so first we shall apply Euler's Theorem . It states that a ϕ ( n ) ≡ 1 ( m o d n ) where ϕ ( n ) is Euler's Totient function . It is the sum of all positive integers below n that are coprime to n . Fermat's Little Theorem is a special case for when n = p and p is prime. Thus there are ϕ ( p ) = p − 1 coprime numbers below.
Anyway using Euler's Product Formula we can compute ϕ ( 1 0 0 0 ) . Euler's product formula states that ϕ ( n ) = n p ∣ n ∏ ( 1 − p 1 ) where p is a prime divisor of n . Therefore ϕ ( 1 0 0 0 ) = 1 0 0 0 ( 1 − 2 1 ) ( 1 − 5 1 ) = 4 0 0 thus 2 0 1 4 0 2 ≡ 2 0 1 4 0 0 × 2 0 1 2 ≡ 2 0 1 2 ( m o d 1 0 0 0 ) and simply computing 2 0 1 2 = 4 0 4 0 1 means that the answer is 4 0 1 .
well bro i did it on the basis of patterns
I did exactly the same!
We easly solve 2 0 1 4 0 2 m o d 1 0 0 0 using that o r d ( 1 0 0 0 ) = [ 5 3 − 5 2 ; 2 3 − 2 2 ] = 1 0 0 Thus, 2 0 1 4 0 2 ≡ 2 0 1 4 0 2 m o d o r d ( 1 0 0 0 ) ≡ 2 0 1 2 ≡ 4 0 4 0 1 ≡ 4 0 1 m o d 1 0 0 0 Hence, the answer is 4 0 2
Log in to reply
Can you tell what is ord()? and can we use it for 201^402 mod 6 (201and 6 are not coprime)
Write 2 0 1 4 0 2 as ( 2 0 0 + 1 ) 4 0 2 . Using the binomial theorem, we get that
( 2 0 0 + 1 ) 4 0 2 = ( 0 4 0 2 ) 2 0 0 4 0 2 + ( 1 4 0 2 ) 2 0 0 4 0 1 1 1 + ⋯ + ( 4 0 1 4 0 2 ) 2 0 0 1 1 4 0 1 + ( 4 0 2 4 0 2 ) 1 4 0 2
Notice that any term involving 2 0 0 to the power of anything to the power of at least two has last three digits all 0 so we only need the two terms have that powers of 2 0 0 to the first and zeroth. They are ( 4 0 1 4 0 2 ) 2 0 0 1 1 4 0 1 + ( 4 0 2 4 0 2 ) 1 4 0 2 = 4 0 2 ⋅ 2 0 0 + 1 = 8 0 4 0 1 and thus the desired last three digits are 4 0 1 .
Problem Loading...
Note Loading...
Set Loading...
2 0 1 ≡ 1 ( m o d 1 0 0 0 )
2 0 1 2 ≡ 4 0 1 ( m o d 1 0 0 0 )
2 0 1 3 ≡ 6 0 1 ( m o d 1 0 0 0 )
2 0 1 4 ≡ 8 0 1 ( m o d 1 0 0 0 )
2 0 1 5 ≡ 1 ( m o d 1 0 0 0 )
4 0 2 ≡ 2 ( m o d 5 ) ⇒ 2 0 1 4 0 2 ≡ 2 0 1 2 ≡ 4 0 1 ( m o d 1 0 0 0 )
So the last 3 digits of 2 0 1 4 0 2 are 4 0 1