Question 419020
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
I.  Plot Points (-1, 3) and (9, -7)
II. Connect with a Line
III. AND Note where the Line crosses the x and y axis
Line crosses x axis at Pt(2,0)
Line crosses y axis at Pt(0,2)
{{{drawing(300,300,   -10,10,-10,10,   grid(1),
circle(-1, 3,0.4),
circle(9, -7,0.4),
graph( 300, 300, -10,10,-10,10,0,-x+2))}}}