$||x-1|-2|=|x-3|$.
Find the value of $x$.
In my attempt I got the critical values of the expression as $1$ and $3$.
But I’m not sure is we can just not consider the $2$ in the LHS.
My steps are Case 1: when $x>3$, $x-1-2=x-3$, $0=0$
Case 2: $1<x<3$, $X-1-2=-x+3 \implies 2x=6 \implies x= 3$
Case 3: $x<1$, $-x+1-2=-x+3$. Not possible.
Guide:
You have found the critical value to be $1$ and $3$, that's great, don't worry too much and work it out and see what needs to be done.
Consider $x<1$:
$$||x-1|-2|<|x-3|$$
$$|(1-x)-2|<3-x$$
$$|-1-x|<3-x$$
$$|x+1|<3-x$$
Now, as you see, you might need a new condition, just impose it and handle things as it comes by, now consider $x<-1$ and $x>-1$.
Move on to consider $1<x<3$, $x>3$, $x=1$, $x=3$ as well.