document.write( "Question 1144952: If you make an investment of $3,000 and the investment earns a continuous annual interest rate of 5.5%, in how much many years will it be worth $6000?\r
\n" );
document.write( "\n" );
document.write( "In_years \n" );
document.write( "
Algebra.Com's Answer #766182 by Theo(13342)![]() ![]() You can put this solution on YOUR website! continuous compounding formula ia 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 interest rate per time period \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem: \n" ); document.write( "f = 6000 \n" ); document.write( "p = 3000 \n" ); document.write( "r = .055 per year \n" ); document.write( "n = number of years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes: \n" ); document.write( "6000 = 3000 * e ^ (.055 * n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this formula by 3000 to get: \n" ); document.write( "6000 / 3000 = 2 = e ^ ( .055 * n) \n" ); document.write( "take the natural log of both sides of this equation to get: \n" ); document.write( "ln(2) = ln(e ^ (.055 * n)) \n" ); document.write( "since ln(e ^ (.055 * n)) = .055 * n * ln(e), and since ln(e) = 1, your formula becomes: \n" ); document.write( "ln(2) = .055 * n \n" ); document.write( "divide both sides of this equation by .055 and solve for n to get: \n" ); document.write( "n = ln(2) / .055 = 12.602675601.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by replacing n in the original equation by that to get: \n" ); document.write( "6000 = 3000 * e ^ (.055 * 12.602675601) to get: \n" ); document.write( "6000 = 6000 \n" ); document.write( "this confirms the value of n is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that 3000 will be worth 6000 in 12.601675602 when the continuous compound interest rate is 5.5% per year.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |