document.write( "Question 614303: What is the slope of the line passing through p1(4,-8) and p2(6,10) \n" ); document.write( "
Algebra.Com's Answer #386489 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "4 -8 6 10 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 10 - -8 )/( 6 - 4 ) \n" ); document.write( "( 18 / 2 ) \n" ); document.write( "m= 9 \n" ); document.write( " \n" ); document.write( " |