document.write( "Question 253400: What is the slope of the line passing through the points (4,6) and (-1,-2)? \n" ); document.write( "
Algebra.Com's Answer #185666 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! The slope of the line passing through the points (4,6) and (-1,-2)is \n" ); document.write( " m = (Difference of y-coordinates)/(Difference of y-coordinates) \n" ); document.write( " m = [6-(-2)]/[4-(-1)] \n" ); document.write( " m = [6+2]/4+1 \n" ); document.write( " m = 8/5 \n" ); document.write( " |