Question 623679
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,  
Solve each system by graphing
2x+y=2  Points (0,2) and (1,0) on this line
2x+y=8  Points (0,8) and (4,0) on this line
Plot points and connect with respective lines.
Lines parallel.  NO solution for this system of equations
{{{drawing(300,300,   -6, 6, -6, 10,  grid(1),
circle(0, 2,0.3),
circle(0, 8,0.3),
circle(1, 0,0.3),
circle(4, 0,0.3),
graph( 300, 300, -6, 6, -6, 10,0,-2x+2,-2x+8))}}}