document.write( "Question 611678: You deposit $3000 in an account that pays 7% interest compounded semiannually. After ten years, the interest rate is increased to 7.25% compounded quarterly. What will be the value of the account after 16 years?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #385126 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! You deposit $3000 in an account that pays 7% interest compounded semiannually. After ten years, the interest rate is increased to 7.25% compounded quarterly. What will be the value of the account after 16 years? \n" ); document.write( "**\r \n" ); document.write( "\n" ); document.write( "compound interest formula: A=P(1+r)^n, P=initial amt, r=interest rate per period, n=number of periods, A=amt after t periods \n" ); document.write( ".. \n" ); document.write( "After 10 years of semi annual compounding at 7% interest rate \n" ); document.write( "A=3000(1+.07/2)^10*2 \n" ); document.write( "A=3000(1+.035)^20 \n" ); document.write( "A=3000(1.035)^20≈5969.37\r \n" ); document.write( "\n" ); document.write( "After 16 years(4 more years of quarterly compounding at 7.25% interest rate) \n" ); document.write( "A=5969.37(1+.0715/4)^4*4 \n" ); document.write( "A=5969.37(1+.018125)^16 \n" ); document.write( "A=5969.37(1.018125)^16≈7956.94 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "Value of the account after 16 years=$7956.94 \n" ); document.write( " |