Bunuel
If x and y are positive numbers, is x > y?
(1) \(\frac{x^3}{y} < 1\)
(2) \(\frac{\sqrt[3]{x}}{y} < 1\)
Rule:
[Positive Integer]ˆ(positive integer) gets LARGER, and raised to anything else it gets smaller.
[Negative Integer]ˆ(positive odd integer or positive: odd-numerator/odd-denominator) gets SMALLER, and raised to anything else it gets larger or is undefined.
[Positive ProperFraction]ˆ(positive integer) gets SMALLER, and raised to anything else it gets larger.
[Negative ProperFraction]ˆ(positive integer or negative even) gets LARGER, and raised to anything else it gets smaller or is undefined.
Given: x and y are >0, is x>y?
(1) \(\frac{x^3}{y} < 1\): then xˆ3<y…
if x=1, xˆ3=1 and y=2, then x<y;
if x=0.5, xˆ3=0.125 and y=0.2, then x>y; insufficient.
(2) \(\frac{\sqrt[3]{x}}{y} < 1\): then xˆ(1/3)<y…
if x=1, xˆ(1/3)=1 and y=2, then x<y;
if x=2, xˆ(1/3)=1.25… and y=1.5, x>y; insufficient.
Answer (E).