document.write( "Question 430373: Can anyone help me with the following?
\n" );
document.write( "If you deposit $2500 in an account paying 4.5% interest compounded semiannually, how much will be in the account after 8 years? (Round to the nearest cent)
\n" );
document.write( "Thank you!! \n" );
document.write( "
Algebra.Com's Answer #298886 by mananth(16946) You can put this solution on YOUR website! Principal P = 2500 \n" ); document.write( "Amount= A \n" ); document.write( "years=n 8 \n" ); document.write( "compounded 2 times a year \n" ); document.write( "Rate = 4.50 0.02 \n" ); document.write( "Amount = P*((n+r)/n)^n \n" ); document.write( "Amount =2500*(1+0.02)^8 *2 \n" ); document.write( "Amount =2500*(1 +0.02)^16 \n" ); document.write( " 2500 *(1.02)^16 \n" ); document.write( "Amount =3569.05 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |