document.write( "Question 429743: If 5000 dollars is invested in a bank account at an interest rate of 4 per cent per year, compounded continuously. How many years will it take for your balance to reach 30000 dollars? \n" ); document.write( "
Algebra.Com's Answer #298457 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 5000 dollars is invested in a bank account at an interest rate of 4 per cent per year, compounded continuously. How many years will it take for your balance to reach 30000 dollars? \n" ); document.write( "---- \n" ); document.write( "A(t) = Pe^(rt) \n" ); document.write( "30000 = 5000*e^(0.04t) \n" ); document.write( "6 = 3^(0.04t) \n" ); document.write( "--- \n" ); document.write( "Use natural logs to find \"t\": \n" ); document.write( "0.04t*ln(3) = ln(6) \n" ); document.write( "--- \n" ); document.write( "0.04t = ln(6)/ln(3) \n" ); document.write( "--- \n" ); document.write( "0.04t = 1.0631 \n" ); document.write( "--- \n" ); document.write( "t = 40.8 years \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |