document.write( "Question 758453: if $ 10,000 is invested in an account at 3% annual interest compounded quaterly, how much will be in the account in 5 years if no money is withdrawn? \n" ); document.write( "
Algebra.Com's Answer #461477 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
if $ 10,000 is invested in an account at 3% annual interest compounded quaterly, how much will be in the account in 5 years if no money is withdrawn?
\n" ); document.write( "***
\n" ); document.write( "compound Interest formula: A=P(1+i)^n, i=interest rate per period, P=initial investment, n=number of periods, A=amount after n periods.
\n" ); document.write( "For given problem:
\n" ); document.write( "P=$10,000
\n" ); document.write( "i=.03/4=0.0075
\n" ); document.write( "n=5*4=20
\n" ); document.write( "..
\n" ); document.write( "A=10000(1+.0075)^20
\n" ); document.write( "A=10000(1.0075)^20
\n" ); document.write( "A=10000*1.1612
\n" ); document.write( "A=11,612
\n" ); document.write( "how much will be in the account in 5 years=$11,612
\n" ); document.write( "
\n" );