document.write( "Question 1160813: A 4000 investment earns interest at 4%/ yr compunded quarterly. How long will it take to double the value of the investment. Please show me 4 steps \n" ); document.write( "
Algebra.Com's Answer #784212 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 4%/ yr compunded quarterly. How long will it take to double the value of the investment. \n" ); document.write( "------------- \n" ); document.write( "The amount doesn't matter. \n" ); document.write( "4%/year ---> 1%/quarter \n" ); document.write( "=============== \n" ); document.write( "FV = future value \n" ); document.write( "PV = present value \n" ); document.write( "----- \n" ); document.write( "FV = 2*PV = PV*(1.01)^q --- q = # of quarters \n" ); document.write( "2 = 1.01^q \n" ); document.write( "log(2) = log(1.01^q) = q*log(1.01) \n" ); document.write( "q = log(2)/log(1.01) \n" ); document.write( " \n" ); document.write( " |