document.write( "Question 357467: whats the slope of the line with these points (2,5)(6,8) \n" ); document.write( "
Algebra.Com's Answer #255251 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! slope, given two points is: \n" ); document.write( "(y2 - y1)/(x2 - x1) \n" ); document.write( ". \n" ); document.write( "So, given: \n" ); document.write( "(2,5)(6,8) \n" ); document.write( "which maps to: \n" ); document.write( "(x1,y1)(x2,y2) \n" ); document.write( ". \n" ); document.write( "Plug into: \n" ); document.write( "(y2 - y1)/(x2 - x1) \n" ); document.write( "(8 - 5)/(6 - 2) \n" ); document.write( "3/4 (this is your slope) \n" ); document.write( " |