If x is not equal to 0, is |x| less than 1?
x < x * |x|(1) x/|x| < x
Case 1: x<-1
Let x =-2, then
Is x < x * |x|?
Is -2 < -2 *|-2|?
Is -2<-4?
Answer : NO
Case 2: -1<x<0
Let x =-1/2, then
Is x < x * |x|?
Is -1/2 < -1/2 *|-1/2|?
Is -1/2<-1/4?
Answer : YES
Case 3: 0<x<1
Let x =1/2, then
Is x < x * |x|?
Is 1/2 < 1/2 *|1/2|?
Is 1/2<1/4?
Answer : NO
Case 4: x>1
Let x =2, then
Is x < x * |x|?
Is 2 < 2 *|-2|?
Is 2<4?
Answer : YES
The solution set is -1<x<0 and x>1. So, |x| need not necessarily be less than one. Statement 1 is insufficient to answer the question.
Implies x<0.(2) |x| > x
So, |x| need not necessarily be less than one. Statement 2 is insufficient to answer the question.
The intersection of '-1<x<0 and x>1' and 'x<0' is -1<x<0. So, |x|<1. Statement 1 + 2 combined is sufficient to answer the question.1 + 2
IMO C












