document.write( "Question 1061843: How much would you need to deposit in an account each month in order to have $30,000 in the account in 9 years? Assume the account earns 8% interest. \n" ); document.write( "
Algebra.Com's Answer #676598 by Boreal(15235) You can put this solution on YOUR website! Total=P((1+r/t)^nt-1)/r/t; assuming monthly compounding \n" ); document.write( "30000=P(1+.0066667)^108-1/0.006667 don't round \n" ); document.write( "multiply both sides by (.08/12) \n" ); document.write( "200=P(2.0495-1) \n" ); document.write( "P=200/1.0495 \n" ); document.write( "=$190.56 \n" ); document.write( " \n" ); document.write( " |