document.write( "Question 53643: Find the slope of the following:
\n" ); document.write( "The line that passes through (0,0), (3,9)
\n" ); document.write( "

Algebra.Com's Answer #35887 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
The formula for slope (m) when you're given two points (x1,y1), (x2,y2) is:
\n" ); document.write( "\"m=%28y2-y1%29%2F%28x2-x1%29\"
\n" ); document.write( "In your case: (x1,y1)=(0,0) and (x2,y2)=(3,9). Substitute these values into the formula and you have:
\n" ); document.write( "\"m=%289-0%29%2F%283-0%29\"
\n" ); document.write( "\"m=9%2F3\"
\n" ); document.write( "m=3
\n" ); document.write( "Happy Calculating!
\n" ); document.write( "
\n" );