Question 999636
.
Write it equivalently as follows:


{{{system(y > 3 -x,
y < -4 -x)}}}


The solution is the intersection of the two domains each outside the two straight lines shown in the plot below:

<TABLE> 
  <TR>
  <TD> 

{{{graph( 330, 330, -5.5, 5.5, -8.5, 8.5,
          3 - x,
          -4 - x
)}}}


<B>Figure</B>. Plots y1 = {{{3-x}}}, y2 = {{{-4-x}}}

  </TD>
  </TR>
</TABLE>

This intersection is empty, obviously.


So, there is NO SOLUTION for these inequalities.