document.write( "Question 55115: find the slope of the line that passes through each pair of points.
\n" ); document.write( "(-2,-3),(0,-5)
\n" ); document.write( "

Algebra.Com's Answer #37382 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
The slope, m, is defined as \"m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\". It doesn't matter which ordered pair is \"x%5B1%5D\",\"y%5B1%5D\" and \"x%5B2%5D\",\"y%5B2%5D\" because you'll get the same answer. Using substitution we get \"m=%28-3%2B5%29%2F%28-2-0%29\", which simplifies to \"m=2%2F-2\", which reduces to m=-1. \n" ); document.write( "
\n" );