document.write( "Question 526660: If i deposit money today in an account that pays 6.5% annual interest, how long will it take to double ? \n" ); document.write( "
Algebra.Com's Answer #348606 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If i deposit money today in an account that pays 6.5% annual interest, how long will 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 period, A=amount after n periods. \n" ); document.write( "A/P=(1+i)^n \n" ); document.write( "For given problem: \n" ); document.write( "n=periods(years) \n" ); document.write( "A/P=2, i=.065 \n" ); document.write( "(1+.065)^n=2 \n" ); document.write( "1.065^n=2 \n" ); document.write( "take log of both sides \n" ); document.write( "nlog(1.065)=log(2) \n" ); document.write( "n=log(2)/log(1.065) \n" ); document.write( "n≈11 yrs \n" ); document.write( "ans: It will take 11 years to double the deposit money \n" ); document.write( " |