Question 606359
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
equation for a line that goes through the points: 
(8, 0) 
(6,-8)  m = 8 / 2 = 4
y = 4x + b
0 = 4*8 + b
 b = -32
y = 4x - 32
{{{drawing(300,300,   -50,50,-50,50,
 grid(1),
circle(8, 0,1.2),
circle(6, -8,1.2),
graph( 300, 300, -50,50,-50,50,0,4x-32))}}}