Joseph E. answered 01/17/21
Math PhD with a passion for teaching.
There are many ways to express the equation of a line but the most efficient with the given information is the "point-slope" formula (y - y1) = m(x - x1), where (x1, y1) is some point on the line and m is the slope of the line.
Since two points are given, we just need to pick one of them to get (x1, y1) so the only thing left to find is m.
Slope is "rise over run" or, expressed mathematically, m = (y2 - y1)/(x2 - x1). Plugging in the points from this problem we get m = (21 - -14)/(4 - -3) = 35/7 = 5.
Now just plug this information into the "point-slope" formula to get the equation of the line:
(y - 21) = 5(x - 4)
You could also have used the other point to get another equation:
(y + 14) = 5(x + 3)
These are both correct and describe the same line.
Finally, if you want to find the "slope-intercept" equation of the line (which is often how lines are reported and has a unique form), you can solve either of these for y, obtaining:
y = 5x + 1