Question 724251
{{{system( x+ 3y > -2,2x + y <=2)}}}
We need to graph the line for {{{x+ 3y=-2}}} as a dashed line to show that the points on that line are not part of the solution.
We need to graph part of the line for {{{2x + y =2}}} as a solid line to show that those points are part of the solution.
 
We need two points to determine each line, and I will find points that are easy to calculate and give me a good graph.
 
For {{{x+ 3y=-2}}},
{{{y=0}}} --> {{{x=-2}}} gives us point (-2,0)
{{{y=-2}}} --> {{{x-6=-2}}} --> {{{x=-2+6}}} --> {{{x=4}}} gives us point (4,-2)
 
For {{{2x + y =2}}},
{{{x=0}}} --> {{{y=2}}} gives us point (0,2)
{{{y=0}}} --> {{{2x=2}}} --> {{{x=1}}} gives us point (1,0)
Those two points are a bit too close together, but may still give us a decent graph.
Seeing the lines plotted may make what follows easier.
{{{drawing(400,400,-5,5,-5,5,
grid(1),
blue(circle(-2,0,0.2)),blue(circle(4,-2,0.2)),
blue(line(-8,2,10,-4)),
green(circle(0,2,0.2)),green(circle(1,0,0.2)),
green(line(-5,12,6,-10))
)}}} The solution will include all the points inside one of the four angles formed by the lines.
Using a test point that is not part of the lines would allow us to see if that point is on the same side of each line as the solution.
The easiest test point is (0,0), the origin, with {{{x=0}}} and {{{y=0}}}
Substituting, we find that (0,0) is part of the solution for both inequalities:
{{{x+3y=0+3*0=0>-2}}} and {{{2x+y=2*0+0=0<2}}}
So we shade the wedge that contains the origin, and plot the lines, dashed and solid as needed.
{{{drawing(400,400,-5,5,-5,5,
grid(1),
blue(line(-5,1,-3.8,0.6)),blue(line(-2.6,0.2,-1.4,-0.2)),
blue(line(-0.2,-0.6,1,-1)),blue(line(2.2,-1.4,3.4,-1.8)),
green(circle(1.6,-1.2,0.2)),blue(line(4.6,-2.2,5.8,-2.6)),
green(line(-1.5,5,1.5,-1)),
green(line(1.9,-1.8,2.3,-2.6)),green(line(2.9,-3.8,3.3,-4.6)),
green(line(1,-1,1.5,-1)),green(line(-0.2,-0.6,1.3,-0.6)),
green(line(-1.4,-0.2,1.1,-0.2)),green(line(-2.6,0.2,0.9,0.2)),
green(line(-3.8,0.6,0.7,0.6)),green(line(-5,1,0.5,1)),
green(line(-5,1.4,0.3,1.4)),green(line(-5,1.8,0.1,1.8)),
green(line(-5,2.2,-0.1,2.2)),green(line(-5,2.6,-0.3,2.6)),
green(line(-5,3,-0.5,3)),green(line(-5,3.4,-0.7,3.4)),
green(line(-5,3.8,-0.9,3.8)),green(line(-5,4.2,-1.1,4.2)),
green(line(-5,4.6,-1.3,4.6)),green(line(-5,5,-1.5,5)),
green(line(0.4,-0.8,1.4,-0.8))
)}}} The intersection of the two lines is not part of the solution.
Its coordinates satisfy the equations of both lines, including {{{x+ 3y=-2}}}, but it do not satisfy the inequality {{{x+ 3y>-2}}}.