Question 1094170
could you please help me solve this equation 

|2-3x|<(or equal) 5

I seem to have trouble with absolute values
<pre>This is NOT an equation, but an INEQUALITY instead.
{{{abs(2 - 3x) <= 5}}}
{{{2 - 3x <= 5}}}                OR             {{{2 - 3x >= - 5}}}
{{{- 3x <= 5 - 2}}}              OR             {{{- 3x >= - 5 - 2}}}   
{{{- 3x <= 3}}}                 OR             {{{- 3x >= - 7}}}
{{{matrix(1,3, x >= 3/(- 3), or, x >= - 1)}}}      OR            {{{matrix(1,3, x <= (- 7)/(- 3), or, x <= 7/3)}}}       
{{{highlight_green(- 1 <= x <= 7/3)}}}