X / |X| < X . Which of the following must be true about integer X ? X is not equal to 0.
A X > 1
B X > -1
C |X| < 1
D |X| = 1
E |X|^2 > 1
I still don't understand. X = |X| * |X| therefore, X/|X| = |X|
Equation says, |X| < X , So we can consider 3 cases, X = 0, -1 and 1
When X = 0 , LHS = RHS , therefore, not true
When X = 1 or X >0 , LHS = RHS , not true
When X=-1 or x <0, LHS >RHS, which is contrary to whats given in the question, therefore, not true.
I don't think the relation given in the question can hold true. If We go by the answer provided by Stuart, X>1, consider X = 2
LHS = 2 , RHS = 2 , not true...