Find the last four digits of 4 3 1 2 5 5 0 1 .
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 one ! I forgot to see the cases in my earlier congruence :P
Why did you do cases
a
1
2
5
+
1
=
(
3
1
2
5
)
1
2
5
+
1
≡
(
1
)
1
2
5
+
1
≡
2
(
m
o
d
4
)
The term divisible by 4 would
a
1
2
5
−
1
Log in to reply
No in the solution of my previous problem , The earlier congruence refers to the congruence which I used in the solution of my own question : Which was later disproved by I considered this congruence is true without any method :P
a ≡ 1 m o d n and hence a p ≡ 1 m o d n p which later I found is false .
Since a 1 2 5 − 1 and a 1 2 5 + 1 are consecutive even integers, exactly one of them is divisible by 4; we don't need to know which. But you are right: It is trivial to find out.
Log in to reply
Ah, that's what you meant. I just got a bit confused when you said either of them, and was thinking why you did that.
An elementary solution (without writing out congruences):
If we want to determine the last four digits of a(n integral) power (of an integer), we can do this in multiple steps, taking only the last for digits of our results into account at the next step. (This is easy to prove, by examining the last four digits (of m×n) of the (10000+m)×(10000+n) product in the m=n case, by induction.)
Now, 3 1 2 5 4 = 95,367,640,625 , therefore we can calculate the last four digits of 3 1 2 5 2 0 as the last four digits of ( 3 1 2 5 4 ) 5 , which is the same as the last four digits of 6 2 5 5 . We will get 0625 again, since 3 1 2 5 4 = 6 2 5 5 = 5 2 0 .
Putting it to the 5th power twice more, we will find, that that the last four digits of both 3 1 2 5 1 0 0 and 3 1 2 5 5 0 0 are 0625.
The last step is to determine the the last four digits of 3 1 2 5 5 0 1 , which is the same as the last four digits of 625×3125=1,953,125. Therefore, our answer is 3 1 2 5 .
Yes, this works! (+1)
Problem Loading...
Note Loading...
Set Loading...
Like Zee, I will try to explain this without (explicitly) using congruences. To save us a little time, we will let a = 3 1 2 5 throughout. We can ignore the first digit 4 in 43125 since it will not affect the last four digits of the power.
We will show that a 5 0 1 − a is divisible by 10000; that implies that the last four digits of a 5 0 1 are a = 3 1 2 5 . Since 1 0 0 0 0 = 5 4 × 2 4 , it suffices to show that a 5 0 1 − a is divisible by both 5 4 = 6 2 5 and 2 4 = 1 6 .
We can factor b = a 5 0 1 − a = a ( a 1 2 5 − 1 ) ( a 1 2 5 + 1 ) ( a 2 5 0 + 1 ) . Now b is divisible by 5 4 since a = 3 1 2 5 = 5 5 . Also, b is divisible by 16 since three of the factors are even and one (either a 1 2 5 + 1 or a 1 2 5 − 1 ) is divisible by 4.