document.write( "Question 1160603: Is It A? I'm checking my answers.\r
\n" );
document.write( "\n" );
document.write( "Sam deposited $4400 in a savings account earning 6% compounded monthly. If she makes no other deposits or withdrawals, how much will she have in her account in two years?\r
\n" );
document.write( "\n" );
document.write( "A. $4959.50\r
\n" );
document.write( "\n" );
document.write( "B. $4928.00\r
\n" );
document.write( "\n" );
document.write( "C. $9342.76\r
\n" );
document.write( "\n" );
document.write( "D. $9328.00\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The question is provided in the link here: https://i.imgur.com/Id03qWq.png \n" );
document.write( "
Algebra.Com's Answer #783947 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P = amount deposited, aka principal = 4400 \n" ); document.write( "r = interest rate in decimal form = 0.06 \n" ); document.write( "n = number of times money is compounded per year = 12 (aka monthly) \n" ); document.write( "t = number of years = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compound interest formula \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "A = 4400*(1+0.06/12)^(12*2) \n" ); document.write( "A = 4400*(1+0.005)^(24) \n" ); document.write( "A = 4400*(1.005)^(24) \n" ); document.write( "A = 4400*1.12715977620539 which is approximate \n" ); document.write( "A = 4959.50301530371 \n" ); document.write( "A = 4959.50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You have the correct answer. Nice work. \n" ); document.write( " \n" ); document.write( " |