This problem has been troubling me for a while.
Strategy Guide: Number Properties, page 134, #20
x has a remainder of 5 when divided by 9. y has a remainder of 7 when divided by 9. what is the remainder when x-y is divided by 9
My Approach:
X can be 5, 14, 23, 32, 41... etc
Y can be 7, 16, 25, 34, 43... etc
If X>y, the remainder of X-Y upon division by 9 is consistently 7.
However, if, X<Y, X-Y can be -2, -11, -20.... etc
These numbers upon division by 9 does NOT give one consistent answer.
The strategy guide suggests adding the divisor to a negative remainder -- that is the part that confuses me.
Can someone please suggest a simpler way to solve this.
Thanks,