Question 1104016
(1) {{{ 3x + 1 > -10 }}}
(2) {{{ 3x - 1 < -5 }}}
---------------------------
(1) {{{ 3x > -11 }}}
(1) {{{ x > -11/3 }}}
and
(2) {{{ 3x < -4 }}}
(2) {{{ x < -4/3 }}}
----------------------
Combine (1) and (2)
{{{ -11/3 < x < -4/3 }}}
----------------------
Note that the < and > signs are pointing
the right way even though the order of
(1) or (2) might be different.
Hope this helps