document.write( "Question 138279: Suppose $500 is invested at 6% annual inerest compounded twice a year. When will the investment be worth $1000? \n" ); document.write( "
Algebra.Com's Answer #100991 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Suppose $500 is invested at 6% annual inerest compounded twice a year. When will the investment be worth $1000?
\n" ); document.write( "----------------
\n" ); document.write( "A(t) = P(1+(r/n))^(nt)
\n" ); document.write( "--------------------------
\n" ); document.write( "1000 = 500(1+(0.06/2))^(2t)
\n" ); document.write( "2 = (1.03)^2t
\n" ); document.write( "2t*log(1.03) = log2
\n" ); document.write( "2t = log2/log1.03
\n" ); document.write( "2t = 23.4498
\n" ); document.write( "t = 11.7249 years
\n" ); document.write( "======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );