1 5 2 3 + 2 3 2 3
If the remainder of the sum above is divided by 5 7 is R , then what is the remainder when R 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.
We need to find R = 1 5 2 3 + 2 3 2 3 mod 5 7 and then R mod 5 .
Since 15 and 57 are not coprime integers, we have to consider the prime factors of 57, 3 and 19, separately.
1 5 2 3 ≡ 0 (mod 3)
⟹ 1 5 2 3 ≡ 3 n (mod 57) where n is a positive integer.
1 5 2 3 ≡ 1 5 2 3 mod ϕ ( 1 9 ) (mod 19) ≡ 1 5 2 3 mod 1 8 (mod 19) ≡ 1 5 5 (mod 19) ≡ ( 1 9 − 4 ) 5 (mod 19) ≡ − 4 5 (mod 19) ≡ − ( 1 6 ) ( 1 6 ) 4 (mod 19) ≡ − ( − 3 ) ( − 3 ) 4 (mod 19) ≡ − 3 6 (mod 19) ≡ 2 (mod 19) Since g cd ( 1 5 , 1 9 ) = 1 , Euler’s theorem applies. Euler’s totient function ϕ ( 1 9 ) = 1 8
⟹ 3 n 2 1 ⟹ n ⟹ 1 5 2 3 ≡ 2 (mod 19) ≡ 2 (mod 19) = 7 ≡ 2 1 (mod 57)
Although 23 and 57 are coprime integers, ϕ ( 5 7 ) = 3 6 > 2 3 is unsuitable to solve for 2 3 2 3 mod 5 7 . We again consider the prime factors, 3 and 19 separately, which are both coprime integers with 23 and Euler's theorem applies.
2 3 2 3 ≡ 2 3 2 3 mod ϕ ( 3 ) (mod 3) ≡ 2 3 2 3 mod 2 (mod 3) ≡ 2 3 1 (mod 3) ≡ 2 (mod 3)
⟹ 2 3 2 3 ≡ 3 p + 2 (mod 57) where p is a positive integer.
2 3 2 3 ≡ 2 3 2 3 mod ϕ ( 1 9 ) (mod 19) ≡ 2 3 2 3 mod 1 8 (mod 19) ≡ 2 3 5 (mod 19) ≡ ( 1 9 + 4 ) 5 (mod 19) ≡ 4 5 (mod 19) ≡ ( 1 6 ) ( 1 6 ) ( 4 ) (mod 19) ≡ ( − 3 ) ( − 3 ) ( 4 ) (mod 19) ≡ 3 6 (mod 19) ≡ 1 7 (mod 19)
⟹ 3 p + 2 3 p p 2 4 ⟹ p = 2 4 ⟹ 3 ( 2 4 ) + 2 ≡ 1 7 (mod 19) ≡ 1 5 (mod 19) ≡ 5 (mod 19) ≡ 5 (mod 19) ≡ 7 4 (mod 57) ≡ 1 7 (mod 57)
Therefore, 1 5 2 3 + 2 3 2 3 ≡ 2 1 + 1 7 ≡ 3 8 (mod 57) ⟹ R = 3 8 and R mod 5 = 3 8 mod 5 = 3 .
Problem Loading...
Note Loading...
Set Loading...
Let S = 1 5 2 3 + 2 3 2 3
We individually find the remainder after dividing by 3 and 1 9 . because 5 7 = 1 9 × 3
1 5 2 3 = 3 2 3 . 5 2 3 ≡ 0 ( m o d 3 )
2 3 2 3 = ( 2 4 − 1 ) 2 3 ≡ ( − 1 ) 2 3 ≡ − 1 ≡ 2 ( m o d 3 ) .So 1 5 2 3 + 2 3 2 3 ≡ 2 ( m o d 3 )
Now 1 5 2 3 + 2 3 2 3 = ( 1 9 − 4 ) 2 3 + ( 1 9 + 4 ) 2 3 = 1 9 k 1 + ( − 4 ) 2 3 + 1 9 k 2 + 4 2 3 = 1 9 k ≡ 0 ( m o d 1 9 )
So S ≡ 2 ( m o d 3 ) S ≡ 0 ( m o d 1 9 ) .
The smallest number that satisfies the above condition is R = 3 8
So 3 8 ≡ 3 ( m o d 5 )