document.write( "Question 522147: What is the slope of a line that contains the point
\n" );
document.write( "(4,1)and (-2,5) \n" );
document.write( "
Algebra.Com's Answer #346708 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "4 1 -2 5 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 5 - 1 )/( -2 - 4 ) \n" ); document.write( "( 4 / -6 ) \n" ); document.write( "m= - 2/ 3 \n" ); document.write( " \n" ); document.write( " |