Question 918608
{{{3x+y<=2}}}
{{{graph(300,300,-3,7,-3,7,y<3-2x)}}}
.
.
.
{{{x>-1}}}
{{{graph(300,300,-3,7,-3,7,x>=-1)}}}
.
.
.
{{{y+2>x/2}}}
{{{graph(300,300,-3,7,-3,7,y>x/2-2)}}}
.
.
.

Look for the region enclosed within the three circles vertices.
.
.
.


{{{drawing(300,300,-3,7,-3,7,grid(1),
circle(-1,5,0.2),
circle(-1,-5/2,0.2),
circle(2,-1,0.2),
line(-1,10,-1,-10),graph(300,300,-3,7,-3,7,3-2x,x/2-2))}}}