document.write( "Question 248847: If 5000 dollars is invested in a bank account at an interest rate of 4 per cent per year, find the amount in the bank after 10 years if interest is compounded annually
\n" );
document.write( "Find the amount in the bank after 10 years if interest is compounded quaterly
\n" );
document.write( "Find the amount in the bank after 10 years if interest is compounded monthly
\n" );
document.write( "Finally, find the amount in the bank after 10 years if interest is compounded continuously \r
\n" );
document.write( "\n" );
document.write( "please help thank you! \n" );
document.write( "
Algebra.Com's Answer #181333 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 5000 dollars is invested in a bank account at an interest rate of 4 per cent per year, find the amount in the bank after 10 years if interest is compounded annually \n" ); document.write( "Find the amount in the bank after 10 years if interest is compounded quarterly \n" ); document.write( "A(10)=5000(1+(0.04/4))^(4*10) \n" ); document.write( "A(10)=5000(1.01)^(40) = $7444.32 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Find the amount in the bank after 10 years if interest is compounded monthly \n" ); document.write( "A(10)=5000(1+(0.04/12))^(12*10) \n" ); document.write( "A(10)=5000(1.0033)^120 = $7424.50 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Finally, find the amount in the bank after 10 years if interest is compounded continuously \n" ); document.write( "A(t)=Pe^(rt) \n" ); document.write( "A(10)=5000*e^(0.04*10) \n" ); document.write( "A(10)=5000(1.4918) = $7459.12 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |