Find the remainder left when ( 1 4 9 3 ) ( 1 5 2 2 ) is divided by 5
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.
Unit's digit of 9^3 = 9 Unit's digit of 2^2 = 4 9*4 = 36 36 mod 5 = 1
Is the first sentence 1 4 9 ≡ − 1 ( m o d 5 ) correct? a = b ( m o d c ) generally represents the remainder when a is divided by c and the remainder is generally considered positive, i.e., 1 5 = 3 ( m o d 4 ) = − 1 ( m o d 4 ) . This is what I think but I actually suck at Number Theory and might be wrong. It would be appreciated if you correct me if I am wrong.
Log in to reply
I'm not really sure about this too. But what I learned is when a ≡ b ( m o d c ) , then c ∣ a − b .
So I think it's slightly easier in this case to use − 1 rather than − 4 , but both give same results.
Prasun, one can also use a negative modulo. It is sometimes extremely useful in solving advanced number theory problems.
I had the same solution.
I cleaned up your mods a little.
Without modulo, simply multiply all the last digits together. With that, we get 9 × 9 × 9 × 2 × 2 . Considering only the last digit, obviously that multiplication results in a last digit of 6 . Hence, the remainder when divided by 5 is 1 .
Nice I thought of same
9^3=9 as a unit place and 2^2=4 as a unit place. so, 9*4=36 and divided by 5 is 1
Level 0: Bashing
1 4 9 3 × 1 5 2 2 = 7 6 4 2 6 8 5 3 6 9 6 ≡ 1 ( m o d 5 )
Level 1: Clever bashing
Let x = 1 5 0 .
1 4 9 3 × 1 5 2 2 = ( x − 1 ) 3 ( x + 2 ) 2 = ( x 3 − 3 x 2 + 3 x − 1 ) ( x 2 + 4 x + 4 ) = x 5 + x 4 − 5 x 3 − x 2 + 8 x − 4 ≡ − 4 ≡ 1 ( m o d 5 )
Level 2: Pro
1 4 9 3 × 1 5 2 2 ≡ 4 3 × 2 2 = 6 4 × 4 ≡ 4 × 4 = 1 6 ≡ 1 ( m o d 5 )
Level 3: Master
1 4 9 3 × 1 5 2 2 ≡ ( − 1 ) 3 × 2 2 = − 4 ≡ 1 ( m o d 5 )
A s s u m e ρ t o b e t h e r i g h t a n s w e r ; t h e r e f o r e , ρ . Q E D
Problem Loading...
Note Loading...
Set Loading...
1 4 9 ≡ − 1 ( m o d 5 )
1 4 9 3 ≡ ( − 1 ) 3 ( m o d 5 )
1 4 9 3 ≡ − 1 ( m o d 5 )
1 4 9 3 ≡ 4 ( m o d 5 )
1 5 2 ≡ 2 ( m o d 5 )
1 5 2 2 ≡ 2 2 ( m o d 5 )
1 5 2 2 ≡ 4 ( m o d 5 )
∴ ( 1 4 9 3 ) ( 1 5 2 2 ) ≡ 1 6 ( m o d 5 )
∴ ( 1 4 9 3 ) ( 1 5 2 2 ) ≡ 1 ( m o d 5 )