If x is not equal to 0, is |x| less than 1?
(1) x/|x|< x
(2) |x| > x
(1) INSUFFICIENT: If x > 0, this statement tells us that x > x/x or x > 1. If x < 0, this
statement tells us that x > x/-x or x > -1. This is not enough to tell us if -1 < x < 1.
I am having difficulty understanding the provided explanation for statement 1. Why is it that if x<0, x> x/-x? If x<0, shouldn't the inequality be -x>-x/-x?