Question 161106
Start the saem way you do when there is an equal sign. When evaluating absolute values, you need to break the equation into 2 parts.

{{{ abs(s+4) > 2}}}
breaks into
{{{ s+4 > 2}}}  and {{{ s+4 < -2}}}
Now solve each part for s
{{{ s+4 > 2}}}
{{{ s > -2}}}   

{{{ s+4 < -2}}}
{{{ s < -6}}}