document.write( "Question 500966: Find the slope of the segment joining the points (-3,4), (-5,-6) \n" ); document.write( "
Algebra.Com's Answer #338360 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x1 y1 x2 y2
\n" ); document.write( "-3 4 -5 -6
\n" ); document.write( "
\n" ); document.write( "slope m = (y2-y1)/(x2-x1)
\n" ); document.write( "( -6 - 4 )/( -5 - -3 )
\n" ); document.write( "( -10 / -2 )
\n" ); document.write( "m= 5
\n" ); document.write( "
\n" ); document.write( "
\n" );