Question 408206
  <pre><font size = 3 color = "indigo"><b>
Hi
y=2x+3  |Pt(0,3) and (-1,1) on the line (green line)
y=-3x-7 |Pt(0,-7) and (-1,-4) on the line (blue line)
Plotting Points and connecting with a line for each
Solution Set is Pt(-2,-1)
{{{drawing(300,300, -10,10,-10,10,
 grid(1),
circle(-1, 1,0.4),
circle(0, 3,0.4),
circle(0, -7,0.4),
circle(-1, -4,0.4),
circle(-2, -1,0.4),

graph( 300, 300, -10,10,-10,10,0, 2x+3,-3x-7))}}}