document.write( "Question 1160654: Suppose you deposit $1000 in an account with an annual interest rate of 10% compounded quarterly. Use the formula A=P(1+r/n)^nt and round each answer to 2 decimal places, if necessary.\r
\n" );
document.write( "\n" );
document.write( "A. Find an equation that gives the amount of money in the account after
\n" );
document.write( "t years.\r
\n" );
document.write( "\n" );
document.write( "B. Find the amount of money in the account after 9 year.\r
\n" );
document.write( "\n" );
document.write( "C. How many years will it take for the account to contain $2000? \r
\n" );
document.write( "\n" );
document.write( "D. If the same account and interest were compounded continuously, how much money would the account contain after 9 years?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784089 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A. A=1000(1+(.1/4))^4t units dollars \n" ); document.write( "B. when t=9 A=1000(1.025)^36=$2432.54 \n" ); document.write( "C. when A=2000, then 2=(1+.025)^4t \n" ); document.write( "ln2=4t* ln (1.025) \n" ); document.write( "t=ln2/4 ln(1.025) \n" ); document.write( "t=7.018 years or 7 years\r \n" ); document.write( "\n" ); document.write( "Rule of 70 says doubling time in years=70/rate in percent, so 7 years would be expected.\r \n" ); document.write( "\n" ); document.write( "D. A=1000e^(rt)=1000*e(.10*9) \n" ); document.write( "=$2459.60 This is a little above the quarterly amount, and that is what would be expected.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |