document.write( "Question 150015: How long will it take for an investment to double in value if it is invested at 5% per annum compounded monthly? \n" ); document.write( "
Algebra.Com's Answer #110144 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let t=time in months __ a=2p (doubling) __ r=.05\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a=p(1+(r/12))^t __ dividing by p __ 2=(1+(.05/12)^t __ taking log __ log(2)=t*log(1+(.05/12)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dividing by log(1+(.05/12) __ [log(2)]/[log(1+(.05/12)]=t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t=166.7 (approx) __ should be 167 to get final compounding \n" ); document.write( " |