document.write( "Question 970393: how much money should be deposited today in an account that earns 8% compounded semiannually so that it will accumulate to 14,000$ in three years? \n" ); document.write( "
Algebra.Com's Answer #593041 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how much money should be deposited today in an account that earns 8% compounded semiannually so that it will accumulate to 14,000$ in three 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=amount after t-years \n" ); document.write( "For given problem: \n" ); document.write( "r=8% \n" ); document.write( "n=2 \n" ); document.write( "t=3 \n" ); document.write( "A=14000 \n" ); document.write( ".. \n" ); document.write( "14000=P(1+.08/2)^2*3 \n" ); document.write( "14000=P(1.04)^6 \n" ); document.write( "P=14000/1.04^6 \n" ); document.write( "P=11064.40 \n" ); document.write( "how much money should be deposited today? $11,064.40 \n" ); document.write( " |