Question 950994
{{{ abs( x + 1 ) = 3 }}}
--------------------
What you know is:
{{{ abs( 3 ) = 3 }}}
and
{{{ abs( -3 ) = 3 }}}
-----------------
So, the 2 solutions are:
{{{ x + 1 = 3 }}}
{{{ x + 1 = -3 }}}
----------------
solving for {{{x}}}:
{{{ x = 2 }}}
{{{ x = -4 }}}