document.write( "Question 1011686:  Mario decided to invest his $620 tax refund rather than spending it. He found a bank that would pay him 4% interest, compounded quarterly. Answer the following questions, assuming that Mario deposits his entire refund and does not deposit or withdraw any other amounts.
\n" );
document.write( "a) Write an equation that models the growth of the investment. 
\n" );
document.write( "b) How many years will it take for the initial investment to double. \n" );
document.write( "
| Algebra.Com's Answer #627424 by addingup(3677)     You can put this solution on YOUR website! This is your formula: \n" ); document.write( "Number of periods: \n" ); document.write( "(log(FV/PV))/(log(1+r)) \n" ); document.write( "FV is the future value, 1240 \n" ); document.write( "PV is the present value, 620 \n" ); document.write( "r is the interest rate per period (4% compounded quarterly= 1% per quarter) \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "(log(1240/620))/(log1+0.01)= number of periods. Use your calculator and remember to divide the number of periods by 4 to get the years. \n" ); document.write( "J \n" ); document.write( " |