document.write( "Question 51615: find the slope of the line that passes through points (-4,5) and (2,3). \n" ); document.write( "
Algebra.Com's Answer #34408 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
Slope m is defined as \"m=%28y2-y1%29%2F%28x2-x1%29\". Use your points in any order as long as you're consistent -- let's make (-4,5) be (x1,y1). With substitution we get \"m=%283-5%29%2F%282-%28-4%29%29\", which simplifies to \"m=-2%2F6\" and that reduces to \"m=-1%2F3\". \n" ); document.write( "
\n" );