Let Find the remainder when is divided by
Note: and are both prime numbers.
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 shall prove that, if positive integers m , n are relatively prime, then
m n ∣ m ϕ ( n ) + n ϕ ( m ) − 1 ,
where ϕ represents Euler's totient function.
Taking the expression modulo m and n individually and applying Euler's Totient Theorem, we find that
m ϕ ( n ) + n ϕ ( m ) − 1 ≡ n ϕ ( m ) − 1 ≡ 1 − 1 ≡ 0 ( m o d m )
and
m ϕ ( n ) + n ϕ ( m ) − 1 ≡ m ϕ ( n ) − 1 ≡ 1 − 1 ≡ 0 ( m o d n ) .
Since m and n are relatively prime, we can apply the Chinese Remainder Theorem to conclude that m ϕ ( n ) + n ϕ ( m ) − 1 ≡ 0 ( m o d m n ) , or m n ∣ m ϕ ( n ) + n ϕ ( m ) − 1 . ■
Now, we can apply this result to the problem. As 2 0 1 7 and 2 0 2 7 are prime, they are also relatively prime. Also, ϕ ( 2 0 1 7 ) = 2 0 1 6 and ϕ ( 2 0 2 7 ) = 2 0 2 6 . Thus,
2 0 1 7 2 0 2 6 + 2 0 2 7 2 0 1 6 − 1 ≡ 0 ( m o d N ) .