Question 61011
to graph, rearrange 
{{{y <= (-1/2)*x + 3/2}}}
{{{y <= (-2/3)*x + 2}}}
plot these
{{{ graph( 400, 400, -10, 10, -10, 10, (-1/2)*x + 3/2 , (-2/3)*x + 2) }}}