document.write( "Question 711074: In how many years will it take for money at least quadruple at 12% compounded semi-annually?
\n" );
document.write( "Round UP your answer for n to the next whole number then convert to years to one decimal place. \n" );
document.write( "
Algebra.Com's Answer #437277 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In how many years will it take for money at least quadruple at 12% compounded semi-annually? \n" ); document.write( "Round UP your answer for n to the next whole number then convert to years to one decimal place. \n" ); document.write( "** \n" ); document.write( "Compound Interest Formula: A=P(1+i)^n, P=initial investment, i=interest rate per period, n=number of periods, A=amt after n periods. \n" ); document.write( "For given problem: \n" ); document.write( "A/P=4 \n" ); document.write( "i=.12/2=.06 \n" ); document.write( "n=number of compound periods \n" ); document.write( ".. \n" ); document.write( "4=(1+.06)^n \n" ); document.write( "4=(1.06)^n \n" ); document.write( "log(4)=nlog(1.06) \n" ); document.write( "n=log(4)/log(1.06) \n" ); document.write( "n≈23.79 compound periods \n" ); document.write( "or \n" ); document.write( "n≈23.79/2≈11.9 yrs \n" ); document.write( " |