When the positive integer x is divided by 6, the remainder is 4. Each of the following could also be an integer EXCEPT
- x/2
- x/3
- x/7
- x/11
- x/17
When the positive integer x is divided by 6, the remainder is 4. Each of the following could also be an integer EXCEPT
is the answer B?
So the number x is of the following form → x=6k+4
First, take k = 0 => x = 4. x/7 leaves a reminder of 4.
Second, take k = 1 => x = 10. x/7 leaves a reminder of 3.
Third, take k = 2 => x = 16. x/7 leaves a reminder 2.
So if you go on, you can eventually find a number divisible by 7 for some k.
Try the same for other options and you’ll find the reminder keeps changing in a particular order implying that it will hit zero at some value of k.
This is how I solved it. Lengthy I know. There might be other methods, we’ll see what our gre mates come up with
Hey!
@C.Koushik’s method is right. I took a little different approach.
Since, the remainder is 4, I need to look at all the numbers which when divided with 6 would leave a remainder 4. The set would be something like this:
S = {4, 10, 16, 22, 28, 34, 40…}
Now, I just check which option doesn’t fit.
The answer would be B.
Good Luck!