document.write( "Question 1102728: If you deposit $1,000 into your bank account, how much will be in the account:
\n" );
document.write( "A) After 5 years with 6% annual interest compounded quarterly?
\n" );
document.write( "B) After 3 years with 4% annual interest compounded monthly?
\n" );
document.write( "C) After 6 years with 5% annual interest compounded continuously?
\n" );
document.write( "Show all work \n" );
document.write( "
Algebra.Com's Answer #717494 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The formula for computing compound interest is: \n" ); document.write( "A = P(1 + r/n)^(rt), where A = the accumulated amount, P = the initial principal, r = the annual rate, \n" ); document.write( "n = the number of times the interest is compounded per year, and t = the number of years. \n" ); document.write( "In all cases P = 1000 \n" ); document.write( "A) In this case, r = 0.06, n = 4, and t = 5 \n" ); document.write( "Putting in the numbers, we get A = $1346.86 \n" ); document.write( "B) r = 0.04, n = 12, t = 3 -> A = $1127.27 \n" ); document.write( "C) For continuous compounding, the formula is A = P*e^(rt) \n" ); document.write( "This gives A = 1000*e^(0.05*6) = $1349.86 \n" ); document.write( " \n" ); document.write( " |