document.write( "Question 261181: Mary walked 4 laps around the park track. It took Mary 4 minutes to walk the first
\n" ); document.write( "lap. The second lap took 25% longer than the first lap. The third lap took 20%
\n" ); document.write( "longer than the second lap. The final lap took 50% longer than the third. What was
\n" ); document.write( "Mary�s total walking time for the 4 laps?
\n" ); document.write( "

Algebra.Com's Answer #853983 by josgarithmetic(39790)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "LAP        TIME\r\n" );
document.write( " 1          4\r\n" );
document.write( " 2          4+1=5\r\n" );
document.write( " 3          5+1=6\r\n" );
document.write( " 4           6+3=9\r\n" );
document.write( "

\n" ); document.write( "Total time, 4+5+6+9
\n" ); document.write( "
\n" );