document.write( "Question 1197961: How long would it take to double $2000 in the bank deposit with 4% interest compounded monthly \n" ); document.write( "
Algebra.Com's Answer #831439 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "We'll be using the compound interest formula
\n" ); document.write( "A = P*(1+r/n)^(n*t)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The variables are
  • A = final amount after t years
  • P = deposit amount
  • r = annual interest rate in decimal form
  • n = number of times the money is compounded per year
  • t = number of years
In this case we know the following values:
  • A = 4000 (we want the deposit of 2000 to double to 4000)
  • P = 2000
  • r = 0.04
  • n = 12 (compounding 12 times a year; aka compounding monthly)
  • t = unknown, which we'll be solving for
If the variable is in the trees (aka exponent), then log it down.
\n" ); document.write( "In other words, we use logarithms to isolate the exponent.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A = P*(1+r/n)^(n*t)
\n" ); document.write( "4000 = 2000*(1+0.04/12)^(12*t)
\n" ); document.write( "4000/2000 = (1.003333)^(12*t)
\n" ); document.write( "2 = (1.003333)^(12*t)
\n" ); document.write( "log( 2 ) = log( (1.003333)^(12*t) ) .... apply logs to both sides
\n" ); document.write( "log( 2 ) = 12*t*Log( 1.003333 ) .... use the rule log(A^B) = B*log(A)
\n" ); document.write( "12*t*Log( 1.003333 ) = log( 2 )
\n" ); document.write( "t = log(2)/(12*log(1.003333))
\n" ); document.write( "t = 17.359278
\n" ); document.write( "This value is approximate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A shortcut through use of estimation:
\n" ); document.write( "We can use the Rule of 72 to determine an approximate timeframe when the amount of money will double.
\n" ); document.write( "This is where we divide 72 over the whole number form of the interest rate. We treat \"4%\" as simply \"4\", so we have 72/4 = 18
\n" ); document.write( "The rule of 72 says we need about 18 years for the money to double. This is fairly close to the 17.359278 figure calculated earlier.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: Approximately 17.359278 years\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Edit:
\n" ); document.write( "Be careful. The \"1.04%2F12\" portion that the tutor @josgarithmetic wrote is not correct. This is because \"1%2Br%2Fn+=+1%2B0.04%2F12+=+1.0033333\" approximately, which you'll find is not equivalent to \"1.04%2F12=0.086667\" approximately.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It's not valid to say \"1%2Br%2Fn\" is the same as \"%281%2Br%29%2Fn\"
\n" ); document.write( "
\n" ); document.write( "
\n" );