document.write( "Question 68342: Find the slope of the line passing through the points (–8, –3) and (–2, 2). \n" ); document.write( "
Algebra.Com's Answer #48618 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
You can find the slope, m, of a line passing through two points (x1, y1) and (x2, y2) by using the slope formula:
\n" ); document.write( "\"m+=+%28y2-y1%29%2F%28x2-x1%29\"
\n" ); document.write( "In this problem, (-8, -3) = (x1, y1) and (-2, 2) = (x2, y2)
\n" ); document.write( "Making the appropriate substitutions into the formula, we get:
\n" ); document.write( "\"m+=+%282-%28-3%29%29%2F%28-2-%28-8%29%29\" Simplifying this:
\n" ); document.write( "\"m+=+5%2F6\" This is the slope.
\n" ); document.write( "
\n" );