Find the sum of the last two rightmost digits of the number 7 1 0 0 − 3 1 0 0 .
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.
There is an easy rule in mathematics that if a number has a power then we could subtract 1 from the power and multiply the number of power to the number eg.4^100=100×4^100-1=100×4^99. If we do this till the power 1 then we will get 100^100×4. 3^100=100^100×3=3×100^100 7^100=100^100×7=7×100^100
100^(7-3)=4×100^100. Sum of last 2 digit is 0 because if hundred 0s are placed after 4 the last digit is 0
isn't 4^{100}=4 * 4^{99}
By Euler's Theorem , we get
7 8 0 = 1 m o d 1 0 0 and 3 8 0 = 1 m o d 1 0 0
Now 7 3 = 4 3 m o d 1 0 0 = 7 6 = 4 9 m o d 1 0 0 = 7 1 2 = 1 m o d 1 0 0
So 7 1 8 = 4 9 m o d 1 0 0 And 7 2 = 4 9 m o d 1 0 0 So
7 2 0 = 1 m o d 1 0 0 or 7 1 0 0 = 1 m o d 1 0 0 .
Again with 3, we get 3 2 0 = 1 m o d 1 0 0
So 3 1 0 0 = 1 m o d 1 0 0
So 7 1 0 0 − 3 1 0 0 = 0 m o d 1 0 0
So 0 0 are the last two digits
Problem Loading...
Note Loading...
Set Loading...
7 1 0 0 − 3 1 0 0 is divisible by 7 - 3 =4
Also 7 1 0 0 − 3 1 0 0 = 1 6 8 0 7 2 0 − 2 4 3 2 0 which is divisible by 16807+243=17050 So 7 1 0 0 − 3 1 0 0 is divisible by 100 So last 2 digits are 00.