document.write( "Question 748584: Find the slope m of the line that passes through the points (–3, 1) and (5, 6). \n" ); document.write( "
Algebra.Com's Answer #455529 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Formula used is: y2 - y1/x2 - x1 \n" ); document.write( "Using (-3,1) and (5,6) \n" ); document.write( " 6 - 1/5 - (-3) \n" ); document.write( " 5/8 \n" ); document.write( "Therefore gradient or m = 5/8 \n" ); document.write( " |