document.write( "Question 1003998: Find the accumulated value on an investment of $15,000.00 for 9 years at an interest rate of 11% if the money is compounded
\n" );
document.write( " a) Semi- annually\r
\n" );
document.write( "\n" );
document.write( "b) Quarterly\r
\n" );
document.write( "\n" );
document.write( "c) Monthly \r
\n" );
document.write( "\n" );
document.write( "d) Continuously \n" );
document.write( "
Algebra.Com's Answer #620600 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P=Po{1+r/t}^nt \n" ); document.write( "Semi-annually 15000*(1+0.11/2)^18=$39,322.99 \n" ); document.write( "Quarterly 15000(1+(0.11/4))^36=$39,832.46 \n" ); document.write( "Monthly 15000(1+(0.11)/12)^108=$40,186.87 \n" ); document.write( "Continuously 15000e^(0.11*9)=15000e^(0.99)=$40,368.52 \n" ); document.write( " \n" ); document.write( " |