document.write( "Question 1198838: You are investing money at 10.5 percent annual interest, compounded continuously. It will take you ______ years to double your investment. \n" ); document.write( "
Algebra.Com's Answer #832568 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( "r is the interest rate per time period \n" ); document.write( "t is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this problem, the time periods are in years.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes 2 = 1 * e ^ (.105 * t) \n" ); document.write( "simplify to get 2 = e ^ (.105 * t) \n" ); document.write( "take the natural log of both sides of the equation to get: \n" ); document.write( "ln(2) = ln(e ^ (.105 * t)) \n" ); document.write( "by log rules, this becomes: \n" ); document.write( "ln(2) = .105 * t * ln(e) \n" ); document.write( "since ln(e) = 1, this becomes: \n" ); document.write( "ln(2) = .105 * t \n" ); document.write( "divide both sides of the equation by .105 to get: \n" ); document.write( "ln(2) / .105 = t \n" ); document.write( "solve for t to get: \n" ); document.write( "t = 6.60140272.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm by replacing t in the original equation to solve for f, to get: \n" ); document.write( "f = e ^ (.105 * 6.60140272) = 2. \n" ); document.write( "this confirms the value of t is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that it will take 6.60140272 years for you to double your investment.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this works for any amount of investment. \n" ); document.write( "for example, if your investment is 500 dollars, then 500 * e ^ (.105 * 6.60140272) will get you 1000 dollars.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |