document.write( "Question 1202023: how long do you need to invest your money in an account earning an annual interest rate of 2.83% compounded daily so that your investment doubles over that period of time \n" ); document.write( "
Algebra.Com's Answer #836674 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
annual interest rate is 2.83%.
\n" ); document.write( "if it is compounded daily, then your time period is in days, not years, and your growth factor per year becomes growth factor per day.
\n" ); document.write( "assuming 365 days in a year, and assuming a growth factor of (1 + .0283/365), the formula of f = p * (1 + r) ^ N becomes:
\n" ); document.write( "2 = 1 * (1 + .0283/365) ^ n.
\n" ); document.write( "f is the future value.
\n" ); document.write( "p is the presnt value.
\n" ); document.write( "r is the growth rate per time period.
\n" ); document.write( "1 + r is the growth factor per time period.
\n" ); document.write( "n is the number of time periods.
\n" ); document.write( "simplify to get:
\n" ); document.write( "2 = (1 + .0283/365) ^ n
\n" ); document.write( "take the log of both sides of the equation to get:
\n" ); document.write( "log(2) = log((1 + .0283/365) ^ n)
\n" ); document.write( "by log rule that says log(x^n) = n * log(x), the equation becomes:
\n" ); document.write( "log(2) = n * log(1 + .0283/365).
\n" ); document.write( "divide both sides of the equation by log(1 + .0283/365) to get:
\n" ); document.write( "log(2) / log(1 + .0283/365) = n
\n" ); document.write( "solve for n to get:
\n" ); document.write( "n = 8940.230697 days.
\n" ); document.write( "at 365 days in a year, that becomes 24.49378273 years.
\n" ); document.write( "round to two decimal places to get 24.49 years.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );