document.write( "Question 997782: Suppose $18000 is initially invested in an account with an APR of 4.5%.
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "If interest is compounded continuously, how much interest does the account earn over the first 10 years?
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #615826 by Theo(13342) You can put this solution on YOUR website! continuous interest, i beieve, is modeled by the equation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p * e^(rn)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are investing 18,000 at 4.5% per year for 10 years using continuous compounding.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula becomes f = 18,000 * e^(.045*10) which makes f = 28229.61934 \n" ); document.write( " |