
William W. answered 10/04/22
Math and science made easy - learn from a retired engineer
To find the equation of the line going between the points (–3, 7) and (4, 10), first find the slope using the slope equation m = (y2 - y1)/(x2 - x1) where x1 = -3, y1 = 7, x2 = 4, and y2 = 10:
m = (10 - 7)/(4 - -3) = 3/7
Then use the slope you calculated above and one of the points, I'll choose (4, 10) and plug them into the point-slope form of a line: y - y1 = m(x - x1) where "m" is the slope and (x1, y1) is the point (meaning x1 = 4 and y1 = 10). Note that this x1 and y1 have nothing to do with the x1 and y1 you used in step 1 to calculate slope.
y - y1 = m(x - x1)
y - 10 = (3/7)(x - 4)
y - 10 = (3/7)x - 12/7
y = (3/7)x - 12/7 + 10
y = (3/7)x - 12/7 + 70/7
y = (3/7)x + 58/7
Multiply both sides by 7 to get:
7y = 3x + 58
subtract 7y from both sides to get:
0 = 3x - 7y + 58
subtract 58 from both sides to get:
3x - 7y = -58