Question 1018960
Either 2-3x is non-negative, or it is negative; each condition giving a different equation to be combined as INTERSECTION.


As non-negative:  {{{2-3x<8}}}


As negative:  {{{-(2-3x)<8}}} which makes this to  {{{-2+3x<8}}}.


Your system of two equations to be combined as an INTERSECTION will be  {{{system(2-3x<8,-2+3x<8)}}}.



FOUND:  {{{-2<x}}}  AND {{{x<10/3}}}, but if you want to indicate in a more condensed way and still be correct,  {{{highlight(-2<x<10/3)}}}.