|x| = the distance between 0 and x.himu wrote:Is the number x positive?
(1) On the number line, 0 is closer to x - 1 than to x.
(2) On the number line, 0 is closer to x than to x + 1.
|x-y| = the distance between 0 and x-y.
|x+y| = the distance between 0 and x+y.
Statement 1: On the number line, 0 is closer to x - 1 than to x.
|x-1| < |x|.
Since there is absolute value notation on each side, we can square the inequality.
(x-1)² < x²
x² - 2x + 1 < x²
-2x < -1
x > 1/2.
Thus, x must be positive.
SUFFICIENT.
Statement 2: On the number line, 0 is closer to x than to x + 1.
|x| < |x+1|.
Since there is absolute value notation on each side, we can square the inequality.
x² < (x+1)²
x² < x² + 2x + 1
-2x < 1
x > -1/2.
Thus, x could be negative or positive.
INSUFFICIENT.
The correct answer is A.















