Why did you not test positive and negative cases for |6-3x|=x-2 like you did for |5x+3|=2x+9? Also, in |5x+3|=2x+9 what is the significance of -9/2. I understand that it makes 2x+9 greater than/equal to zero, but why is that important?
Hussain15
OA is "A".
My query::
|6 - 3x| = x - 2
As a module is always positive, hence we can say that x-2>0
If x-2>0 then it implies x>2. But our answer is showing that x=2
What am I missing here??
Red part is not correct: absolute value is never negative (absolute value \(\geq{0}\)).
Step-by-step solution:
(1) \(|6 - 3x| = x - 2\) --> as LHS (left hand side) is absolute value, which is never negative (absolute value \(\geq{0}\)), RHS also must be \(\geq{0}\) --> \(x-2\geq{0}\) --> \(x\geq{2}\). For \(x\geq{2}\), \(|6 - 3x|=-6+3x\), so \(|6 - 3x| = x - 2\) becomes \(-6+3x=x-2\) --> \(x=2\). Sufficient.
(2) \(|5x + 3| = 2x + 9\). (note that by the same logic as above \(x\geq-\frac{9}{2}=-4.5\)) One check point \(x=-\frac{3}{5}\) (check point(s) the value of x when absolute value equals to zero).
\(x\leq{-\frac{3}{5}}\) --> \(-5x-3=2x+9\) --> \(x=-\frac{12}{7}\) - valid solution as \(-\frac{9}{2}<-\frac{12}{7}<-\frac{3}{5}\);
\(x>{-\frac{3}{5}}\) --> \(5x+3=2x+9\) --> \(x=2\) - valid solution as \(-\frac{9}{2}<-\frac{3}{5}<2\);
Two valid solutions. Not sufficient.
Answer: A.
Hope it helps.