- Sep 14, 2003
- 8,115
- 0
- 76
Last night I was playing around with those calculators online that let you enter amount being financed for a loan, the interest, and an amount of months, and it'll spit out your monthly payments. Being the inquisitive math person that I am, I didn't like the fact that it was doing this for me, and wanted to know what equation would accomplish this. So, with some Google searching, I found one. It is:
( P ( r / 12 ) ) / ( 1 - ( 1 + r / 12 ) ^ -m )
where P = principle, or amount being financed, r = interest rate, like .07 for 7%, and m = amount of months, like 36. Problem is, I can't figure out HOW this equation works, i.e., what's going on inside of it. Can anyone explain it logically?
( P ( r / 12 ) ) / ( 1 - ( 1 + r / 12 ) ^ -m )
where P = principle, or amount being financed, r = interest rate, like .07 for 7%, and m = amount of months, like 36. Problem is, I can't figure out HOW this equation works, i.e., what's going on inside of it. Can anyone explain it logically?