document.write( "Question 1118990: Complete the table assuming continuously compounded interest. (Round your answers to two decimal places.) \r
\n" );
document.write( "\n" );
document.write( "Initial Investment: UNKNOWN
\n" );
document.write( "Annual % Rate: UNKNOWN
\n" );
document.write( "Time to Double: 11 Years
\n" );
document.write( "Amount after 10 Years: $1800 \n" );
document.write( "
Algebra.Com's Answer #734420 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The formula for continuously compounded interest is: \n" ); document.write( "A = P*e^(rt), where A = amount, P = principal, r = the interest rate, t = time \n" ); document.write( "Given: Time to double is 11 years; amount after 10 years = 1800 \n" ); document.write( "Thus 2P = P*e^(r*11) \n" ); document.write( "Solving for r gives r = ln(2)/11 \n" ); document.write( "Now we can find P: \n" ); document.write( "1800 = P*e^(ln(2)/11*10) -> P = 1800/e^(ln(2)/11*10) = $958.54 \n" ); document.write( " |