A positive integer leaves a remainder of 4 upon division by 2016 or 2017.
What is the remainder it leaves upon division by 42?
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.
Here's a simple explanation without too much use of modular arithmetic language.
The number N can be represented as N = k ⋅ lcm ( 2 0 1 6 , 2 0 1 7 ) + 4 = 2 0 1 6 ⋅ 2 0 1 7 ⋅ k + 4 for some non-negative integer k . The remainder when N is divided by 4 2 is equal to remainder when ( 2 0 1 6 ⋅ 2 0 1 7 ⋅ k + 4 ) is divided by 4 2 . Since 4 2 completely divides 2 0 1 6 , the remainder when 2 0 1 6 ⋅ 2 0 1 7 ⋅ k is divided by 4 2 is zero and we are left with a remainder of 4 .