
Jason B. answered 10/17/19
Math, Science, Engineering Tutor
The first thing to do when given two points is to find the slope, which is defined as the change in y divided by the change in x.
m = dx/dy = (-12-3)/(-1-2) = 5
Now we have a slope and a point, so we can write out equation in point-slope form:
y-y1 = m(x-x1)
y-3 = 5(x-2)
Solve for y to generate your equation in slope-intercept form:
y = mx + b
y = 5x - 7