Can someone see why there is only get one solution when solving following equation in this way:
The equation $|x+1|+|2x-3|=|x-5| $
$$|x+1|+|2x-3|=|x-5| $$ $$\pm (x+1) \pm(2x-3)=\pm(x-5)$$ $$\pm x \pm 1 \pm 2x \mp 3 = \pm x \mp 5$$ $$\pm x \pm 2x \mp x \pm 1 \pm 5 \mp 3=0 $$ $$\pm 2x \pm 6 \mp 3 = 0$$ $$\pm 2x \pm 3=0$$ $$\pm 2x=\mp 3$$ $$x=\frac{\mp 3}{\pm 2} = -\frac{3}{2}$$
There should be another solution as well, $\frac{7}{4}$ by constructing two graphs and finding the intercepts.