
Ese U. answered 02/03/15
Tutor
5.0
(46)
(All Kinds of) Math Tutor
The slope intercept equation is
Y = mX + b
where m is the slope.
m = (Y2 - Y1)/(X2 - X1)
Using the coordinates we have, we can solve m. The coordinates are (4, -1) and (6-7)
Y1 = -1
Y2 = -7
X1 = 4
X2 = 6
m = (-7 - -1)/(6 - 4)
= (-7+1)/2
= -6/2
= -3
So back to our slope equation, Y = mX + b
We have m now. So we substitute X1 and Y1 in the equations as well so we can solve for b.
Y = mX + b
-1 = -3(4) + b
-1 = -12 + b
-1+12 = b
11 = b
So we have b.
The final version of the equation is therefore:
Y = mX + b
Y = -3X + 11