Michael J. answered 02/25/15
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
First we need to find the slope m using the two points.
m = (y2 - y1) / (x2 - x1)
m = ( 2 - (-4)) / (1 - 4)
m = (2 + 4) / (1-4)
m = 6/(-3)
m = -2
Now we can use the point-slope form to find the line.
y - y1 = m(x - x1)
y - (-4) = -2(x - 4)
y + 4 = -2x + 8
y = -2x + 4