SOLUTION: Write an equation for a line through(-3, 5) and (2, 0)

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: Write an equation for a line through(-3, 5) and (2, 0)      Log On


   



Question 43278: Write an equation for a line through(-3, 5) and (2, 0)
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
First find the slope...
m = (y2 - y1) / (x2 - x1)
m = (0 - 5) / (2 - (-3))
m = -5 / 5
m = -1
Then plug into the point-slope form
y - y1 = m(x - x1)
y - 5 = (-1)(x + 3)
y - 5 = -x - 3
y = -x + 2