document.write( "Question 277540: Finding the slope of the line through each pair of points
\n" );
document.write( "(19,-16), (-7,-15) \n" );
document.write( "
Algebra.Com's Answer #202042 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Finding the slope of the line through each pair of points \n" ); document.write( "(19,-16), (-7,-15)\r \n" ); document.write( "\n" ); document.write( "slope = m = rise/run = (y2-y1)/(x2-x1) \n" ); document.write( "m = (-15 - -16)/(-7 - 19) \n" ); document.write( "m = (-15 + 16)/(-26) \n" ); document.write( "m = 1/(-26) \n" ); document.write( "m = -1/26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |