document.write( "Question 1060263: Henry deposits $300 each month into an account paying annual interest of 8% compounded monthly. How much will his account have in it at the end of 16 years?
\n" );
document.write( "A. $116,162.74
\n" );
document.write( "B. $110,765.08
\n" );
document.write( "C. $51,073.38
\n" );
document.write( "D. $91,074.59 \n" );
document.write( "
Algebra.Com's Answer #677721 by addingup(3677)![]() ![]() You can put this solution on YOUR website! If the additional deposits are made at the END of the moth: \n" ); document.write( "PMT*(((1+r/n)^nt-1)/(r/n)) \n" ); document.write( ": \n" ); document.write( "If the additional deposits are made at the BEGINNING of the month: \n" ); document.write( "PMT*(((1+r/n)^nt-1)/((r/n)*(1+r/n))) \n" ); document.write( ": \n" ); document.write( "Plug in your numbers and solve. For solving, remember PEMDAS (Parentheses, Exponents, Multiplication and Division, and Addition and Subtraction) \n" ); document.write( " |