document.write( "Question 460940: At 8 percent compounded monthly, how long will it take $5,000 to double? \n" ); document.write( "
Algebra.Com's Answer #316160 by JimboP1977(311) You can put this solution on YOUR website! Assuming 8% is the annual interest rate.\r \n" ); document.write( "\n" ); document.write( "t = number of months.\r \n" ); document.write( "\n" ); document.write( "(0.08/12) * 100 = Monthly % rate.\r \n" ); document.write( "\n" ); document.write( "5000 * (1+(1/150))^t = 10000\r \n" ); document.write( "\n" ); document.write( "(1+(1/150))^t = 10000/5000\r \n" ); document.write( "\n" ); document.write( "(1+(1/150))^t = 2\r \n" ); document.write( "\n" ); document.write( "log (1+(1/150))^t = log 2\r \n" ); document.write( "\n" ); document.write( "t * log 1+(1/150) = log 2 \n" ); document.write( "t = log 2/log 1+(1/150)\r \n" ); document.write( "\n" ); document.write( "t = 104.3 (1 dp)\r \n" ); document.write( "\n" ); document.write( "So it will take roughly 104 and 1/3 months to double or about 8.7 years. \n" ); document.write( " \n" ); document.write( " |