Patricia D. answered 10/26/22
P.A.T.T.I. - P.atiently A.nd T.enderly T.utoring I.ndividuals
You first need to find the slope of the line that passes through the two points
m = (y2 - y1) / ( x2 - x1) = (-3 - -7)/(-6 - 6) =4/-12 = -1/3 Becareful with the signs
Use this slope with either point and the point-slope form. y - y1 = m(x - x1)
Using the point (-6, -3) y - -3 = -1/3( x - -6) simplify
y + 3 = -1/3( x +6) multiply by 3
3y + 9 = - x - 6
3y = - x - 15
y = (-1/3)x - (5)