document.write( "Question 827395: You want to have $3000 in your savings account after 3 years. Find the amount you should deposit for each of the situations described below.
\n" );
document.write( "a. The account pays 2.25% annual interest compounded quarterly.
\n" );
document.write( "b. The account pays 3.5% annual interest compounded monthly.
\n" );
document.write( "c. The account pays 4% annual interest compounded yearly.\r
\n" );
document.write( "\n" );
document.write( "This question really stumps me... could you also show me how its done? \n" );
document.write( "
Algebra.Com's Answer #498658 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! FV=P(1+r/c)^t \n" ); document.write( "t=compounding periods per yr time the number of years. \n" ); document.write( "c=compounding periods per yr. \n" ); document.write( "----------------- \n" ); document.write( "3000=P(1+0.0225/4)^3*4 \n" ); document.write( "3000=P(1.005625)^12 \n" ); document.write( "3000=P(1.069627937) \n" ); document.write( "3000/1.069627937=P \n" ); document.write( "2979.26=P \n" ); document.write( "you do the others \n" ); document.write( " |