document.write( "Question 823319: How do I find the slope of the line (2m,m) (4m,3m) where m can not be 0?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #495406 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
slope = (y2 - y1)/(x2 - x1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = (3m - m)/(4m - 2m)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = (2m)/(2m)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the slope is 1 where \"m%3C%3E0\"
\n" ); document.write( "
\n" );