document.write( "Question 466511: Find the slope of the line through the points ( 5, -5) and ( 6, -1) \n" ); document.write( "
Algebra.Com's Answer #319818 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "5 -5 6 -1 -5 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( -5 - 6 )/( -1 - 5 ) \n" ); document.write( "( -11 / -6 ) \n" ); document.write( "m= 11/6 OR 1.83 \n" ); document.write( " \n" ); document.write( " |