
David W. answered 07/27/19
Experienced Prof
The equation of the line passing through two different points P0(x0,y0) and P1(x1,y1) may be written as:
y = (x-x0)( (y1-y0)/(x1-x0) ) + y0 [this is slope-intercept form y=mx+b]
y = (x-7)(2-(-4))/(-1-7) + (-4)
y = 6(x-7) / (-8) - 4
y = (-3/4)x + 5/4
Check:
for (7,-4):
Does -4 = (-3/4)7 + 5/4 ?
-4 = (-21/4) + 5/4 ?
-4 = (-16/4) ?
-4 = -4 ?yes
for (-1,2):
Does 2 = (-3/4)(-1) + 5/4 ?
2 = (3/4) + 5/4 ?
2 = 8/4 ?
2 = 2 ?yes