Question 157748
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:

{{{(y[2] - y[1])/(x[2] - x[1]) }}}

Make sense?