document.write( "Question 605445: How long would it take to double your principal at an annual interest rate of 7% compounded continuously. \n" ); document.write( "
Algebra.Com's Answer #381707 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How long would it take to double your principal at an annual interest rate of 7% compounded continuously. \n" ); document.write( "-------- \n" ); document.write( "FV = PV*e^(rt) \n" ); document.write( "2 = e^(0.07t) t in years \n" ); document.write( "0.07t = ln(2) \n" ); document.write( "t = ln(2)/0.07 \n" ); document.write( "t =~ 9.9 years \n" ); document.write( " |