document.write( "Question 1192786: Suppose you invest $600 into an account that compounds continuously at a rate of 1.75%. How long would you have to leave the money in the account to have an ending balance of $1350? \n" ); document.write( "
Algebra.Com's Answer #824682 by Theo(13342)![]() ![]() You can put this solution on YOUR website! formula for continuous compounding is: \n" ); document.write( "f = p * e ^ (r * n) \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the rate per time period \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your time periods are in years. \n" ); document.write( "with p = 600 and f = 1350 and r = .0175, the formula becomes: \n" ); document.write( "1350 = 600 * e ^ ( .0175 * n) \n" ); document.write( "note that the decimal equivalent of the rate is used, not the percent. \n" ); document.write( "decimal equivalent of rate = percent / 100. \n" ); document.write( "1.75% = .0175.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of 1350 = 600 * e ^ ( .0175 * n) by 600 to get: \n" ); document.write( "2.25 = e ^ (.0175 * n) \n" ); document.write( "take the natural log of both sides of this equation to get: \n" ); document.write( "ln(2.25) = .n(e ^ (.0175 * n) \n" ); document.write( "because ln(e^x) = x*ln(e) and ln(e) = 1, the equation becomes: \n" ); document.write( "ln(2.25) = .0175 * n \n" ); document.write( "divide both sides of this equation by .0175 and solve for n to get: \n" ); document.write( "n = ln(2.25) / .0175 = 46.3388695. \n" ); document.write( "confirm by replacing n in the equation with that to get: \n" ); document.write( "f = 600 * e ^ (.0175 * 46.3388695) = 1350. \n" ); document.write( "this confirms the value of n is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that you would have to leave the money in the account for 46.3388695 years to allow it to grow to 1350 at 1.75% per year compounded continuously.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |