Question 1167745
The symboling at the left is completely uncertain so assuming it is of no meaning.


{{{5abs(3w+2)-3>7}}}

{{{5abs(3w+2)>10}}}

{{{abs(3w+2)>2}}}


Two cases to solve for.


3w+2 is positive or zero?
{{{3w+2>2}}}
{{{3w>0}}}
{{{highlight_green(w>0)}}}


3w+2 is negative?
{{{abs(3w+2)>2}}}
{{{-3w-2>2}}}
{{{3w+2<-2}}}
{{{3w<-4}}}
{{{highlight_green(w<-4/3)}}}


Your answer would be to combine them using OR.