document.write( "Question 712404: You are quoted an interest rate of 6% on an investment of $10,000,000. What is the value of your investment after 4 years if the interest is compounded:
\n" );
document.write( " Annually
\n" );
document.write( "Monthly
\n" );
document.write( "Continuously
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437904 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are quoted an interest rate of 6% on an investment of $10,000,000. What is the value of your investment after 4 years if the interest is compounded: \n" ); document.write( "Annually \n" ); document.write( "A(4) = 10000000(1.06)^4 \n" ); document.write( "----- \n" ); document.write( "Monthly \n" ); document.write( "A(4) = 10000000(1+(0.06/12))^(12*4) \n" ); document.write( "--------------- \n" ); document.write( "Continuously \n" ); document.write( "A(4) = 10000000e^(0.06*4) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |