document.write( "Question 157834: Find the slope of the line that passes through the pair of points
\n" );
document.write( "(1,7), (10,1) \n" );
document.write( "
Algebra.Com's Answer #116289 by Alan3354(69443) You can put this solution on YOUR website! Find the slope of the line that passes through the pair of points \n" ); document.write( "(1,7), (10,1) \n" ); document.write( "------------- \n" ); document.write( "Slope m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (1-7)/(10-1) \n" ); document.write( "m = -6/9 \n" ); document.write( "m = -2/3 \n" ); document.write( "----------- \n" ); document.write( "Always use points left to right, or increasing value of x. \n" ); document.write( " |