document.write( "Question 30497: Find the slope of the line that passes through the points (3, -5) and (-5, -6)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17159 by sdmmadam@yahoo.com(530)![]() ![]() ![]() You can put this solution on YOUR website! Find the slope of the line that passes through the points (3, -5) and (-5, -6)\r \n" ); document.write( "\n" ); document.write( "The slope of the joining two given points A(x1,y1) and B(x2,y2) is given by \n" ); document.write( "m= (y2-y1)/(x2-x1) \n" ); document.write( "Therefore the slope of the joining two given points A(3,-5) and B(-5,-6) is given by \n" ); document.write( "m = [(-6)-(-5)]/[(-5)-(3)] (here x1 = 3,y1 = -5; x2 = -5, y2 = -6) \n" ); document.write( "m= (-6+5)/(-5-3) \n" ); document.write( "m= (-1)/(-8) \n" ); document.write( "m= 1/8 \n" ); document.write( "The slope of the given line is (1/8) \n" ); document.write( " |