E-Code

Loan amortization with extra payments — a TI-84 Plus CE program

By E-Code · updated

AMORT is a TI-BASIC program for the TI-84 Plus CE. Mortgage or car loan: the payment, a year-by-year balance table, total interest and total paid — and with an extra amount each payment, how much sooner it is paid off and how much interest that saves.

What it asks for and what it shows

It asks for 5 values at its prompts. In the example below it shows PMT, PAID N, YEARS, INT, TOTAL, SAVED.

Example run

One of its oracle test cases: “30-year mortgage 300000 at 6.5%”. The inputs are typed in order, and the results are the values the case expects on the screen.

StepValue
You enter
Input 1300000
Input 26.5
Input 330
Input 412
Input 50
The screen shows
PMT=1896.2
PAID N=360
YEARS=30
INT=382633.47
TOTAL=682633.47
SAVED=0

How it's checked

6 test cases, each checked against an independent method. Replayed key by key on a virtual TI-84 Plus CE, they make 43 checks.

How E-Code checks every program

Run it or put it on your calculator

Related programs

All TI-84 Plus CE finance programs · All TI-84 Plus CE programs