document.write( "Question 113836: Find the slope of the line containing the following points: (1,3), (5,-3) \n" ); document.write( "
Algebra.Com's Answer #82848 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
m = (change in y) / (change in x)
\n" ); document.write( "\"m+=+%28y%5B2%5D+-+y%5B1%5D%29+%2F+%28x%5B2%5D+-+x%5B1%5D%29\"
\n" ); document.write( "\"y%5B2%5D+=+-3\"
\n" ); document.write( "\"y%5B1%5D+=+3\"
\n" ); document.write( "\"x%5B2%5D+=+5\"
\n" ); document.write( "\"x%5B1%5D+=+1\"
\n" ); document.write( "\"m+=+%28-3+-+3%29+%2F+%285+-+1%29\"
\n" ); document.write( "\"m+=+-6+%2F+4\"
\n" ); document.write( "\"m+=+-%283%2F2%29\"
\n" ); document.write( "
\n" );