document.write( "Question 864188: if you invest 15,000 in an account paying 4% compounded annually what will the balance be after 9 years \n" ); document.write( "
Algebra.Com's Answer #520832 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! if you invest 15,000 in an account paying 4% compounded annually what will the balance be after 9 years \n" ); document.write( "Compound Interest formula: A=P(1+i)^n, P=initial investment, i=interest rate per period, n=number of periods, A=amount after n-periods. \n" ); document.write( "For given problem: \n" ); document.write( "Initial investment=15000 \n" ); document.write( "interest rate per period=4% \n" ); document.write( "number of periods=9 \n" ); document.write( ".. \n" ); document.write( "A=15000(1+.04)^9=15000(1.04^9)=21350 \n" ); document.write( "Balance after 9 years=21,350 \n" ); document.write( " |