document.write( "Question 387483: A student deposits $4,000 into a savings account with 7% continuously compounding interest. How many years does he to wait before the balance has tripled? \n" ); document.write( "
| Algebra.Com's Answer #273926 by stanbon(75887)      You can put this solution on YOUR website! A student deposits $4,000 into a savings account with 7% continuously compounding interest. How many years does he to wait before the balance has tripled? \n" ); document.write( "---------------- \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "3*4000 = 4000*e^(0.07t) \n" ); document.write( "---- \n" ); document.write( "e^(0.07t) = 3 \n" ); document.write( "--- \n" ); document.write( "0.07t = ln3 \n" ); document.write( "t = 15.69 years \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |