document.write( "Question 476726: How do I find out how many months it will take me to double my money at 5%APR? What is the formula? Thank you. \n" ); document.write( "
Algebra.Com's Answer #326875 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I find out how many months it will take me to double my money at 5%APR? What is the formula? \n" ); document.write( "2Ao = Ao(1+(r/n))^(nt) \n" ); document.write( "--- \n" ); document.write( "Ao is the amt you invest. \n" ); document.write( "r = 5% \n" ); document.write( "n is the number of times per year you compound the money \n" ); document.write( "t is the number of years. \n" ); document.write( "--- \n" ); document.write( "Example: Say you compound quadterly (4 times per year). \n" ); document.write( "2Ao = Ao(1+(0.05/4))^(4t) \n" ); document.write( "--- \n" ); document.write( "2 = (1.0125)^(4t) \n" ); document.write( "--- \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "4t = log(2)/log(1.0125) \n" ); document.write( "4t = 55.8 \n" ); document.write( "t = 13.94 years = 12*13.94 = 167.39 months \n" ); document.write( "============================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |