document.write( "Question 82825: How do I calculate the slope of a line graph? \n" ); document.write( "
Algebra.Com's Answer #59423 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
If you are given the line in the slope-intercept format:
\n" ); document.write( "y=mx+b, the m-term represents the slope
\n" ); document.write( ".
\n" ); document.write( "If you are given two points (x1, y1) and x2, y2), use the slope formula:
\n" ); document.write( "Slope=m=\"%28%28y1-y2%29%2F%28x1-x2%29%29%29\"
\n" ); document.write( "
\n" );