Question 901143
{{{abs(3-x/3)>5}}}


If {{{3-x/3}}} positive or zero, then {{{3-x/3>5}}}
{{{9-x>45}}}
{{{-x>36}}}
{{{x<-36}}}
-
If {{{3-x/3<0}}} then {{{-3+x/3>5}}}
{{{x/3>8}}}
{{{x>24}}}
-
EITHER {{{highlight(x<-35)}}}  OR  {{{highlight(x>24)}}}.