pratik2018
A number when divided by 18 leaves a remainder 7. The same number when divided by 12 leaves a remainder n. How many values can n take?
A. 0
B. 1
C. 2
D. 3
E. 4
"A number when divided by 18 leaves a remainder 7." That means the number is 7 greater than a multiple of 18. So, it's equal to 18(0) + 7, 18(1) + 7, 18(2) + 7, 18(3) + 7, etc.
What's the remainder when you start dividing those values by 12?
18(0) + 7 = 7, so the remainder is 7.
18(1) + 7 = 25, so the remainder is 1.
18(2) + 7 = 43, so the remainder is 7.
18(3) + 7 = 54 + 7 = 61, so the remainder is 1.
In fact, the pattern keeps repeating back and forth between 7 and 1. Mathematically, that happens because each number we check is 18 greater than the one before it. So, if the remainder is originally 1, then the remainder will now be 18 greater, or 19. However, you can't actually have a remainder greater than 12 when you divide by 12, so we need to subtract 12: 19-12 = 7. The same happens when you go from a remainder of 7 to a remainder of 1.
The answer is (C) 2.