document.write( "Question 116886: The formula for calculating the amount of money returned for an initial deposit into a bank account or CD (certificate of deposit) is given by
\n" );
document.write( "
\n" );
document.write( "A is the amount of the return.
\n" );
document.write( "P is the principal amount initially deposited.
\n" );
document.write( "r is the annual interest rate (expressed as a decimal).
\n" );
document.write( "n is the number of compound periods in one year.
\n" );
document.write( "t is the number of years.\r
\n" );
document.write( "\n" );
document.write( "Carry all calculations to six decimals on each intermediate step, then round the final answer to the nearest cent.\r
\n" );
document.write( "\n" );
document.write( "Suppose you deposit $4,000 for 8 years at a rate of 7%.\r
\n" );
document.write( "\n" );
document.write( "Does compounding annually or monthly yield more interest? Explain why \n" );
document.write( "
Algebra.Com's Answer #85051 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! I'LL LET YOU DECIDE WHICH IS THE BEST PLAN BY CALCULATING BOTH THE ANNUAL AND THE MONTHLY COMPOUNDING PLANS. \n" ); document.write( "FIRST THE ANNUAL PLAN \n" ); document.write( "A=P(1+R/N)^NT \n" ); document.write( "A=4,000(1+.07)^8 \n" ); document.write( "A=4,000(1.07)^8 \n" ); document.write( "A=4,000*1.718186 \n" ); document.write( "A=6,872.74 ANSWER FOR ANNUAL COMPOUNDING. \n" ); document.write( "MONTHLY COMPOUNDING WOULD BE: \n" ); document.write( "A=4,000(1+.07/12)^12*8 \n" ); document.write( "A=4,000(1+.005833)^96 \n" ); document.write( "A=4,000(1.005833)^96 \n" ); document.write( "A=4,000*1.747771 \n" ); document.write( "A=6,991.08 ANSWER FOR MONTHLY COMPOUNDING. \n" ); document.write( " |