document.write( "Question 549681: Calculate the slope of the line passing through the two points
\n" );
document.write( "(-1,7), (1,5) \n" );
document.write( "
Algebra.Com's Answer #357942 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "-1 7 1 5 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "(5-7)/(1--1) \n" ); document.write( "( -2 / 2 ) \n" ); document.write( "m=-1 \n" ); document.write( " \n" ); document.write( " |