document.write( "Question 792368: what is the slope of the line containing the pair of points (8,0) and (9,2)? \n" ); document.write( "
Algebra.Com's Answer #479972 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "8 0 9 2 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 2 - 0 )/( 9 - 8 ) \n" ); document.write( "( 2 / 1 ) \n" ); document.write( "m= 2 \n" ); document.write( " \n" ); document.write( " |