I have been trying to find an example online, but I can't.
If I had an equation like:
$$y + |x| < 3$$
and I wanted to graph it, I know that to get it to slope intercept form I need to isolate the $y$.
How do I subtract the $x$ though?
Does it become $-|x|$ on the right side or does it become $|-x|$?
$$y+|x| < 3$$ Subtracting $|x|$ from both sides, we have $$y+|x|-|x| < 3-|x|$$ Since $|x|-|x|=0$,
$$y < 3-|x|$$
That is for $x \geq 0$, plot $y <3-x$.
For $x<0$, plot $y < 3+x$.
@Daniel_W._Farlow's approach based on transformation is awesome.