document.write( "Question 571072: determine the slope of a line through points(4,-8)and(3,-6) \n" ); document.write( "
Algebra.Com's Answer #367937 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "4 -8 3 -6 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "(-6-(-8))/(3- 4 ) \n" ); document.write( "( 2 / -1 ) \n" ); document.write( "m= -2 \n" ); document.write( " \n" ); document.write( " |