document.write( "Question 210760: find the slope
\n" ); document.write( "(2,10) and (7,-15)
\n" ); document.write( "

Algebra.Com's Answer #159224 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
\"m+=+%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\" Substitute:\"x%5B1%5D+=+2\", \"x%5B2%5D+=+7\", \"y%5B1%5D+=+10\", and \"y%5B2%5D+=+-15\" from the two given points.
\n" ); document.write( "\"m+=+%28-15-10%29%2F%287-2%29\" evaluate.
\n" ); document.write( "\"m+=+%28-25%29%2F5\"
\n" ); document.write( "\"highlight%28m+=+-5%29\"
\n" ); document.write( "
\n" );