document.write( "Question 474912: How long will it take for an investment to double in value, if the annual interest rate is 10% and interest is compounded every 6 months? \n" ); document.write( "
Algebra.Com's Answer #325658 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How long will it take for an investment to double in value, if the annual interest rate is 10% and interest is compounded every 6 months \n" ); document.write( "** \n" ); document.write( "compound interest formula: A=P(1+i)^n, A=value of investment after n periods, P=initial investment, i=interest rate per period, n=number of periods. \n" ); document.write( "For given problem:A/P=(1+i)^n,A/P=2, i=.10/2=.05 \n" ); document.write( "2=(1+.05)^n \n" ); document.write( "2=(1.05)^n \n" ); document.write( "take log of both sides \n" ); document.write( "log2=nlog(1.05) \n" ); document.write( "n=log2/log(1.05) \n" ); document.write( "n=14.2 6-mo periods or 7.1 years \n" ); document.write( " |