document.write( "Question 309747: you deposit $3000 in an account that pays 6% annual interest. find the balance after 2 years if the interest is compounded quarterly? \n" ); document.write( "
Algebra.Com's Answer #221540 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! P = $ 3000 \n" ); document.write( "r= 6% = .06 \n" ); document.write( "the interest is compounded quarterly \n" ); document.write( "n= 2 years \n" ); document.write( "t = 4 \n" ); document.write( "Total amount after two years = P(1+r/t)^nt \n" ); document.write( "=3000(1+.015)^8 \n" ); document.write( "=$ 3379.48 \n" ); document.write( " |