SOLUTION: how do you find the slope of the line that passes through points

Algebra ->  Graphs -> SOLUTION: how do you find the slope of the line that passes through points      Log On


   



Question 173590: how do you find the slope of the line that passes through points
Found 2 solutions by Mathtut, solver91311:
Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
if your given points (x1,y1) and (x2,y2)..the slope is change of y over change in x
:
so m or slope would be y2-y1/x2-x1
:
with that information with the slope and a point you can find the equation of the line with the point slope formula. y-k=m(x-h) where m is the slope and (h,k) is any point on the line

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
Given point P%5B1%5D defined by the ordered pair (x%5B1%5D,y%5B1%5D) and point P%5B2%5D defined by the ordered pair (x%5B2%5D,y%5B2%5D), the slope of the line defined by these two points is given by:

%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29

By the way, it doesn't matter which point you call P%5B1%5D and which you call P%5B2%5D