document.write( "Question 55114: find the slope of the line that passes through each pair of points.
\n" ); document.write( "(6,8)(5,-5)
\n" ); document.write( "

Algebra.Com's Answer #37383 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-5-8%29%2F%285-6%29\", which simplifies to \"m=-13%2F-1\", which reduces to \"m=13\". \n" ); document.write( "
\n" );