Question 860965
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
 y = 2x-4   (0,-4), (2,0) on line.  Plot and connect
 y = -x/2 +1  (0,1) and (2,0) on line.  Plot and connect
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, -4,0.2),
circle(2, 0,0.2),
circle(0, 1,0.2),
circle(2,0,0.2),
graph( 300, 300, -6, 6, -6, 6,0, 2x-4, -.5x +1) )}}}