document.write( "Question 890670: deposited $1,000 in an account paying 6% interest compounded annually, how long would it take to double? \n" ); document.write( "
Algebra.Com's Answer #539139 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! deposited $1,000 in an account paying 6% interest compounded annually, how long would it take to double? \n" ); document.write( "*** \n" ); document.write( "Compound interest formula: A=P(1+i)^n, P=initial investment, i=interest rate per compounding period, n=number of periods, A=amt after n-periods \n" ); document.write( "For given problem: \n" ); document.write( "compounding period=one year \n" ); document.write( "A/P=2 \n" ); document.write( "i=6%=.06 \n" ); document.write( ".. \n" ); document.write( "A/P=(1+.06)^n \n" ); document.write( "2=1.06^n \n" ); document.write( "nlog1.06=log2 \n" ); document.write( "n=log2/log1.06 \n" ); document.write( "n=11.9 \n" ); document.write( "how long would it take to double? 11.9 years \n" ); document.write( " |