Question 429212
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
 y = 4x-7  (0,-7) and (1,-3) are Points on this line
Plotting these points and connecting with line
{{{drawing(300,300,   -10,10,-10,10,   grid(1),
circle(0, -7,0.4),
circle(1, -3,0.4),
graph( 300, 300, -10,10,-10,10,0,4x-7))}}}