document.write( "Question 5876: Find the slope of the line going through the pair of points.
\n" );
document.write( "(8,-3), (-5,-2)\r
\n" );
document.write( "\n" );
document.write( "Example: -3/11 \n" );
document.write( "
Algebra.Com's Answer #3046 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! first find the slope: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "slope = -1/13\r \n" ); document.write( "\n" ); document.write( "Then use y=mx+b and substitute one set of points into the equation: \n" ); document.write( "-3=(-1/13)(8)+b \n" ); document.write( "-3=-8/13+b \n" ); document.write( "-3+8/13=b \n" ); document.write( "-31/13=b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the equation is y=-1/13x+-31/13 \n" ); document.write( " |