Find the remainder when + + is divided by .
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.
What we are essentially solving is the equation: 3 2 0 0 2 + 7 2 0 0 2 + 2 0 0 2 ≡ u ( m o d 2 9 ) so that u is as small as possible and still a natural number. One can attack each term separately.
2 0 0 2 = 2 9 ∗ 6 0 + 1 ⇒ 2 0 0 2 ≡ 1 ( m o d 2 9 )
3 2 0 0 2 = 9 1 0 0 1 = 8 1 5 0 0 ∗ 9 , notice that 8 1 ≡ 2 3 ( m o d 2 9 ) and therefore 8 1 5 0 0 ∗ 9 ≡ 2 3 5 0 0 ∗ 9 ( m o d 2 9 )
With the same principle as above: 7 2 0 0 2 = 4 9 1 0 0 1 , 4 9 ≡ 2 0 ( m o d 2 9 ) ⇒ 4 9 1 0 0 1 ≡ 2 0 1 0 0 1 ( m o d 2 9 ) . Now notice that 2 0 1 0 0 1 = 4 0 0 5 0 0 ∗ 2 0 , 4 0 0 ≡ 2 3 ( m o d 2 9 ) ⇒ 4 0 0 5 0 0 ∗ 2 0 ≡ 2 3 5 0 0 ∗ 2 0 ( m o d 2 9 )
Substituting each term with its equivalent in Z 2 9 we get:
3 2 0 0 2 + 7 2 0 0 2 + 2 0 0 2 ≡ u ( m o d 2 9 ) ↔ 2 3 5 0 0 ∗ 9 + 2 3 5 0 0 ∗ 2 0 + 1 ≡ u ( m o d 2 9 ) ↔ 2 3 5 0 0 ( 9 + 2 0 ) + 1 ≡ u ( m o d 2 9 ) ↔ 2 3 5 0 0 ( 2 9 ) + 1 ≡ u ( m o d 2 9 )
As the leftmost term is multiple of 29 the remainder is the right term. Therefore u and the answer is 1