document.write( "Question 201179: To save for college tuition, the parents of a preschooler invest $5000 in a bond that earns 6% annual interest compounded monthly. In approximately how many years will the investment be worth $15,000?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #151394 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! To save for college tuition, the parents of a preschooler invest $5000 in a bond that earns 6% annual interest compounded monthly. In approximately how many years will the investment be worth $15,000? \n" ); document.write( "15000 = 5000*(1 + 0.06/12)^n \n" ); document.write( "1.005^n = 3 \n" ); document.write( "n*log(1.005) = log(3) \n" ); document.write( "n = log(3)/log(1.005) = ~ 220.3 months \n" ); document.write( "--------------- \n" ); document.write( "The amount does not matter. Any amount will be 3x in that many months at 6%. \n" ); document.write( " |