document.write( "Question 1010902: Find the slope of the line passing through the points (-3, -10) and (4, 5). \n" ); document.write( "
Algebra.Com's Answer #626416 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Slope m = (y2 - y1) / (x2 - x1) \n" ); document.write( "Here we have \n" ); document.write( "m = (5 - (-10)) / (4 - (-3)) = 15/7 \n" ); document.write( " |