Solve the equation $$|2x-1|+|3x+2|+|x|=3$$ My question is regarding the case when $x\le-\dfrac23$. According to the answer of the problem, $x=-1$ is NOT a solution, but I simply don't see why.
The answer is $x\in\left[-\dfrac23;0\right]$
In this case we have $$-(2x-1)-(3x+2)+x=3\\-4x=4\\x=-1,$$ which is indeed less than $-\dfrac{2}{3}$. What's wrong?
first, the expression in the module must be equated to zero
$2x−1 = 0$
$3x+2 = 0$
$x = 0$
We have this: $x = \frac{1}2; x = -\frac{2}3; x = 0$.
and now you need solve 3 equation: if $x \le -\frac{2}3$:
$−(2x−1)−(3x+2)-x=3$
$x = \frac{2}3$
it is false answer because we interested only in $x \le -\frac{2}3$
if $-\frac{2}3 < x \le 0$:
$−(2x−1)+(3x+2)-x=3$
$3 = 3$, it is mean, all x in $-\frac{2}3 \le x \le 0$ can be solution.
if $0 < x \le \frac{1}2$:
$−(2x−1)+(3x+2)+x=3$
$x = 0$
we have this answer already.
if $ x > \frac{1}2$:
$+(2x−1)+(3x+2)-x=3$
$x = \frac{1}2$, our interval do not contain this.
so answer it is $-\frac{2}3 \le x \le 0$.