Post Reply 
Fun math algorithms
10-19-2020, 09:33 PM
Post: #13
RE: Fun math algorithms
(10-19-2020 08:51 PM)Albert Chan Wrote:  \(PMT = \large \left(1 + {I\over2} + {(IN)^2 \over 12} \right) ({CAP - RES \over N})
+ ({I\over2}) \normalsize (CAP+RES) \)

If we remove the correction factor, we have the "official car lease formula"
Quote:PMT = (CAP – RES) ÷ TRM + (CAP + RES) x MF, where MF = APR/24 = I/2

Let's try some numbers: CAP = 30000, RES = 15000, 4% APR, 36 months lease.

Official leasing formula:
PMT = 15000/36 + 45000*(4%/24) ≈ 416.67 + 75 = 491.67

Add corrections:
I/2 + (IN)²/12 = (4%/24) + (12%)²/12 = 0.2866667%
Corrections = 416.67 * 0.2866667% ≈ 1.19
PMT = 491.67 + 1.19 = 492.86

Using HP50G Time Value of Money App:
PV = 30000, FV = -15000
N=36, APR=4%, P/YR=12, mode=END → PMT = -492.859775103

Car payment of $492.86, matching our estimate Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Fun math algorithms - Han - 09-05-2020, 10:31 PM
RE: Fun math algorithms - telemachos - 09-06-2020, 12:30 AM
RE: Fun math algorithms - Albert Chan - 09-06-2020, 12:46 AM
RE: Fun math algorithms - Han - 09-06-2020, 03:54 AM
RE: Fun math algorithms - Albert Chan - 09-08-2020, 09:59 PM
RE: Fun math algorithms - David Hayden - 09-10-2020, 03:59 PM
RE: Fun math algorithms - Albert Chan - 10-16-2020, 04:02 PM
RE: Fun math algorithms - EdS2 - 10-17-2020, 08:51 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020, 11:27 AM
RE: Fun math algorithms - Albert Chan - 10-17-2020, 12:32 PM
RE: Fun math algorithms - EdS2 - 10-19-2020, 07:59 AM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 08:51 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020 09:33 PM
RE: Fun math algorithms - Albert Chan - 10-19-2020, 11:05 PM



User(s) browsing this thread: 1 Guest(s)