document.write( "Question 1204921: $3250 is invested at 5.0% compounded continuously. How long will it take for the balance to reach $6500? \n" ); document.write( "
| Algebra.Com's Answer #841463 by Alan3354(69443)     You can put this solution on YOUR website! $3250 is invested at 5.0% compounded continuously. How long will it take for the balance to reach $6500? \n" ); document.write( "---------------- \n" ); document.write( "6500 = 3250*e^(.05t) \n" ); document.write( "e^(.05t) = 2 \n" ); document.write( ".05t = ln(2) \n" ); document.write( "t = ln(2)/.05 =~ 13.86 years --- (if it's 5% per year) \n" ); document.write( " |