Bunuel
If a and b are two distinct positive integers, what is the remainder when a divides b?
(1) When b is divided by the lowest number that is divisible by both a and b, the result is an integer.
(2) a and b have the same prime factors.
Subtleties.! Damn..!Points that will come in handy:
1) a and b are
two distinct positive integers2) a is dividing b
We need to find the remainder.
(1) When b is divided by the lowest number that is divisible by both a and b, the result is an integer.
What is the lowest number that is divisible by both a and b.?
It's the LCM.
So when b is divided by the LCM the result is an integer.
Now let's plug in values to make our brain understand it better:
Let a be 2 and b be 4.
So, LCM will be 4
So when 4 is divided by 4 we are having 1(quotient) as an Integer.
This means that b is the bigger integer because a divided by LCM won't fetch us an Integer value.
So remainder when a divides b will be 0.
Let's take another value:
2 and 3
LCM 6
But here b is not divisible by LCM, so we can't take this equation.
Basically, the value of the LCM should be equal to the value of the bigger integer.
Sufficient.(2) a and b have the same prime factors.
a can be 2 b can 4 in this case the remainder is zero.
but when a = 4 and b = 2 in this case the remainder is 2.
No unique answer is possible.
Not Sufficient.A is the answer.