document.write( "Question 929199: 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( "
Algebra.Com's Answer #564142 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( "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 the same way. \n" ); document.write( " \n" ); document.write( " |