document.write( "Question 1139234: How long will it take for an investment to double in value if the annual interest rate is 10% and interest is compounded every 4 months? \n" ); document.write( "
Algebra.Com's Answer #757010 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
P=Po(1+.10/3)^3n, where n is the number of years.
\n" ); document.write( "Rule of 70 would suggest about 7 years.
\n" ); document.write( "P=2Po for doubling
\n" ); document.write( "so 2=(1+.03333)^3n.
\n" ); document.write( "take ln both sides
\n" ); document.write( "ln2=3n ln(1.03333)
\n" ); document.write( "3n=21.139, dividing ln2 by ln 1.0333
\n" ); document.write( "n=7.046 years.
\n" ); document.write( "
\n" );