TheRob
I got the right answer but I don't really know how to solve it correctly, any Help would be very valuable thanks!
When the positive integer x is divided by 11, the quotient is y and the remainder 3. When x is divided by 19, the remainder is also 3. What is the remainder when y is divided by 19?
A) 0
B) 1
C) 2
D) 3
E) 4
I can suggest three ways to look at this: by the quotient/remainder formula, when we divide n by d, we have that n = qd + r, where q is the quotient, and r is the remainder; here it must be that 0
< r < d.
So from the information in the question, we know that x = 11y + 3, and also that x = 19q + 3, for some integer quotient q. If x is equal to both of those expressions, those two expressions are equal, so we have
11y + 3 = 19q + 3
11y = 19q
Now both sides of that equation are integers; the primes which divide the right side must divide the left. So 19 must be a factor of 11y, and since it is not a divisor of 11, it must be a divisor of y. Thus the remainder is zero when y is divided by 19.
Or, perhaps a bit more abstract: If the remainder is 3 when x is divided by 11, then x - 3 is a multiple of 11. Similarly, from the information given, x - 3 is a multiple of 19. So x - 3 = 11*19*k, for some integer k, and x = 11*19*k + 3. Since y is the quotient when x is divided by 11, from this last equation y must be equal to 19k, so y is a multiple of 19, and the remainder is zero when y is divided by 19.
Finally, if you can find a number x might equal here, you can solve the problem with that number. Since there is no answer choice which reads 'cannot be determined', if we can solve the problem for one value of x, we can be confident the answer is always the same for *any* value of x, since otherwise the question would not have only one correct answer -- and if it's a GMAT question, it can only have one correct answer. If the remainder is 3 when x is divided by both 11 and 19, then the simplest value we could choose for x is 3 itself. Then the quotient y is 0 when x is divided by 11, so the remainder will be 0 when y is divided by 19.