True or False?
For any integer and any positive integer , it's always possible to find integers and such that and .
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.
Recall the Division Algorithm.
Now there are two cases.
R ≤ 2 1 b : Then as R ≥ 0 , ∣ R ∣ ≤ 2 1 b . We have q = Q and r = R .
R > 2 1 b : But 0 ≤ R < b , which implies 2 1 b < R < b ⟹ 0 < b − R < 2 1 b ⟹ ∣ b − R ∣ < 2 1 b . Now, a = b Q + R = b Q + b − b + R = b ( Q + 1 ) + ( R − b ) . As ∣ b − R ∣ < 2 1 b ⟹ ∣ R − b ∣ < 2 1 b . We have q = Q + 1 and r = R − b .
So the answer is Y e s .