In case of nested absolute values, is there a difference between working first on the outer abs value and the opposite? $$ \frac{|2x^2-3|x|+1|}{|x|+1} = 1 $$ Should I consider first the inner one?
My real solutions for this equation are $\left \{0, \pm 2\right \}$, and I've found those working first with the inner one.
It is generally easier to start from the inside and then go outside. The usual procedure would be to make 2 cases: $x\geq0$ and $x<0$ which will give you: $$\frac{|2x^2-3x+1|}{x+1} = 1 ~ \text{for} ~x \geq 0 $$ $$\frac{|2x^2+3x+1|}{-x+1} = 1 ~ \text{for} ~x < 0 $$ Now you can solve these two equations separately by further dividing each case into sub-cases of $2x^2+3x+1 \geq 0$ and $2x^2+3x+1<0$
Also note that for this particular question, $2x^2+3x+1 \geq 0 ~\forall ~x \geq0$ so, it reduces a case.