If x and y are integers and xy does not equal 0, is xy < 0?
(1) y = x^4 - x^3
(2) x is to the right of y on the number line
-----------
Question is asking if x, y have different signs.
For 1) y = x^3(x-1)
if x < 0, x^3 < 0 and x-1 < 0. So y is positive.
if x > 0, x^3 > 0 and x-1 > 0. So y is positive.
Hence INSUFF.
For 2) x > y. This doesn't tell us anything.
So taking the two together...
y > 0 and x > y
BUT this isn't possible!?
x > y (=x^3(x-1))
x > x^3(x-1)
x>0 so
1 > x^2 (x-1)
there is no solution to this inequality where x is an int and greater than 0. So the answer should be INSUFF??