document.write( "Question 1102759: 4. $1000 is invested at 0.025% per annum interest, compounded quarterly.
\n" );
document.write( "a. Calculate the value of the investment at the end of 12 years.
\n" );
document.write( "b. Calculate the minimum number of years required for the value of the investment to exceed $10,000.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #717506 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Compound interest formula is P=Po(1+r/n)^nt \n" ); document.write( "P=1000(1+(0.00025)/4)^48=$1003. \n" ); document.write( "Perhaps it is 2.5% interest or 0.025 \n" ); document.write( "Then it is 1000(1+.025/4)^48=$1348.60. \n" ); document.write( "Using the 2.5% interest \n" ); document.write( "10000=1000(1+.025/4)^4t, where t is number of years \n" ); document.write( "10=1.00625^4t \n" ); document.write( "ln both sides \n" ); document.write( "2.303=4t*ln(1.00625) \n" ); document.write( "369.56 compoundings=4t \n" ); document.write( "t=92.39 years round to 93 years \n" ); document.write( "rule of 72 says 72/2.5=doubling time in years which is about 28 years. \n" ); document.write( "doubles a second time at 56 years (to $4000) and again at 84 years (to $8000), so that 93 years is a reasonable answer. \n" ); document.write( "(for the 0.00025 interest, it would be 9210 years.) \n" ); document.write( " |