document.write( "Question 550583: Find the slope of the line containing the given pair of points.
\n" );
document.write( "(9,-6) and ( 5,6)
\n" );
document.write( "Got me stumped. \n" );
document.write( "
Algebra.Com's Answer #358882 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "9 -6 5 6 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 6 - -6 )/( 5 - 9 ) \n" ); document.write( "( 12 / -4 ) \n" ); document.write( "m= -3 \n" ); document.write( " \n" ); document.write( " |