Find the last digit of the quotient when 1 7 8 2 is divided by 100.
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 way..
Did the same..
Scientific result: ...90831289889 as 1 7 8 2 MOD 100 = 89, it is clear that we must minus 89 for ...90831289800 to be divided by 100 as ...908312898, where last digit is 8.
Answer: 8
Log in to reply
1 7 8 2 MOD 1000 = 889 is the way to determine for answer of 8.
If you've noticed, starting from 7 5 , there is a pattern that goes as 8 6 5 for it's third digit. The last digit has a pattern that goes as 7 9 3 1. Their LCM is 12, so every 12 exponents the third digit will be 5. Divide 82 by 12, which results 72 with 10 as a remainder. Divide the remainder by three which results 9 with 1 as a remainder. That would make the answer the next pattern after 5, which is 8
First I did 1 7 8 2 m o d 1 0 0 0 to find the last 3 digits ( which turned out to be 1 7 8 2 = . . . . . . 8 8 9
Since dividing by 100 is basically moving the decimal place to the left, we get the quotient as . . . . . . 8 . 8 9 or simply as . . . . . . 8 + 1 0 0 8 9 with the fractional part as the remainder.
Thus the answer is 8
You are right provided 1 7 8 2 is not an overflowed value. But we ought to be careful when we get near to margin of limitation of calculator.
Log in to reply
I use modular exponentiation
Log in to reply
Can you determine answer for 1 2 3 4 5 6 7 8 8 7 6 5 4 3 2 1 just to replace 1 7 8 2 ?
Problem Loading...
Note Loading...
Set Loading...
Using Euler's theorem,
a ϕ ( p ) ≡ 1 m o d ( p ) when g c d ( a , p ) = 1
1 0 0 = 2 2 × 5 2
ϕ ( 1 0 0 ) = 2 2 × 5 2 × ( 1 − 2 1 ) × ( 1 − 5 1 ) = 4 0
Hence,
1 7 4 0 ≡ 1 ( m o d 1 0 0 )
1 7 8 2 = 1 7 8 0 × 1 7 2 ≡ 1 7 2 ≡ 2 8 9 ≡ 8 9 ( m o d 1 0 0 )
∴ 1 7 8 2 = 1 0 0 n + 8 9
1 0 0 n = 1 7 8 2 − 8 9
Consider the modular relation,
1 0 0 n ≡ 1 7 8 2 − 8 9 ≡ 1 7 × 1 7 8 1 − 8 9 ≡ 1 7 × 4 9 1 3 2 7 − 8 9 ( m o d 1 0 0 0 )
∴ 1 0 0 n ≡ 1 7 × 9 1 3 2 7 − 8 9 ≡ 1 7 × 4 9 7 9 − 8 9 ≡ 1 7 × 4 7 3 3 − 8 9 ≡ 1 7 × 8 1 7 − 8 9 ( m o d 1 0 0 0 )
∴ 1 0 0 n ≡ 1 7 × 8 1 7 − 8 9 ≡ 1 3 8 8 9 − 8 9 ≡ 1 3 8 0 0 ≡ 8 0 0 ( m o d 1 0 0 0 )
∴ 1 0 0 n = 1 0 0 0 k + 8 0 0 , where k is an integer. ∴ n = 1 0 k + 8
Hence the last digit of n, that is, the quotient is 8.