document.write( "Question 882252: you deposit $2000 in an account that pays 6% annual interest, compounded quarterly. How long will it take for the balance to reach $2500 \n" ); document.write( "
Algebra.Com's Answer #532819 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! you deposit $2000 in an account that pays 6% annual interest, compounded quarterly. How long will it take for the balance to reach $2500 \n" ); document.write( "*** \n" ); document.write( "compound Interest Formula: A=P(1+i)^n, P=initial investment, i=interest rate per compounding period, n=number of compounding periods, A=amount after n-compounding periods. \n" ); document.write( "For given problem: \n" ); document.write( "P=$2000 \n" ); document.write( "i=.06/4=0.015 \n" ); document.write( "n=? \n" ); document.write( "A=$2500 \n" ); document.write( ".. \n" ); document.write( "2500=2000(1+.015)^n \n" ); document.write( "2500/2000=1.015^n \n" ); document.write( "1.25=1.105^n \n" ); document.write( "log(1.25)=nlog(1.015) \n" ); document.write( "n=log(1.25)/log(1.015)≈15 \n" ); document.write( "15 compounding periods=15/4=3yrs and 3 months \n" ); document.write( "How long will it take for the balance to reach $2500? 3yrs and 3 months \n" ); document.write( " |