bytatia
The positive integers a and b leave remainders of 4 and 7, respectively, when divided by 9. What is the remainder when a − 2b is divided by 9?
Dear
bytatia,
I'm happy to respond.
This is a problem ripe for the
Rebuilding the Dividend Formula. See:
https://magoosh.com/gmat/2012/gmat-quant ... emainders/In short, if we divide N by d, with a quotient Q and remainder R, then
N = d*Q + RHere, we divide
a by 9, get some unknown quotient (call it
x) and a remainder of 4. That gives us:
a = 9x + 4
Then, we divide
b by 9, get some unknown quotient (call it
y) and a remainder of 7. That gives us:
b = 9y + 7
Then,
a − 2b = (9x + 4) − 2*(9y + 7) = 9x + 4 − 18y − 14 = 9x − 18y − 10
That's what we are going to divide by 9. Well, the part (
9x − 18y) is a multiple of 9, so 9 goes into that with no remainder. It's hard to tell what the remainder is if we divide -10 by 9: here's a way to think of it. Take any multiple of 9, any at all, subtract 10, and find the remainder when you divide by 9.
18 - 10 = 8 --- remainder = 8
54 = 10 = 44 --- divide by 9, and the remainder = 8
So, the remainder when (
a − 2b) is divided by 9 is 8.
Does all this make sense?
Mike

I tried to solve this problem by taking values a=13 and b=16. Therefore a-2b=13-32=-19
-19 divided by 9 leaves a remainder of -1. I am not sure whether a negative number can be a remainder. Please help.