document.write( "Question 961028: How long will it take 1000 dollars to double if it is invested at 6% interest compounded semi-annually? \n" ); document.write( "
Algebra.Com's Answer #587353 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How long will it take 1000 dollars to double if it is invested at 6% interest compounded semi-annually? \n" ); document.write( "*** \n" ); document.write( "Compound Interest Formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, A=amt after t-years. \n" ); document.write( "For given problem: \n" ); document.write( "P=1000 \n" ); document.write( "r=.06 \n" ); document.write( "n=2 \n" ); document.write( "t=? \n" ); document.write( ".. \n" ); document.write( "A/P=2=(1+r/2)^2t \n" ); document.write( "(1+r/2)^2t=2 \n" ); document.write( "(1+.03)^2t=2 \n" ); document.write( "1.03^2t=2 \n" ); document.write( "take log of both sides \n" ); document.write( "2tlog(1.03)=log(2) \n" ); document.write( "t=log(2)/2log(1.03)≈11.7 \n" ); document.write( "How long will it take 1000 dollars to double? about 12 yrs \n" ); document.write( " |