Question 480529
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
Graphing
 x+2y=10  Pt(0,5) and Pt(10,0) on the Green Line below 
-x+4y=-8  Pt(0,-2) and Pt( 8,0) on the Blue Line below
Plot points and connect these points with the corresponding Lines
{{{drawing(300,300,   -10,10,-10,10,   grid(1),
circle(10, 0,0.4),
circle(0, 5,0.4),
circle(0, -2,0.4),
circle(8, 0,0.4),
graph( 300, 300, -10,10,-10,10,0, -.5x+5, .25x-2))}}}