document.write( "Question 200456: Hi!\r
\n" );
document.write( "\n" );
document.write( "You invest $15,000 in an account with an interest rate of 8%. If interest accrues continuously how long will it take for your investment to double?\r
\n" );
document.write( "\n" );
document.write( "thanks for the study help! \n" );
document.write( "
Algebra.Com's Answer #150805 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! You invest $15,000 in an account with an interest rate of 8%. If interest accrues continuously how long will it take for your investment to double? \n" ); document.write( "-------------- \n" ); document.write( "For compounding continuously (I think that's what you mean by accruing): \n" ); document.write( "FV = Amt*e^(rt) \n" ); document.write( "e^0.08t = 2 \n" ); document.write( "0.08t = ln(2) \n" ); document.write( "t = ln(2)/0/08 \n" ); document.write( "t = ~ 8.664 periods \n" ); document.write( "The periods have to match the interest period, ie, 8 years for 8% per year, 8 hours for 8% per hour, etc. \n" ); document.write( "The amount, the $15,000, is not relevant to the problem. \n" ); document.write( " |