document.write( "Question 1160813: A 4000 investment earns interest at 4%/ yr compunded quarterly. How long will it take to double the value of the investment. Please show me 4 steps \n" ); document.write( "
Algebra.Com's Answer #784211 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
8000=4000(1+(.04/4))^4t, where t is number of years
\n" ); document.write( "2=(1+0.01)^4t
\n" ); document.write( "ln both sides
\n" ); document.write( "ln 2=4t ln 1.01 rule of log
\n" ); document.write( "t=ln2/(4 ln(1.01)
\n" ); document.write( "=17.42 years\r
\n" ); document.write( "\n" ); document.write( "Rule of 70
\n" ); document.write( "70/rate in percent = time in years to double.
\n" ); document.write( "Here, it would yield 70/4=17.5 years.
\n" ); document.write( "
\n" );