
David W. answered 11/13/15
Tutor
4.7
(90)
Experienced Prof
The point-slope form for the equation of a line is: y-y1 = m(x-x1) and the slope is m=(y2-y1)/(x2-x1), so the Standard Form of an equation of a line given 2 points is: mx-y=mx1-y1 (looks like Ax+By=C)
((y2-y1)/(x2-x1))x - y = ((y2-y1)/(x2-x1))x1 - y1
(4-1)/((-3)-5)x - y = ( (4-1)/((-3)-5) )(5) - 1 [just use the two points]
(-3/8)x - y = -15/8 - 1
3x + 8y = 23 (multiply both sides by -8)
p.s., this approach will become very handy in later math.