document.write( "Question 412133: Suppose $50,000 was deposited in the bank with an interest rate of 5.5% annually, compounded continuously.
\n" );
document.write( "A) How long will it take to double the original amount?
\n" );
document.write( "B) Find the balance after 30 years.
\n" );
document.write( "C) Determine how many years it will take for the amount to be %1,000,000. \n" );
document.write( "
Algebra.Com's Answer #289548 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose $50,000 was deposited in the bank with an interest rate of 5.5% annually, compounded continuously. \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "------ \n" ); document.write( "A) How long will it take to double the original amount? \n" ); document.write( "2P = P*e^(rt) \n" ); document.write( "e^(rt) = 2 \n" ); document.write( "e^(0.055t) = 2 \n" ); document.write( "0.055t = ln(2) \n" ); document.write( "t = [ln(2)]/0.055 \n" ); document.write( "t = 12.6 years \n" ); document.write( "------------------------------- \n" ); document.write( "B) Find the balance after 30 years. \n" ); document.write( "Solve A(30) = 50,000*e^(0.055*30) \n" ); document.write( "A(30) = $260,348.99 \n" ); document.write( "----------------------------- \n" ); document.write( "C) Determine how many years it will take for the amount to be %1,000,000. \n" ); document.write( "-------- \n" ); document.write( "Solve 1,000,000 = 50,000e^(0.055t) \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |