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.
Nice solution. That is exactly how I solved it.
Relevant wiki: Euler's Theorem
We need to find 3 3 1 0 0 mod 100 .
3 3 1 0 0 ≡ 3 3 1 0 0 mod ϕ ( 1 0 0 ) (mod 100) ≡ 3 3 1 0 0 mod 4 0 (mod 100) ≡ 3 3 1 0 0 mod ϕ ( 4 0 ) mod 40 (mod 100) ≡ 3 3 1 0 0 mod 1 6 mod 40 (mod 100) ≡ 3 3 4 mod 40 (mod 100) ≡ 3 8 1 mod 40 (mod 100) ≡ 3 1 ≡ 3 (mod 100) Since g cd ( 3 , 1 0 0 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 1 0 0 ) = 4 0 Since g cd ( 3 , 4 0 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 4 0 ) = 1 6
Nice solution. I always look forward for your written solution(s) to my problems.
Set p = 101, 3^100 congruent to 1 mod 101, 3^1 mod 101 gives us 3.
That is an interesting idea.
Observe that if a is relatively prime to 2 2 = 4 and 2 5 (noting that 1 0 0 = 2 5 ⋅ 4 ) a 2 0 a 2 ≡ 1 m o d 2 5 ≡ 1 m o d 4 In this case, since a 2 0 ≡ 1 m o d 4 also, by Chinese Remainder Theorem , a 2 0 ≡ 1 m o d 1 0 0 which leads us to evaluate 3 1 0 0 m o d 2 0 .
Evaluating 3 1 0 0 m o d 2 0
Observe that 2 0 = 2 2 ⋅ 5 . If b is relatively prime to 2 2 = 4 and 5 , b 2 b 4 ≡ 1 m o d 4 ≡ 1 m o d 5 Chinese Remainder Theorem shows that b 4 ≡ 1 m o d 2 0 . Therefore, 3 1 0 0 ≡ ( 3 2 5 ) 4 m o d 2 0 ≡ 1 m o d 2 0 which is the exponent of 3 .
Answer
Thus, we have 3 as the answer.
Very neat solution!
For your first section (in your solution), it's easier to show that the minimum positive integer of m satisfying a m ≡ 1 ( m o d 1 0 0 ) (of 20) is by using Carmichael's lambda function . That is λ ( 1 0 0 ) = λ ( 2 2 ⋅ 5 2 ) = lcm ( λ ( 2 2 ) , λ ( 5 2 ) ) = lcm ( 2 1 ϕ ( 2 2 ) , ϕ ( 5 2 ) ) = lcm ( 2 , 2 0 ) = 2 0 .
Nice and explicit solution.
The last two digits are 03 which is the same as 3. I will provide a complete solution later on.
Problem Loading...
Note Loading...
Set Loading...
As from Euler's Function ϕ ( 1 0 0 ) = 4 0
So 3 ϕ ( 1 0 0 ) ≡ 1 ( m o d 1 0 0 ) ⟹ 3 4 0 ≡ 1 ( m o d 1 0 0 )
Now we need to find how many 4 0 ′ s are there in 3 1 0 0 i.e. 3 1 0 0 ≡ ? ( m o d 4 0 )
Now 3 1 0 0 ≡ 1 ( m o d 8 ) and 3 1 0 0 ≡ 1 ( m o d 5 ) (It can be easily found by using binomial exapansion.)
Then 3 1 0 0 ≡ 1 ( m o d 4 0 ) .Here 3 1 0 0 = 4 0 k + 1 .Putting this we get:
3 3 1 0 0 = 3 4 0 k + 1 = 3 4 0 k . 3 ≡ 1 k . 3 ( m o d 1 0 0 ) .
3 3 1 0 0 ≡ 3 ( m o d 1 0 0 )