document.write( "Question 1087537: Find the amount that results from the given investment.\r
\n" );
document.write( "\n" );
document.write( "$200.00 invested at 10% compounded quarterly after a period of 3 1/2 years \r
\n" );
document.write( "\n" );
document.write( "After 31/2 years, the investment results in $?
\n" );
document.write( "(Round to the nearest cent as needed) \n" );
document.write( "
Algebra.Com's Answer #701851 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "Find the amount that results from the given investment. \n" ); document.write( "$200.00 invested at 10% compounded quarterly after a period of 3 1/2 years \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Principal, P=$200 \n" ); document.write( "APR=10% \n" ); document.write( "interest per period (quarter), i=0.10/4=0.025 \n" ); document.write( "number of periods, n=3.5*4=14 \n" ); document.write( " \n" ); document.write( "Future value (accumulated amount) \n" ); document.write( "=P(1+i)^n \n" ); document.write( "=200*(1+0.025)^14 \n" ); document.write( "=200*(1.41297) \n" ); document.write( "=$282.59 \n" ); document.write( " |