document.write( "Question 1032154: Find the slope of the line that passes through each pair of points.
\n" );
document.write( "A(1,-5), B(6,-7) \n" );
document.write( "
Algebra.Com's Answer #646790 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "1 -5 6 -7 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( -7 - -5 )/( 6 - 1 ) \n" ); document.write( "( -2 / 5 ) \n" ); document.write( "m= - 2/5 \n" ); document.write( " \n" ); document.write( " |