document.write( "Question 474469: Find the slope if it exists of the line containing the pair of points (8,7) and (10,-10) \n" ); document.write( "
Algebra.Com's Answer #325403 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "8 7 10 -10 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( -10 - 7 )/( 10 - 8 ) \n" ); document.write( "( -17 / 2 ) \n" ); document.write( "m= -8.50 \n" ); document.write( " \n" ); document.write( " |