Question 334069
{{{abs(3x+1) > 10}}}
Results in two equations
{{{3x+1 > 10}}} and {{{3x+1 < -10}}}
{{{3x > 9}}}
{{{x > 3}}}
{{{3x+1 < -10}}}
{{{3x < -11}}}
{{{x < -11/3}}}