document.write( "Question 592482: what is the slope of the line through the following pair of points (3,2) (9,9) \n" ); document.write( "
Algebra.Com's Answer #375970 by mananth(16949) You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "3 2 9 9 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 9 - 2 )/( 9 - 3) \n" ); document.write( "( 7 / 6 ) \n" ); document.write( "m= 7/6 \n" ); document.write( " \n" ); document.write( " |