$$ \lvert \lvert x-2\rvert -3\rvert \lt 5 $$
How can I attack this the best way? I see that both sides are positive. Squaring yields:
$$ \lvert x-2\rvert ^2 -6 \lvert x-2\rvert +9\lt 25 $$ $$ x^2-4x -6\lvert x-2\rvert \lt 12 $$
This is where I'm stuck. How to proceed?
Hint:
By the definition of $|.|$, we have $-5<|x-2|-3<5$ $\Rightarrow$ $-2<|x-2|<8$. By using a property of absolute value (which one ?) you can say $0<|x-2|<8$.
Now again apply the definition of $|.|$ to see the range for $x$.