document.write( "Question 701174: how long will it take to produce 10000 from a 7000 investment at 8 percent compounded monthly? \n" ); document.write( "
Algebra.Com's Answer #432277 by Alan3354(69443) You can put this solution on YOUR website! how long will it take to produce 10000 from a 7000 investment at 8 percent compounded monthly? \n" ); document.write( "------------- \n" ); document.write( "10000 = 7000*(1 + 8/12)^t, t in months \n" ); document.write( "(1 + 2/3)^t = 10/7 \n" ); document.write( "t*log(1 + 2/3) = log(10/7) \n" ); document.write( "t = log(10/7)/log(1 + 2/3) months \n" ); document.write( " \n" ); document.write( " |