document.write( "Question 351877: How to find the slope from a Graph \n" ); document.write( "
Algebra.Com's Answer #251508 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Pick two points and mark their coordinates (\"x%5B1%5D\",\"y%5B1%5D\") and (\"x%5B2%5D\",\"y%5B2%5D\").
\n" ); document.write( "The slope, \"m\", is then,
\n" ); document.write( "\"m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\"
\n" ); document.write( "
\n" );