document.write( "Question 1093725: How long will it take to have R30 000 for a trip to Europe if I invest R20 000 now at 15% per year,compounded quarterly? \n" ); document.write( "
Algebra.Com's Answer #708366 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How long will it take to have R30 000 for a trip to Europe if I invest R20 000 now at 15% per year,compounded quarterly? \n" ); document.write( "================= \n" ); document.write( "15%/yr = 3.75%/quarter ---> 0.0375 \n" ); document.write( "-------- \n" ); document.write( "30000 = 20000*(1 = 0.0375)^t (t in quarters) \n" ); document.write( "3 = 2*1.0375^t \n" ); document.write( "1.0375^t = 3/2 \n" ); document.write( "t*log(1.0375) = log(1.5) \n" ); document.write( "t = log(1.5)/log(1.0375) \n" ); document.write( "t =~ 11 quarters \n" ); document.write( " \n" ); document.write( " |