document.write( "Question 1031446: I have a sum of 50,000 dollars I have 2 investment options:
\n" ); document.write( "A long term certificate of deposit that pays an annual rate of 4.25% compounded quarterly .
\n" ); document.write( "A mutual fund that over the past several years averaged a return of 5% compounded annually.
\n" ); document.write( "For each investment option how long will it take for me to double my money?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #646138 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
P=Po{1+r/t)^nt
\n" ); document.write( "P/Po=2 when it doubles.
\n" ); document.write( "2=(1+0.0425/4)^4n
\n" ); document.write( "ln of both sides
\n" ); document.write( "ln2=4nln(1+(0.0425/4)); divide both sides by ln(1+(0.0425/4))
\n" ); document.write( "=65.58. Divide that (still not rounded) by 4 to get n in years.
\n" ); document.write( "16.4 years (now round).
\n" ); document.write( "Notice that the 50,000 doesn't even need to appear. Doubling the money is doubling the money.
\n" ); document.write( "Notice that the rule of 72 would say that doubling would take just under 18 years (for 4%) and 16.94 years for 4.25%. The answer makes sense.
\n" ); document.write( "===========================
\n" ); document.write( "2=(1.05)^n
\n" ); document.write( "ln2= n ln (1.05)
\n" ); document.write( "n=14.2 years.
\n" ); document.write( "
\n" ); document.write( "
\n" );