document.write( "Question 1002571: Find the slope of the line passing through the given points
\n" );
document.write( "
\n" );
document.write( "(-2,-5),(1,0) \n" );
document.write( "
Algebra.Com's Answer #619447 by mananth(16949) You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "-2 -5 1 0 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 0 - -5 )/( 1 - -2 ) \n" ); document.write( "( 5 / 3 ) \n" ); document.write( "m= 5/3 \n" ); document.write( " \n" ); document.write( " |