document.write( "Question 37988: Find the slope of the line passing through the points (1,1) and (3,3). \n" ); document.write( "
Algebra.Com's Answer #23482 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Use the formula for the slope, m, of a line:
\n" ); document.write( "m = (y2 - y1) / (x2 - x1)
\n" ); document.write( "now plug in and go...
\n" ); document.write( "m = (3 - 1) / (3 - 1) =
\n" ); document.write( "m = 2 / 2
\n" ); document.write( "m = 1
\n" ); document.write( "
\n" );