document.write( "Question 927133: 7. Find the slope of the line passing thru these points
\n" );
document.write( "a. ( -2, 4) and ( -4, 8)
\n" );
document.write( "b. (3 , 5) and ( -5, -5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562736 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 7. Find the slope of the line passing thru these points \n" ); document.write( "Don't put spaces in the points. \n" ); document.write( "a. (-2,4) and (-4,8) \n" ); document.write( "Slope m = diffy/diffx \n" ); document.write( "m = (8-4)/(-4 -(-2)) = 4/(-2) \n" ); document.write( "m = -2 \n" ); document.write( "============= \n" ); document.write( "b. (3 , 5) and ( -5, -5) \n" ); document.write( "Do it like the 1st one. \n" ); document.write( " |