Question 1186109: Find the equation of a line which passes through (6, 3) and (-3, -5).
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Find the equation of a line which passes through (6, 3) and (-3, -5).
--------
Step 1, find the slope, m.
m = diffy/diffx = (-5-3)/(-3-6) = 8/9
----
Use y-y1 = m*(x-x1) where (x1,y1) is either point.
=============================
Or,
| x y 1|
| 6 3 1| = 0
|-3 -5 1|
---
x*(3*1 - -5*1) - y*(6*1 - (-3)*1) + 1*(6*(-5) - (-3)*3) = 0
8x -9y -21 = 0
|
|
|