Question 1086969
Let X=7w+3.


{{{abs(X)-12>=12}}}
{{{abs(X)>=12+12}}}
{{{abs(X)>=24}}}


Either X>=0 OR X<0.
-
{{{system(X>=24,or,-X>=24)}}}
Solve for both cases.  Test each solution.