document.write( "Question 76388: you deposit $2000 in an account that pays 2% annual interest compounded quarterly. How long will it take for the balance to reach $2400?\r
\n" );
document.write( "\n" );
document.write( "I have having trouble completing this problem, please help with the steps.\r
\n" );
document.write( "\n" );
document.write( "Tx, H \n" );
document.write( "
Algebra.Com's Answer #54793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you deposit $2000 in an account that pays 2% annual interest compounded quarterly. How long will it take for the balance to reach $2400? \n" ); document.write( "---------- \n" ); document.write( "Formula: A = P(1 + r/n)^(nt) \n" ); document.write( "2400 = 2000(1 + 0.02/4)^(4t) \n" ); document.write( "1.2 = 1.005^(4t) \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "log(1.2) = 4tlog(1.005) \n" ); document.write( "4t = log(1.2)/log(1.005) \n" ); document.write( "4t=36.56 \n" ); document.write( "t=9.14 years. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |