Solve absolute value equation with absolute value variable one one side or even both side, without a number outsides of absolute value signs are typically easy.
In my high school, I was taught to first separate the absolute variable and make it it to two different cases with different signs for one side.
But the real problem is: what happen if there is a constant outside of the absolute signs, like: $$|x-5| = |x+5|-1$$

In this case there are three cases to consider: $x < -5$, $-5 \le x < 5$, and $5 \le x$. For example, if $x < -5$, $|x - 5| = -x + 5$ and $|x+5| = -x-5$ so the equation says $-x + 5 = -x - 5 - 1$. No solution there. Now try the other two cases.