document.write( "Question 92293: If you deposit money today into an account that pays 6.5% interest, how long will it take for you to double your money?\r
\n" );
document.write( "\n" );
document.write( "I am having difficulty figuring this out and need some help to solve this problem. Thanks \n" );
document.write( "
Algebra.Com's Answer #67157 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = x(1 + r)^t determines amount after t time \n" ); document.write( "f(x) = final amount = 2x because you want your money to double \n" ); document.write( "x = initial amount \n" ); document.write( "r = rate \n" ); document.write( "t = time \n" ); document.write( "2x = x(1 + 0.065)^t \n" ); document.write( "2 = (1.065)^t \n" ); document.write( "log(2) = t*log(1.065) \n" ); document.write( "log(2)/log(1.065) = t \n" ); document.write( "About 11 years (or whatever the time is...) \n" ); document.write( " |