
William W. answered 02/25/19
Math and science made easy - learn from a retired engineer
The generic point slope form of a line that passes through a point (x1, y1) is (y - y1) = m(x - x1). We can plug in either point for (x1, y1) but the problem is, we don't have the slope (m). So first find the slope.
Slope is given by m = (y2 - y1)/(x2 - x1) so, if we say Point 1 is (-12, 8) and Point 2 is (9, 15), then:
m = (15 - 8)/(9 - -12) = 7/21 = 1/3
Lets pick (9, 15) as the point we plug into the generic point slope form (y - y1) = m(x - x1) so:
(y - 15) = 1/3(x - 9)