document.write( "Question 250991: What is the slope of the line passing through (3,5) and (7,21)? \n" ); document.write( "
Algebra.Com's Answer #182770 by richwmiller(17219) You can put this solution on YOUR website! m=(y1-y2)/(x1-x2) \n" ); document.write( "m=(5-21)/(3-7) \n" ); document.write( "NB \n" ); document.write( "You could also use \n" ); document.write( "(21-5)/(7-3) \n" ); document.write( " \n" ); document.write( " |