document.write( "Question 1112350: 1.you deposit $4000 at 7% interest, compounded monthly how many years will it take untill investments exceeds $9000
\n" );
document.write( "2.you invest your money at 12 % compound interest paid quarterly, when will it double in value \n" );
document.write( "
Algebra.Com's Answer #727400 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.you deposit $4000 at 7% interest, compounded monthly how many years will it take untill investments exceeds $9000 \n" ); document.write( "4000*(1+(0.07/12))^(12t) > 9000 \n" ); document.write( "(1.00583)^(12t) > 9000 \n" ); document.write( "12t > log9000/log1.00583 \n" ); document.write( "12t > 1566.29 \n" ); document.write( "time > 130.52 years \n" ); document.write( "------------------------------------ \n" ); document.write( "2.you invest your money at 12 % compound interest paid quarterly, when will it double in value ? \n" ); document.write( "2P = P(1+(0.12/4))^(4t) \n" ); document.write( "--- \n" ); document.write( "1.03^(4t) = 2 \n" ); document.write( "4t = log(2)/log(1.03) \n" ); document.write( "4t = 23.45 \n" ); document.write( "t = 5.86 years \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |