document.write( "Question 1198965: Gina puts $6500 into an account earning 7.75% interest compounded continuously. How long will
\n" );
document.write( "It take for the amount in the account to grow to $7900? \n" );
document.write( "
Algebra.Com's Answer #832904 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The formula for continuous compound interest is: \n" ); document.write( "P(t) = P0*exp(rt), where P0 is the initial principal, r is the interest rate, \n" ); document.write( "and t is the time. \n" ); document.write( "In this case, P0 = 6500 and r = 0.0775. \n" ); document.write( "P(t) = 6500*exp(0.0775*t) = 7900 \n" ); document.write( "7900/6500 = exp(0.0775t) \n" ); document.write( "Take the natural log of both sides: \n" ); document.write( "ln(7900/6500) = 0.0775t -> t = ln(7900/6500)/0.0775 -> t = 2.52 years \n" ); document.write( " |