document.write( "Question 1198968: Hannah places $7500 into an account earning 7% interest compounded continuously, how much will she have after 10 years? \n" ); document.write( "
Algebra.Com's Answer #832902 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 = 7500, r = 0.07 \n" ); document.write( "P(10) = 7500*exp(0.07*10) = $15103 \n" ); document.write( " |