document.write( "Question 956285: Find the final amount of money in an account if $5,000 is deposited at 6% interest compounded weekly and the money is left for 7 years.\r
\n" );
document.write( "\n" );
document.write( "Topic - Interest- N Compound a Year \n" );
document.write( "
Algebra.Com's Answer #584237 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the final amount of money in an account if $5,000 is deposited at 6% interest compounded weekly and the money is left for 7 years. \n" ); document.write( "*** \n" ); document.write( "Compound Interest Formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, A=amt after t-years. \n" ); document.write( "For given problem: \n" ); document.write( "P=5000 \n" ); document.write( "r=.06 \n" ); document.write( "n=52 \n" ); document.write( "t=7 \n" ); document.write( "A=5000(1+.06/52)^(7*52) \n" ); document.write( "=5000(1+0.001154)^364 \n" ); document.write( "=5000(1.001154)^364 \n" ); document.write( "≈7608 \n" ); document.write( "final amount of money in the account≈$7,608 \n" ); document.write( " |