Jeff - thanks for all your contributions. Your solution makes a lot of sense.
For people who don't like to make graphs, it's possible to save some time by following GMATPaduan's solution (in this thread) or at least by not factoring (1 - x^2) and (x^2 - 1).
In interpreting statement (1), we could say:
If x^3 (1 - x^2) < 0,
then either (a) x^3 is negative and (1-x^2) is positive, or (b) x^3 is positive and (1-x^2) is negative.
In scenario (a) x^3 < 0, which means
x<0, AND (1-x^2) >0 , so 1>x^2, so
-1<x<1. Combining the two boldface statements, we can say that scenario (a) means -1<x<0
In scenario (b) x^3 > 0, which means
x>0, AND (1-x^2) <0 , so 1<x^2, so
x>1 or x<-1. Combining the two boldface statements, we can say that scenario (b) means x>1.
Summarizing our interpretation of statement (1), we see that it means EITHER (a) -1<x<0 OR (b) x>1. This is insufficient to show whether x is negative.
In interpreting statement (2), we could say:
If x^2 - 1 < 0 then x^2<1 so -1<x<1. This is also insufficient to show whether x is negative.
To combine statements (1) and (2), we can say that (-1<x<1) AND (EITHER (a) -1<x<0 OR (b) x>1). This means -1<x<0, which is sufficient to establish that x is negative.
-Jad
Jeff Wrote:Ok -
Is x negtive?
(1) x^3(1-x^2)<0
Good job factoring to:
x^3(1-x)(1+x)<0
Here's the tricky bit - this is not an equation, rather it's an inequality. So you can't solve for each factor by itself being less than zero. The whole expression will be less than zero only if exactly one factor is negative while the other two are positive or if all three factors are negative. In the other cases (all positive factors, or two negative factors and a positive factor) the product would be greater than zero.
Since each of the three factors is pretty simple, I found it v. helpful to sketch a quick graph with each factor on it (x^3, (1-x), (1+x)). From the graph, it's pretty easy to see that there is no region where all three are negative and two regions where exactly one is negative and theother two are posive: -1<x<0 and x>1.
So (1) by itself is not sufficient to answer whether x is negative and you can rule out A&D.
Now consider (2):
x^2-1<0
factor:
(x+1)(x-1)<0
The inequality above will be true only if exactly one of the factors is negative while the other is positive. Just like above, I'd suggest sketching a quick graph of the two factors and you'll see the only region where exactly one factor is negative while the other is positive is -1<x<1. By itself, this is not sufficient to answer whether x is negative so you can rule out B.
Now consider the two together: -1<x<0 or x>1 and -1<x<1. the only region where both are satisified is -1<x<0 so x is def. negative and the answer is C.
The take away from this problem, other than that the test continues to get harder, is that inequalities have their own rules and procedures and can't be dealt with exactly like equations.
Jeff