The parent equation for point-slope form is y-y1=m(x-x1)
- x1 and y1 represent the x and y coordinates of a coordinate pair that the line runs through
- m represents the slope
First, you must find the slope. To find the slope you will use the equation: (y2-y1) / (x2-x1)
- out of your two points, (2, 3) and (5, -7), you need to choose which is 1 and which is 2
- for the purpose of this tutorial (2, 3) is 1 and (5, -7) is 2
- (-7 - 3) / (5 - 2) which simplifies to -10/3
- m = -10/3
Then, you can plug this into the point-slope equation as m. Next, you will need to plug in one of your points into the x1 and y1 variables.
- Using (2, 3) this would look like: y-3=-10/3(x-2)
You can check this answer by plugging the other coordinate pair in for the x and y variables.
- -7 - 3=-10/3 (5-2)
- This can first be simplified into: -10=-10/3 (3) which can be further simplified into -10=-10
- So long as those numbers are equivalent, you have solved to problem correctly
Hope this helps!