document.write( "Question 694758: find the slope of the line passing through the points a(-8,-7) and b(7,3) \n" ); document.write( "
Algebra.Com's Answer #428182 by Ave(106)\"\" \"About 
You can put this solution on YOUR website!
\"slope=%28y%5B1%5D-y%5B2%5D%29%2F%28x%5B1%5D-x%5B2%5D%29\"plug the points into this equation and solve
\n" ); document.write( "m=(-7-3)/(-8-7) combine like terms
\n" ); document.write( "m=-10/-15 simplify
\n" ); document.write( "m=2/3
\n" ); document.write( "\"slope+=2%2F3\"
\n" ); document.write( "
\n" );