Bunuel
Is \(x^3 > y\)?
(1) \(\sqrt[3]{x} > y\)
(2) \(x^2 > y\)
(I) \(\sqrt[3]{x} > y\) ,
case1- if x=1/8 and y=1/9, \(\sqrt[3]{1/8} > (1/9)\), is \((1/8)^3 > (1/9)\) -NO
case2- if x=8 and y=0, \(\sqrt[3]{8} > (0)\), is \((8)^3 > (0)\) -YES
statement 1 alone not sufficient
(II) \(x^2 > y\),
if x=-1/2 and y=0, \((-1/2)^2 > 0\), is \((-1/2)^3 > 0\) -NO
if x=8 and y=0, \((8)^2 > 0\), is \((8)^3 > (0)\) -YES
statement 2 alone not sufficient
Both Togather- \(\sqrt[3]{x} > y\) and \(x^2 > y\)
negative x not possible as sqrt[3]{x} needs to be 0 or positive, though Y negative is possible.
If x is positive and y is negative then cube root or square of positive number x will be positive, and always be grater than negative number y, resulting \(x^3 > y\) YES
but if x=1/8 and y=1/65 then statement1- (1/2) >(1/65) and statement2 - (1/64)>(1/65) but \(x^3 > y\) NO
ANSWER-
EBunuel,
KarishmaB,
IanStewart,
Archit3110can anyone tell me, is there any better way to check if both statement togather sufficient or not? algebrically or otherwise?