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