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.
9 3 2 7 ≡ 9 3 2 7 m o d λ ( 1 0 0 ) (mod 100) ≡ 9 3 2 7 m o d 2 0 (mod 100) ≡ 9 7 (mod 100) ≡ ( 1 0 − 1 ) 7 (mod 100) ≡ ( 7 0 − 1 ) (mod 100) ≡ 6 9 (mod 100) Since g cd ( 9 , 1 0 0 ) = 1 , Euler’s theorem applies. Carmichael’s lambda function λ ( 1 0 0 ) = 2 0
References :
Can you explain me Carmichael's lambda function?
Log in to reply
Please check the reference.
Log in to reply
yes I did but couldn't really understand it; is it just the Euler's totient function (phi)
Log in to reply
@Syed Hamza Khalid – Carmichael lambda function λ ( ⋅ ) is similar to Euler's totient function ϕ ( ⋅ ) . When a number has 2 as a factor, then ϕ ( n ) = 2 λ ( n ) if no factor of 2, ϕ ( n ) = λ ( n ) . In this case it involves 2 as a factor it is better to use λ ( n ) because it is smaller.
Log in to reply
@Chew-Seong Cheong – Please up-vote my solution.
@Chew-Seong Cheong – Thanks a lot; your explanation is amazing
@Chew-Seong Cheong – Is there any rules for this function? I mean where can you use it?
Log in to reply
@Syed Hamza Khalid – Yes, there are rules. Read up the reference: Euler's theorem . For a n (mod b) , a and b must be coprime integers, that is their greatest common divisor is 1 or g cd ( a , b ) = 1 .
Log in to reply
@Chew-Seong Cheong – Yeah! Got it! Thanks!
Note that :
9 0 ≡ 0 1 ( m o d 1 0 0 )
9 1 ≡ 0 9 ( m o d 1 0 0 )
9 2 ≡ 8 1 ( m o d 1 0 0 )
9 3 ≡ 2 9 ( m o d 1 0 0 )
9 4 ≡ 6 1 ( m o d 1 0 0 )
9 5 ≡ 4 9 ( m o d 1 0 0 )
9 6 ≡ 4 1 ( m o d 1 0 0 )
9 7 ≡ 6 9 ( m o d 1 0 0 )
9 8 ≡ 2 1 ( m o d 1 0 0 )
9 9 ≡ 8 9 ( m o d 1 0 0 )
9 1 0 ≡ 0 1 ( m o d 1 0 0 ) ≡ 9 0 ( m o d 1 0 0 )
In addition, 3 2 7 = 3 2 ∗ 1 0 + 7 ,
so 9 3 2 7 ≡ 9 7 ≡ 6 9 ( m o d 1 0 0 ) .
Consider the binomial expansion of 9 3 2 7 = ( 1 0 − 1 ) 3 2 7 = k = 0 ∑ 3 2 7 ( k 3 2 7 ) 1 0 3 2 7 − k × ( − 1 ) k . All the terms in the expansion will have a factor of 1 0 0 except the last two, so to find the last two digits we only need to consider the last two terms of the expansion, namely
( 3 2 6 3 2 7 ) 1 0 1 × ( − 1 ) 3 2 6 + ( 3 2 7 3 2 7 ) 1 0 0 × ( − 1 ) 3 2 7 = 3 2 7 × 1 0 − 1 = 3 2 6 9 ⟹ 9 3 2 7 ( m o d 1 0 0 ) = 6 9 .
Is there some kind of theorem for this?
9^1=09(%100)
9^2=-19(%100)
9^3=29(%100)
9^4=-39(%100)
So, we can see that the series is following a pattern which is:
9^n=((-1)^((n+1)%10) (10 ((n-1)%10)+9)(%100)
Hence, we can conclude that 9^327=69
Problem Loading...
Note Loading...
Set Loading...
9 3 2 7 ⟹ 3 6 5 4
3 6 5 4 ≡ x ( m o d 1 0 0 )
3 n ≡ 1 ( m o d 1 0 0 )
Using the Euler's totient function, we can conclude that:
n = ϕ ( 1 0 0 ) = 4 0 This works becuase gcd (3, 100) = 1 .
∴ We know that 3 4 0 ≡ 1 ( m o d 1 0 0 ) ⟹ 3 6 4 0 ≡ 1 ( m o d 1 0 0 ) ⟹ 3 6 4 0 × 3 1 4 ≡ 1 × 6 9 ( m o d 1 0 0 ) ⟹ 3 6 5 4 ≡ 6 9 ( m o d 1 0 0 )