ketkoag wrote:is x>y?
1) x^.5 > y
2) x^3 > y
[spoiler]please confirm the answer.. my answer C yes x>y.[/spoiler]
We can assume that x is not negative; if x were negative, Statement 1 wouldn't make sense. Now:
S1 is insufficient. x could be 1/4, and y could be 1/3, for example, so x might be less than y. x could also be greater than y.
S2 is insufficient. x could be 2, and y could be 3, for example, so x might be less than y. x could also be greater than y.
S1+S2 together:
If 0
< x
< 1, then x^3
< x
< x^0.5. So in this case, since S2 is true, then y < x^3
< x
< x^0.5, and in particular, y < x.
If 1 < x, then x^0.5 < x < x^3. So in this case, since S1 is true, y < x^0.5 < x < x^3, and in particular, y < x.
So together the statements are sufficient. C.