Question 9117
Try simplifying these expressions to form x >= something and x <= something.

The first {{{3x-2 <= -5}}} simplifies to {{{3x <= -3}}} or {{{x<= -1}}}.
Second one simplifies to x >= 1. 

You have a system of inequalities

{{{system( x <= -1, x >= 1 ) }}}

there is no x that satisfies these two requirements. There is no number that can be less than -1 and more than 1. Double check my work please.