What will be the remainder when 7 1 0 3 is divided by 25?
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.
7 1 0 3 = 7 1 0 2 ( 7 ) = ( 7 2 ) 5 1 ( 7 ) = 4 9 5 1 ( 7 ) 49 ≡ -1 (mod 25), so by the Modular Arithmetic Lemma, 4 9 5 1 ≡ ( − 1 ) 5 1 = − 1 ( m o d 2 5 ) Thus, 7 1 0 3 ≡ − 1 ( 7 ) ≡ 1 8 ( m o d 2 5 )
Nice solution!
Perfect solution................
Note that 7 2 = 4 9 which is congruent to − 1 mod 25. Factor 7 1 0 3 as 7 1 0 2 ∗ 7 ≡ − 2 6 ∗ 7 ≡ − 1 ≡ 1 8 m o d 2 5 .
7 2 = -1 mod 25
7 1 0 0 = 1 mod 25
7 1 0 3 = 7 3 mod 25
7 1 0 3 = 343 mod 25
7 1 0 3 = 18 mod 25
The problem above can be solved as:
7 1 0 3 ( m o d 2 5 )
Yes, this looks challenging, but if you try to raise 7 to certain powers:
7 1 = 7
7 2 = 4 9
7 3 = 3 4 3
7 4 = 2 4 0 1
There. Since 7 4 = 2 4 0 1 , 7 4 ( m o d 2 5 ) ≡ 1 . We can proceed now by:
( 7 1 0 0 ) ( 7 3 ) ( m o d 2 ) 5
≡ ( 7 4 ) 2 5 ( 7 3 ) ( m o d 2 5 )
≡ ( 1 ) 2 5 ( 7 3 ) ( m o d 2 5 )
≡ 7 3 ( m o d 2 ) 5
Since 7 3 = 3 4 3 ,
= 3 4 3 ( m o d 2 5 )
≡ 1 8 (343 when divided by 25 gives a quotient of 13 and a remainder of 18.)
We are looking for 7 1 0 3 mod 2 5 . Since 1 0 3 is congruent to 3 mod 25 the problem simplifies to 7 3 mod 2 5 . 7 3 = 3 4 3 and the remainder when 3 4 3 is divided by 2 5 is 1 8
kindly explain the part how you congruency works , plz elaborate:)
Log in to reply
Not 100% sure what you are asking but does this help? https://brilliant.org/assessment/techniques-trainer/modulo-arithmetic/
We observe that 7^3 is congruent to 18 (mod 25) and 7^4 is congruent to 1 (mod 25)
Now 7^103 = (7^100) * ( 7^3)
And 7^100 is congruent to 1(mod 25) as 7^100 =(7^4)*25
And 7^3 is congruent to 18 (mod 25) as observed earlier.
Therefore the remainder has to be 18.
a cycle can be formed by 7^1 up to 7^5 same as 7^96 up to 7^100 7^3 has the same remainder of 7^103 343 divided by 25 has a remainder of 18
7 1 0 3 = ( 7 4 ) 2 5 7 3 = 2 4 0 1 2 5 × 3 4 3 N o w , 2 4 0 1 2 5 × 3 4 3 ≡ 1 2 5 × 1 8 ≡ 1 8 ( m o d 2 5 )
103 / 25 = 4,12
103 - ( 25 * 4 ) = 3
7 7 7 = 343
343/25 = 13,72
25*13 = 325
343 - 325 = 18
since 7^103 = 7 x 7^102
then 7^102 = 7^51 x 7^2
logically, 7^103 is logically = to 7^ 3
therefore dividing 7^3 to 25
the remainder is 18.
The remainder can be find by repeating the following loop for j = 1, 2, 3, 4, ..., 103
Initially, we have 7^0 = 1 , we divided by 25, gives a remainder of 1. So set r = 1
R = 1
For j = 1, 103
R = 7*R MOD 25
Next j
After the loop you will have R = 18
I just solved it by taking power 3 apart and done 7^3 it is 343 and I divided it with 25 I got 13 point something then I multiplied 25 with 13 then I got value I subtracted with 343 and I got 18
Nice solution!!!
7^103 = 7^102 × 7
= 7^2^51 × 7
49 ÷ 7 remainser is 49 = (– 1)
Total remainder when = 7^2^51 × 7 divided by 25 = (– 1)^51 × 7 = – 7 = 25 – 7 = 18
For 7 remainder is 7 when divided by 25 for 7 7- 16 for 7 7 7- 18 for 7 7 7 7- 1 for 7 7 7 7 7- 7 and it is repeated for further divisions here the exponent of 7 is 103= 4(25) + 3 i.e for 100- remainder is 1 remains 7 7 7 whose remainder is 18
<-> (7^103) mod (25) = (7^3 . 7^100) mod (25) <-> (343 . (7^4 . 25)) mod (25) = (343 . (2401)^25) mod (25) <-> (343 . (96.25 + 01)^25) mod (25) = 343 . (1)^25 mod (25) <-> 343 mod 25 = 18. Answer : 18
By Euler's Theorum :both are co-prime ,hence 7^5 is divisible by 25 hence left part is 7^3 ,which in tern leaves 24 7 as left remainder , which in other terms is -1 7 or 18 :),kindly suggest some other way exept euler ,its cliched
7^5 is not divisible by 25.
My method requires less knowledge than the ones posted previously, but more work. I simply looked for a pattern in the powers of 7, noticing that the last 2 digits repeated every 4 multiplications by 7. In other words, 7^4 and 7^8 end in 01, like 7^1. After having noticed this, it became obvious to me that 7^100 ends in 01 as well, so, naturally 7^103 must end in 43, which are also the last 2 digits of 7^3. Afterwards I did 43 mod 25, which, as you know, is 18.
Oh i'm sry lauren , its 20 , 7^20 .u can google euler's theorum for details of 20 .
Problem Loading...
Note Loading...
Set Loading...
i solve this question just by using pattern
first, I divide 7 with 25 and i find the remainder is 7
second, I divide 49 with 25 and i find the remainder is 24
third, I divide 343 with 25 and i find the remainder is 18
fourth, I divide 2401 with 25 and i find the remainder is 1
fifth, i divide 16807 with 35 and i find the remainder is 7
then, if you look at the first and the fifth, it is the same remainder
if you continue it you will find the second is the same with the sixth, the third is the same with the seventh and the fourth is the same with the eight. this is call by pattern
so the pattern is: 7 , 24 , 18 , 1
because there are 4 pattern you divide 103 with 4 and the remainder is 3, so the remainder is the third number =18