What is the remainder when 8 1 0 − 1 is divided by 49?
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.
8=1 (mod 7)
8^7=1 (mod 7^2)
8^10=8^3 (mod 49)
8^10-1=512-1 (mod 49)
8^10-1=511=21 (mod 49)
Therefore, required remainder=21.
Sorry for using '=' instead of the 'congruent to' symbol.
8 1 0 − 1 = ( 7 + 1 ) 1 0 − 1 = n = 0 ∑ 1 0 ( 1 0 n ) 7 n − 1 = 4 9 ⋅ [ n = 2 ∑ 1 0 ( 1 0 n ) 7 n − 2 ] + 1 0 ⋅ 7 + 1 − 1 = 4 9 [ ⋯ ] + 7 0 ≡ 2 1 mod 4 9 .
Problem Loading...
Note Loading...
Set Loading...
Note first that 8 1 0 = ( 7 + 1 ) 1 0 . In the binomial expansion of this last expression, all the terms will be divisible by 7 2 = 4 9 except for the last two, namely
( 1 1 0 ) ∗ 7 1 ∗ 1 9 + ( 0 1 0 ) ∗ 7 0 ∗ 1 1 0 = 1 0 ∗ 7 + 1 = 7 1 .
Thus 8 1 0 − 1 ≡ ( 7 1 − 1 ) ( m o d 4 9 ) = 2 1 .