document.write( "Question 993684: Find the slope of the line through the points (3, -7) and (-2, 5). \n" ); document.write( "
Algebra.Com's Answer #612896 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Slope is found by\r \n" ); document.write( "\n" ); document.write( "m = (y2 - y1) / (x2 - x1)\r \n" ); document.write( "\n" ); document.write( "m = (5 - (-7)) / (-2 - 3)\r \n" ); document.write( "\n" ); document.write( "m = 12/(-5) = -12/5 \n" ); document.write( " |