document.write( "Question 1062891: Determine the monthly amount to be added to a savings account (starting with a zero balance) yielding 5.4% interest for 8 years if the final value of the account is to be $20,000 \n" ); document.write( "
Algebra.Com's Answer #677894 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
20000=A{1+(.054/12)^96-1) divided by (.054/12); the 96 are the number of months and A is the amount of money needed each month.
\n" ); document.write( "multiply through by .054/12 to clear the fraction.
\n" ); document.write( "90=A*0.5388. Without rounding, divide by 0.5388----
\n" ); document.write( "A=$167.02
\n" ); document.write( "
\n" );