document.write( "Question 477115: how would I do a chart for slopes of the lines ,, (1,2) (3,5) \n" ); document.write( "
Algebra.Com's Answer #803106 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
slope = (5 - 2)/(3 - 1) = 3/2 \n" ); document.write( "
\n" );