document.write( "Question 1102422: If you deposit $1,000 in 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 #717120 by Alan3354(69443) You can put this solution on YOUR website! If you deposit $1,000 in 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( "--------------- \n" ); document.write( "Amount = $1000*(1 + int/p)^t - p = periods per year, t = # of periods \n" ); document.write( "------ \n" ); document.write( "A) After 5 years with 6% annual interest compounded quarterly? \n" ); document.write( "5 years = 20 periods \n" ); document.write( "Amount = $1000*(1 + 0.06/4)^20 \n" ); document.write( "==================== \n" ); document.write( "Do B & C the same way.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |