document.write( "Question 1172319: 21. Maybank will loan you RM7,500 for two years to buy a car. The loan must be repaid in 24 equal monthly payments. The annual interest rate on the loan is 12% of the unpaid balance. What is the amount of the monthly payments? \n" ); document.write( "
Algebra.Com's Answer #797331 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Payment=Loan/Discount factor
\n" ); document.write( "Discount factor here is (1+.01)^24-1/(0.01*1.01^24). The .10 is r/12, the monthly rate (r/n), and the 24 is the number of payments.
\n" ); document.write( "round at the end
\n" ); document.write( "The discount factor is 21.2433
\n" ); document.write( "the loan is 7500
\n" ); document.write( "The monthly payment is $353.05
\n" ); document.write( "
\n" );