document.write( "Question 253320: If the points A(-1,1) and B(1,2) lie on a line m, what is the slope of line m?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #185610 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, A(-1,1) and B(1,2) \n" ); document.write( "Slope of the line AM is \n" ); document.write( "m = ( Difference of y- coordinates)/( Difference of x- coordinates) \n" ); document.write( "m = (1-2)/(-1-1) \n" ); document.write( "m = -1/(-2) \n" ); document.write( "m = 1/2 \n" ); document.write( " |