I'm a bit rusty so I'm giving this a go.
Looking at $|2x+|x-3||≥|x-2|$ and I'm so confused. I know I should approach this from the inside out - take a look at $x-3≥0$ and $x-3≤0$ and split into two cases and go from there, but I'm getting confused as to what happens to the other absolute values.
Much appreciated.
in the first case you will have if $$x\geq 3$$ then we get $$|2x+x-3|\geq |x-2|$$ this simplifies to $$3|x-1|\geq |x-2|$$ and since $$x\geq 3$$ we have to solve $$3(x-1)\geq (x-2)$$ in the next case we have for $$2\le x<3$$ the inequality $$x+3\geq x-2$$ in the next case we get for $$-3\le x<2$$ the inequality $$x+3\geq -x+2$$ and for $$x<-3$$ we get $$-x-3\geq -x+2$$ which is impossible