document.write( "Question 106005: Find the slope of the line that passes through (0,2) and (4,4) \n" ); document.write( "
Algebra.Com's Answer #77120 by alvinjohnburgos(11)\"\" \"About 
You can put this solution on YOUR website!
To solve the slope of the line containing the point (0,2) and (4,4) we have the slope formula:
\n" ); document.write( "\"m+=+%28y2+-+y1%29%2F%28x2+-+x1%29\",
\n" ); document.write( "where (x1, y1) and (x2, y2) are the points in that line:
\n" ); document.write( "\"m+=+%284+-+2%29+%2F+%284+-+0%29\"
\n" ); document.write( "\"m+=+2+%2F+4\"
\n" ); document.write( "\"m+=+1%2F2\"
\n" ); document.write( "Therefore, the slope of the line is 1/2.
\n" ); document.write( "
\n" );