document.write( "Question 640248: Find the ending balance in an account that opens with $3,590, earns 5.5% interest compounded monthly, and is held for 15 years. (round answer to nearestcent) \n" ); document.write( "
Algebra.Com's Answer #403532 by cta1987(8)![]() ![]() You can put this solution on YOUR website! A=P(1+r/n)^nt \n" ); document.write( "monthly=12 times per year \n" ); document.write( "rate=0.055 \n" ); document.write( "P=3590 \n" ); document.write( "t=15 years \n" ); document.write( "A=3590(1+0.055/12)^12*15 \n" ); document.write( "A=3590(1+0.0458333333)^180 \n" ); document.write( "A=3590(1.0458333333)^180 \n" ); document.write( "A=3590(3186.0041424) \n" ); document.write( "A=11437754.79 \n" ); document.write( " |