document.write( "Question 49100: Determine the slope of the line that passes through the pair of points.\r
\n" );
document.write( "\n" );
document.write( "(5,8),(-3,7) \n" );
document.write( "
Algebra.Com's Answer #32585 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! (5,8),(-3,7) \n" ); document.write( "m = (y2-y)/(x2-x) [Use the slope formula] \n" ); document.write( "m = (7-8)/(-3-5) [Plug-in the values] \n" ); document.write( "m = -1/-8 = 1/8 \n" ); document.write( " |