True or False?
For any triplets of integers satisfying , if is the remainder of when divided by , then is the remainder of when 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.
False is the answer.
a = b q + r , with 0 ≤ r < ∣ b ∣ .
Now consider the integers c < 0 .
Then c a = ( c b ) q + ( c r ) , but the inequality 0 ≤ c r < ∣ c b ∣ doesn't hold as c < 0 ⟹ c r < 0 .
For example, when a = 1 0 , b = 7 , r = 3 . Now, consider c = − 2 : c r = − 6 isn't the remainder of c a = − 2 0 when divided by c b = − 1 4 .