document.write( "Question 1161460: Find the slope between the points.
\n" );
document.write( "(8, -1) and (10, -7) \n" );
document.write( "
Algebra.Com's Answer #785022 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "slope = rise/run \n" ); document.write( "run = distance left to right \n" ); document.write( "rise = distance up (positive) or down (negative) \n" ); document.write( "From (8,-1) to (10,-7) the run is 2 (from 8 to 10) \n" ); document.write( "From (8,-1) to (10,-7) the rise is -6 (from -1 to -7) \n" ); document.write( "The slope is rise/run = -6/2 = -3 \n" ); document.write( " \n" ); document.write( " |