document.write( "Question 1139156: Find the amount of each payment if a dept of R25 000 is to be amortised with equal quarterly payments over 6 years, and money is worth 7% p.a., compounded quarterly. \n" ); document.write( "
| Algebra.Com's Answer #756941 by Boreal(15235)     You can put this solution on YOUR website! A=P*i/1+(1+i)^-n, interest is per cent divided by number of payments/year \n" ); document.write( "=25000*(0.07/4)/1-(1.0175)^-24 \n" ); document.write( "=R1284.63 \n" ); document.write( " |