document.write( "Question 1015075: Suppose you deposit $100 in a savings account that compounds annually at 2%. After 1 year at this rate, the bank changes its rate of compounding to 1.5% annually. Assuming the compounding rate does not change for 4 additional years, how much will your account be worth at the end of the 5-year period?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #631600 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Use the compound balance formula \n" ); document.write( " For the first year, P = 100, r = 0.02, n = 1, and t = 1. \n" ); document.write( "==> \n" ); document.write( "Hence the balance after 1 year is $102.\r \n" ); document.write( "\n" ); document.write( "For the next 4 years, \n" ); document.write( "P = 102, r = 0.015, n = 1, and t = 4.\r \n" ); document.write( "\n" ); document.write( "Hence, \n" ); document.write( "\n" ); document.write( "Therefore the account will be worth $108.26 at the end of the 5-year period. \n" ); document.write( " |