document.write( "Question 1198521: How long will it take for $600 to grow to $26,600 at an interest rate of 6.2% if the interest is
\n" );
document.write( "compounded continuously? Round the number of years to the nearest hundredth. \n" );
document.write( "
Algebra.Com's Answer #832132 by Theo(13342)![]() ![]() You can put this solution on YOUR website! continuous compounding formula is f = p * e ^ (r * t) \n" ); document.write( "f is the future value \n" ); document.write( "\p is the present value \n" ); document.write( "e is the scientific constant of 2.710281828..... \n" ); document.write( "r is the interest rate per year. \n" ); document.write( "t is the number of years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, the formula becomes: \n" ); document.write( "26000 = 600 * e ^ (.062 * t) \n" ); document.write( "divide both sides of the equaton by 600 to get: \n" ); document.write( "26000/600 = e ^ (.062 * t) \n" ); document.write( "take the natural log of both sides of the equation to get: \n" ); document.write( "ln(26000/600) = ln(e ^ (.062 * t)) \n" ); document.write( "since ln(e ^ (.062 * t)) is equal to .062 * t ln(e) and .062 * t * ln(e) is equal to .062 * t because ln(e) is equal to 1, you get: \n" ); document.write( "ln(26000/600) = .062 * t \n" ); document.write( "solve for t to get: \n" ); document.write( "t = ln(26000/600) / .062 = 60.78906713.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by replacing 26000 with f and t with 60.7896713 to get: \n" ); document.write( "f = 600 * e ^ (.062 * 60.7896713) \n" ); document.write( "solve for f to get: \n" ); document.write( "f = 26000. \n" ); document.write( "this confirms the value of t is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the natural log properties that allow this solution are: \n" ); document.write( "ln(e^x) = x * ln(e) \n" ); document.write( "ln(e) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is it would take 60.79 years for the value of 600 to grow to 26000 when the interest rate of 6.2% is compounded continuously.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |