document.write( "Question 647539: I have 500 dollars in the bank, I will continue to put 100 dollars into the bank account monthly. I have a compound interest of .8%. What is the equation to find the solution at any given time? What is the total amount after 10 years? \n" ); document.write( "
Algebra.Com's Answer #406286 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! The formula is \n" ); document.write( "(1) B = P*(1+r)^m \n" ); document.write( "Where B = your balance of money ($) at the end of m months when P is the amount you start with ($500 in your case) and r is the MONTHLY interest rate expressed as a decimal. Apply (1) to your case we get \n" ); document.write( "(2) B = 500*(1.008)^m \n" ); document.write( "After 10 years or 120 months you will have \n" ); document.write( "(3) B = 500*(1.008)^120 or \n" ); document.write( "(4) B = 500*(2.6017398) or \n" ); document.write( "(5) B = 1300.8699 or \n" ); document.write( "(6) B = $1300.87 \n" ); document.write( "If it was not compounded monthly you would get \n" ); document.write( "(7) b = 500*(1.096)^10 or \n" ); document.write( "(8) b = 500(2.5009531) or \n" ); document.write( "(9) b = $1250.48 \n" ); document.write( "Only about $50 less. The compounding is over-rated don't you think? \n" ); document.write( " |