Question 1137882
{{{y <= (3/2) x + 3}}}
{{{2x + y < 10}}}
{{{y > -1 }}}

separately, you have


{{{y <= (3/2) x + 3}}}:

{{{ graph( 600, 600, -10, 10, -10, 10, y <= (3/2) x + 3) }}}


{{{2x + y < 10}}}:

{{{ graph( 600, 600, -10, 10, -10, 10, 2x + y < 10) }}}


{{{y > -1 }}}:

{{{ graph( 600, 600, -10, 10, -10, 10, y > -1) }}}


all together look like this:

<a href="http://tinypic.com?ref=htdw13" target="_blank"><img src="http://i63.tinypic.com/htdw13.png" border="0" alt="Image and video hosting by TinyPic"></a>


The solution to the system will be the area where the shadings from each inequality overlap one another.