document.write( "Question 75403: Find the slope of the line passing through the points (1, 1) and (3, 3). \n" ); document.write( "
Algebra.Com's Answer #54075 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
slope=(y2-y1)/(x2-x1)
\n" ); document.write( "(3-1)/(3-1)
\n" ); document.write( "2/2=1 is the slope.
\n" ); document.write( "
\n" );