document.write( "Question 116885: 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 A=P(1+r/n)^rt
\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( "Calculate the return (A) if the bank compounds monthly (n = 12). Round your answer to the hundredth's place.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #85049 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! A=P(1+R/N)^RT \n" ); document.write( "A=4,000(1+.07/12)^.07*8 \n" ); document.write( "A=4,000(1+.0058333)^.56 \n" ); document.write( "A=4,000(1.0058333)^.56 \n" ); document.write( "A=4,000*1.00326 \n" ); document.write( "A=4,013.05 WHICH I BELIEVE IS THE WRONG ANSWER. \n" ); document.write( "I BELIEVE THE FORMULA SHOULD BE: \n" ); document.write( "A=P(1+R/N)^NT \n" ); document.write( "A=4,000(1+.07/12)^12*8 \n" ); document.write( "A=4,000(1.0058333)^96 \n" ); document.write( "A=4,000*1.74782 \n" ); document.write( "A=6,991.28 THIS IS A MUCH BETTER RETURN ON INVESTMENT FOR MONTHLY COMPOUNDING. \n" ); document.write( " |