Question 758504
slope = ( change in {{{y}}} ) / ( change in {{{x}}} )
P1 = ( -10, -10 )
P2 = ( -7, 5 )
---------------
The format of this is:
P1 = ( x1, y1 ) 
P2 = ( x2, y2 )
The formula then is:
slope = {{{ ( y[2] - y[1] ) / ( x[2] - x[1] ) }}}
----------------------------------
Let slope = {{{ m }}}
{{{ m = ( 5 -( -10 ) ) / ( -7 -( -10 ) ) }}}
{{{ m = ( 5 + 10 ) / ( -7 + 10 ) }}}
{{{ m = 15 / 3 }}}
{{{ m = 5 }}}