okigbo wrote:Is x > y?
(1) sqrt x > y
(2) x^3 > y
can someone pls lay out in detail how to combine both statements and test? i always stumble at this stage of DS questions. many thanks
The answer is C.
When we have exponents, we should always think about positive fractions, which behave weirdly.
(1) if we let x = 1/4 and y = 1/3, we validate the statement (since 1/2 > 1/3). Is 1/4 > 1/3? NO
we can also pick x = 100 and y = 1 (since 10 > 1). Is 100 > 1? YES
(2) we can pick x = 3 and y = 4 (since 27 > 4). Is 3 > 4? NO
we can also pick x = 100 and y = 1 (since 1000000 > 1). Is 100 > 1? YES
When we look at the statements together, we know that:
sqrtx > y and x^3 > y
Together, it's still easy to generate a "yes" answer (x=100 and y=1 worked for both). The question is can we still get a "no".
We could only generate a "no" from statement (1) when when we used positive fractions, so let's see if we can pick positive fractions in accord with (2) as well.
Well, if x is a postive fraction, x > x^3. We know that x^3 is greater than y, and if we put those two inequalities together we get:
x > x^3 > y
which clearly shows that, in this case, x > y.
Once we eliminate positive fractions, to satisfy (1) we can only pick values of x that ARE greater than y, so we're guaranteed a "yes" answer: choose C.