chitrangada.maitra wrote:
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,
Algebra wont be a bad option in this case.
x = 9 k + 5
y = 9z+5
k, z any integer.
x-y = 9(k-z)- 2
so when x-y is divided by 9, we see remainder is (-2)
add divisor to
(-)29-2 = 7 ---> this will be the remainder.
Aditya