Question 1197661
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi  
Write an equation of the line that passes through the given two points:

 (4, 1), 
 (7, 0)  m = 1/-3     | m ={{{(y[1] - y[2])/(x[1] - x[2] )}}}
	
***Using point-slope form, ***{{{y - y[1] = highlight_green(m)(x - x[1])}}}
P(7,0) , m = (-1/3)
   y  = (-1/3)x +7/3   Slope Intercept Form
{{{drawing(300,300,    -10,10,-10,10,   
 grid(1),
circle(7,0,0.4),
circle(4,1,0.4),
graph( 300, 300, -10,10,-10,10,0, (-1/3)x +7/3))}}}

4.(-2, -7)
  (6,  9)
This would be done exactly the same way:  
Find m and pick a point to use with ***

Wish You the Best in your Studies.
</font></b></pre>