document.write( "Question 33361: An amount invested at 10% compounded semiannually will double in ten years. I believe this problem is true. Am I right? \n" ); document.write( "
Algebra.Com's Answer #19831 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A=P(1+r/n)^(nt); This is the general compounding formula.
\n" ); document.write( "If the investment amount(P) doubles, A will equal 2P
\n" ); document.write( "2P=P(1+(0.10/2))^(02(t))
\n" ); document.write( "2=(1.05)^(2t)
\n" ); document.write( "Take the ln of both sides to get
\n" ); document.write( "ln(2)=(2t)[ln(1.05)]
\n" ); document.write( "2t=14.21
\n" ); document.write( "t=7.105years
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );