Question 848531
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
y=-3x+2
 x =1 &#8658; y = -1  P(1,-1) on this Line.  Plot Point
 x =0 &#8658; y = 2  P(0,2) on this Line.  Plot Point
Connect with Line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(1, -1,0.2),
circle(0, 2,0.2),
graph( 300, 300, -6, 6, -6, 6,0, -3x+2) )}}}