document.write( "Question 1159558: Find the slope
\n" );
document.write( "(4,-3) and (6,-2) \n" );
document.write( "
Algebra.Com's Answer #782611 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The two given points are (x1,y1) = (4,-3) and (x2,y2) = (6,-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using them in the slope formula gives: \n" ); document.write( "m = (y2 - y1)/(x2 - x1) \n" ); document.write( "m = (-2 - (-3))/(6 - 4) \n" ); document.write( "m = (-2 + 3)/(6 - 4) \n" ); document.write( "m = 1/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The slope is 1/2 \n" ); document.write( "This means the rise is 1 and the run is 2 \n" ); document.write( "slope = rise/run = 1/2 \n" ); document.write( " \n" ); document.write( " |