Let "a" be a natural number, not divisible by 5.What remainder can a on the power of 100 give when divided by 125?
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.
That is right, I forgot to say that a would not be equall to 1 because it would be too easy.I made a modified version of the problem which states that a isn't equal to one.
Funny Approach : Since the question must have a fixed answer, we consider the most advantageous value of a i.e. a = 1 since 5 ∤ 1 , and get...
1 1 0 0 = 1 ≡ 1 ( m o d 1 2 5 )
Formal Approach : Let a = 5 b + r , for b ∈ N 0 and r ∈ { 1 , 2 , 3 , 4 } . So we have...
( 5 b + r ) 1 0 0 = i = 0 ∑ 1 0 0 ( i 1 0 0 ) ( 5 b ) i r 1 0 0 − i
Since, 5 3 = 1 2 5 , for i ≥ 3 , the terms in the expansion will be divisible by 1 2 5 , Hence...
i = 0 ∑ 1 0 0 ( i 1 0 0 ) ( 5 b ) i r 1 0 0 − i ≡ i = 0 ∑ 2 ( i 1 0 0 ) ( 5 b ) i r 1 0 0 − i ( m o d 1 2 5 )
i = 0 ∑ 2 ( i 1 0 0 ) ( 5 b ) i r 1 0 0 − i = ( 0 1 0 0 ) ( 5 b ) 0 r 1 0 0 − 0 + ( 1 1 0 0 ) ( 5 b ) 1 r 1 0 0 − 1 + ( 2 1 0 0 ) ( 5 b ) 2 r 1 0 0 − 2
= r 1 0 0 + 1 0 0 ⋅ 5 b ⋅ r 9 9 + 4 9 5 0 ⋅ 2 5 b 2 ⋅ r 9 8 ≡ r 1 0 0 ( m o d 1 2 5 )
Now note that, g cd ( 1 , 1 2 5 ) = g cd ( 2 , 1 2 5 ) = g cd ( 3 , 1 2 5 ) = g cd ( 4 , 1 2 5 ) = 1 , and φ ( 1 2 5 ) = 1 0 0 . So we have from Euler's Theorem, for r ∈ { 1 , 2 , 3 , 4 } ...
r 1 0 0 = r φ ( 1 2 5 ) ≡ 1 ( m o d 1 2 5 )
And so, all in all, for b ∈ N 0 and r ∈ { 1 , 2 , 3 , 4 } , we get...
( 5 b + r ) 1 0 0 ≡ 1 ( m o d 1 2 5 )
Also, why did you use the binomial representation, you could have used Euler's theorem even in the beginning, because (a,5)=1.
That is pretty much the same as my solution, but shorter!I have a modified version of the problem where I state that a is not equal to 1.
I will provide two solutions - one is easier, but longer and the other is more complicated, but shorter.
Make sure to post your own proofs!Here are mine:
proof
Well, you can easily substitute a=1 and get the answer, but the interesting part of it is that for every cop rime number to 5 it gives remainder 1.
Also, the problem can be generalised.For instance, show that for some prime number "p" and coprime to it natural number a, a on the power of p^(k-1).p gives remainder 1 when divided by p^k.That, of course, is really easy, because phi of p^k is p^(k-1).p and there is your solution, but in this case you have to see that 100 is phi of 125.
Problem Loading...
Note Loading...
Set Loading...
Let us take a=1 as 1 is a natural no. not divisble by 5.
Now, a 1 0 0 = 1 1 0 0 = 1
The answer is= mod(a,125) = 1