document.write( "Question 1099037:  If you put $1000 into a savings account that bears 1.5% interest per
\n" );
document.write( "year, how long will it take that money to quadruple? \n" );
document.write( "
| Algebra.Com's Answer #713446 by Boreal(15235)     You can put this solution on YOUR website! quadruple is $4000 \n" ); document.write( "4000=1000(1+.015)^n \n" ); document.write( "4=1.015^n \n" ); document.write( "ln4=n1n (1.015) \n" ); document.write( "n=93.1 years \n" ); document.write( "rule of 72: doubling time is 72/interest rate=48 years \n" ); document.write( "quadrupling is doubling of doubling, and that would be two doublings or 96 years, a good approximation. \n" ); document.write( " |