Tulkin987
Bunuel
If x and y are integers, what is the value of xy?
(1) \(x^2 - y^2 < 0\)
(2) \(x^y = \frac{1}{16}\)
Statement (1) clearly is not sufficient, because x and y can take multiple integer values.
If we solve statement (2) for
integer values of x and y, we result in \((16; -1)\), \((4; -2)\) and \((2; -4)\). Still, not sufficient.
If we take both statements together, only \((2; -4)\) satisfies given conditions. Hence \(x*y=2*-4=-8\).
Answer: C1 is insufficient by itself, you're right there.
For 2, consider the following:
x and y can take on the following values to equal \frac{1}{16}: (2, -4), (-2, -4), (16, -1), (4, -2). This makes 2 by itself insufficient.
If you combine 1 and 2:
\(2^2 - (-4)^2\) = 4 - 16 = -12
\((-2)^2 - (-4)^2\) = 4 - 16 = -12
You have 2 possible answer which makes C insufficient. Correct answer therefore must be E.