document.write( "Question 976686: Suppose you deposit $12,000 in a bank account bearing 9.5% interest compounded monthly. \r
\n" );
document.write( "\n" );
document.write( "How many months would it take (to the nearest month) for your account balance to top $15,000? Use the trial and error method with a calculator to find your answer. \n" );
document.write( "
Algebra.Com's Answer #598657 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 100% + 9.5% = 109.5% = 1.095 \n" ); document.write( "12000 x 1.095^n > 15000 \n" ); document.write( "1.095^n > 15000/12000 \n" ); document.write( "1.095^n > 1.25 \n" ); document.write( "n log1.095 > log1.25 \n" ); document.write( "n > log1,25/log1.095 \n" ); document.write( "n> 2.5 \n" ); document.write( "So 3 months is the answer. \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |