document.write( "Question 225385: find the slope of the line that passes through the given points
\n" );
document.write( "(3,1)
\n" );
document.write( "(2,6) \n" );
document.write( "
Algebra.Com's Answer #168178 by RAY100(1637) ![]() You can put this solution on YOUR website! slope = m = rise / run = (y2-y1)/(x2-x1) \n" ); document.write( ". \n" ); document.write( "(3,1) and (2,6) \n" ); document.write( ". \n" ); document.write( "m=(6-1) / (2-3) = 5/-1 = -5,,,,,,,,slope down to right \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "check,,,a rough graph, shows chg y = 5, chg x = 1, slope negative, -5,,,,ok \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |