nmohindru
If \(\frac{x}{|x|}<x\) which of the following must be true about \(x\)?
(A) \(x>1\)
(B) \(x>-1\)
(C) \(|x|<1\)
(D) \(|x|=1\)
(E) \(|x|^2>1\)
This question was well explained by Durgesh and Ian Stewart, but since there are still some doubts, I'll try to add my 2 cents.
First of all let's solve this inequality step by step and see what is the solution for it, or in other words let's see in which ranges this inequality holds true.
Two cases for \(\frac{x}{|x|}<x\):
A. \(x<0\) --> \(|x|=-x\) --> \(\frac{x}{-x}<x\) --> \(-1<x\) --> \(-1<x<0\);
B. \(x>0\) --> \(|x|=x\) --> \(\frac{x}{x}<x\) --> \(1<x\).
So given inequality holds true in the ranges: \(-1<x<0\) and \(x>1\). Which means that \(x\) can take values only from these ranges.
------{-1}
xxxx{0}----{1}
xxxxxxNow, we are asked which of the following must be true about \(x\). Option A can not be ALWAYS true because \(x\) can be from the range \(-1<x<0\), eg \(-\frac{1}{2}\) and \(x=-\frac{1}{2}<1\).
Only option which is ALWAYS true is B. ANY \(x\) from the ranges \(-1<x<0\) and \(x>1\) will definitely be more the \(-1\), all "red", possible x-es are to the right of -1, which means that all possible x-es are more than -1.
Answer: B.
Bunnel, if I were to multiply the original stem with |x| (since |x| is always positive) it would result in x*(|x|-1) > 0.
|x| > 1 would lead to x < -1 and x > 1 . This is completely different from the answer you've reached. I see that your method is accurate and the answer justified, but can you please correct my method here.