document.write( "Question 638315: how long will it take a sum of money to double if interest is at 11% compounded semiannually? \n" ); document.write( "
Algebra.Com's Answer #402119 by stanbon(75887) ![]() You can put this solution on YOUR website! how long will it take a sum of money to double if interest is at 11% compounded semiannually? \n" ); document.write( "------ \n" ); document.write( "A(t) = Ao(1+(r/n))^(nt) \n" ); document.write( "----- \n" ); document.write( "2Ao = Ao(1+(0.11/2))^(2t) \n" ); document.write( "---- \n" ); document.write( "Solve: \n" ); document.write( "(1+0.055)^(2t) = 2 \n" ); document.write( "---- \n" ); document.write( "Take the log of both sides: \n" ); document.write( "(2t) = log(2)/log(1.055) \n" ); document.write( "--- \n" ); document.write( "2t = 12.946 \n" ); document.write( "---- \n" ); document.write( "t = 6.473 years \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |