document.write( "Question 956874: if $8000 is invested in a 2.5% account for 10 years compounded continuously how long would it take for the account to double? \n" ); document.write( "
Algebra.Com's Answer #584611 by lwsshak3(11628) ![]() You can put this solution on YOUR website! if $8000 is invested in a 2.5% account for 10 years compounded continuously how long would it take for the account to double? \n" ); document.write( "*** \n" ); document.write( "Formula for continuous compounding: A=Pe^rt, P=initial investment, r=interest rate, A=amt after t-years. \n" ); document.write( "For given problem: \n" ); document.write( "P=8000 \n" ); document.write( "r=.025 \n" ); document.write( "t=10 yrs \n" ); document.write( "A=8000e^(.025*10) \n" ); document.write( "A=8000e^(.25) \n" ); document.write( "A≈10272 \n" ); document.write( "Amount in account after 10 years≈$10,272 \n" ); document.write( ".. \n" ); document.write( "doubling the acct: \n" ); document.write( "A/P=2=e^.025t \n" ); document.write( "take log of both sides \n" ); document.write( ".025t*lne=ln2 \n" ); document.write( "lne=1 \n" ); document.write( ".025t=ln2 \n" ); document.write( "t=ln2/.025 \n" ); document.write( "t≈28 \n" ); document.write( "how long would it take for the account to double? 28 yrs \n" ); document.write( " \n" ); document.write( " |