mmslf75 wrote:Is X^2 * Y^4 an integer divisible by 9 ?
1. X is an integer divisible by 3
2. X*Y is an integer divisble by 9
OA : E
Source : GMATClub
Query :
Doesnt St1 all by itself anwer the question ??
The OA is correct.
One thing we must NEVER do in DS - make assumptions; nowhere in this question does it say that X and Y are integers.
For statement 1, even if X is a multiple of 3, Y could be .0000001, giving us a "no" answer.
We could also pick x=3 and y=1 to get a "yes" answer.
(2) is a bit more interesting, but also insufficient. We can rewrite the original as:
XY * XY * Y * Y
and we can see that even if XY is a multiple of 9, the whole thing doesn't need to be a multiple of 9. For example, we could choose:
x = 9/pi
y = pi
so that xy = 9, and we'd get:
9 * 9 * pi * pi which certainly isn't a multiple of 9.
So, (2) is also insufficient alone.
How about together? We know that X is a multiple of 3 and XY is a multiple of 9.
We can certainly get a yes answer if we pick x=3 and y=3. So the question is, can we get a no answer?
We can no longer pick 9/pi for x, since x must be a multiple of 3.
Well, what if we pick x = 6 and y = 1.5.
6 is a multiple of 3, so we satisfy (1).
6*1.5 = 9 which is a multiple of 9, so we satisfy (2).
9*9*1.5*1.5 isn't an integer, so we can also get a no answer.
Therefore, choose (E).