document.write( "Question 515124: David invests $2,000 at 8% interest. About how long will it take for him to double his investment? (e.g, to $4,000)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #343744 by stanbon(75887) ![]() You can put this solution on YOUR website! David invests $2,000 at 8% interest. About how long will it take for him to double his investment?David invests $2,000 at 8% compound interest. \n" ); document.write( "----- \n" ); document.write( "A(t) = P(1+(r/n))^(nt) \n" ); document.write( "---- \n" ); document.write( "4000 = 2000(1+ 0.08/1))^(1*t) \n" ); document.write( "---- \n" ); document.write( "(1+0.08)^t = 2 \n" ); document.write( "t*log(1.08) = log(2) \n" ); document.write( "--- \n" ); document.write( "time = log(2)/log(1.08) = 9 years \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |