SOLUTION: I am struggling with determing slope based on coordinates. Can you explain how this is done?

Algebra ->  Linear-equations -> SOLUTION: I am struggling with determing slope based on coordinates. Can you explain how this is done?       Log On


   



Question 157748: I am struggling with determing slope based on coordinates. Can you explain how this is done?
Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
Slope is described as "the change in y" divided by "the change in x". Sometimes folks say 'the rise over the run". In terms of coordinate pairs (x[1], y[1]) and (x[2], y[2]) that results in:
%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29+
Make sense?