document.write( "Question 817155: If you invest $2,000 at a 5% interest, compounded semiannually, how much will you have in 10 years? \n" ); document.write( "
Algebra.Com's Answer #492385 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If you invest $2,000 at a 5% interest, compounded semiannually, how much will you have in 10 years? \n" ); document.write( "*** \n" ); document.write( "compound interest formula: A=P(1+i)^n, P=initial investment, i=interesr rate per period, n=number of periods, A=amount after n-periods. \n" ); document.write( "For given problem: \n" ); document.write( "P=2000 \n" ); document.write( "i=.05/2=.025 \n" ); document.write( "n=2*10=20 \n" ); document.write( ".. \n" ); document.write( "A=2000(1+.025)^20 \n" ); document.write( "A=2000(1.025)^20 \n" ); document.write( "A=$6554(rounded) \n" ); document.write( "how much will you have in 10 years? $6554 \n" ); document.write( " \n" ); document.write( " |