by RonPurewal Wed Sep 05, 2012 3:27 am
here's another approach, which involves less work once a certain preliminary fact is on the ground.
preliminary fact:
x is always between √x and x^3. (the only exception to this statement occurs if x is 0 or 1, in which case all three expressions have the same value.)
if you don't see why this is true, consider the different types of numbers:
* if x > 1, then √x is less than x and x^3 is greater than x.
* if 0 < x < 1, then √x is greater than x and x^3 is less than x.
* if x is negative, then √x doesn't exist, so we needn't consider negative values.
(1) isn't sufficient because √x can be bigger than x. for instance, if x = 1/4, then √x = 1/2.
if y is, say, 1/3, then that's less than √x but not less than x (giving a "no" to the question).
it's much easier to get a "yes" to this question -- almost any values you pick at random will do that. (for instance, if x = 4, √x = 2, y = anything less than 2, you get "yes".)
insufficient.
(2) isn't sufficient because x^3 is (usually) bigger than x. for instance, if x = 2, then x^3 = 8.
so... if x = 2, x^3 = 8, y = 5, you get "no" to the question.
if x = 2, x^3 = 8, y = 1, you get "no" to the question.
insufficient.
together:
from the above, x is "sandwiched" by √x and x^3. so, if both √x and x^3 are greater than y, then the whole "sandwich" -- including x -- is greater than y.
(if you have one of the two exceptional cases, x = 0 or x = 1, then the statements are immediately sufficient because they are all saying the same thing.)
so (c)