document.write( "Question 200105: Continuously Compounded Interest:\r
\n" );
document.write( "\n" );
document.write( "How much would $900 invested at 6% interest compounded continuously be worth after 4 years? \n" );
document.write( "
Algebra.Com's Answer #150477 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How much would $900 invested at 6% interest compounded continuously be worth after 4 years? \n" ); document.write( ": \n" ); document.write( "The continuous interest formula: A = P * e^rt \n" ); document.write( "Where \n" ); document.write( "P = amt invested \n" ); document.write( "r = interest rate (in decimal form) \n" ); document.write( "t = time in yrs \n" ); document.write( "A = resulting amt \n" ); document.write( ": \n" ); document.write( "A = 900 * e^(.06*4) \n" ); document.write( "A = 900 * e^.24 \n" ); document.write( "Find e^.24 with a calc \n" ); document.write( "A = 900 * 1.27125 \n" ); document.write( "A = $1144.12 \n" ); document.write( " |