document.write( "Question 1085860: An investment earns 2.25% per annum, compounded daily. The number of years required for the investment to triple in value is... \n" ); document.write( "
Algebra.Com's Answer #699981 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Use this compound interest formula
\n" ); document.write( "FV = PV*(1+r/n)^(n*t)
\n" ); document.write( "where,
\n" ); document.write( "FV = future value
\n" ); document.write( "PV = present value
\n" ); document.write( "r = interest rate in decimal form
\n" ); document.write( "n = number of times money is compounded per year
\n" ); document.write( "t = time in years\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If we assume that $100 is invested, then we want to know the time t when the future value is $300. So PV = 100 and FV = 300 for some time t. The initial amount invested really doesn't matter because it will cancel out. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have
\n" ); document.write( "FV = 300
\n" ); document.write( "PV = 100
\n" ); document.write( "r = 0.025 (2.25% in decimal form)
\n" ); document.write( "n = 365 (assuming 365 days in a year)
\n" ); document.write( "t = unknown (we're solving for this)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plug those values into the formula and solve for t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "FV = PV*(1+r/n)^(n*t)
\n" ); document.write( "300 = 100*(1+0.0225/365)^(365*t)
\n" ); document.write( "300 = 100*(1+0.00006164383562)^(365*t)
\n" ); document.write( "300 = 100*(1.00006164383562)^(365*t)
\n" ); document.write( "300/100 = (1.00006164383562)^(365*t)
\n" ); document.write( "3 = (1.00006164383562)^(365*t)
\n" ); document.write( "Log[3] = Log[(1.00006164383562)^(365*t)]
\n" ); document.write( "Log[3] = (365*t)*Log[1.00006164383562]
\n" ); document.write( "Log[3]/Log[1.00006164383562] = 365*t
\n" ); document.write( "365*t = Log[3]/Log[1.00006164383562]
\n" ); document.write( "365*t = 17822.4819833315
\n" ); document.write( "365*t/365 = 17822.4819833315/365
\n" ); document.write( "t = 48.828717762552\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So it will take roughly 48.828717762552 years for the investment to triple.
\n" ); document.write( "
\n" );