Skip to main content

How to use the finance (TVM) solver on the Casio fx-CG50

Compound interest, loans, annuities and depreciation with the time-value-of-money solver (IB AI). Exact keystrokes for the fx-CG50 first, then the other calculators, a worked example you can check your answers against, the mistakes that cost marks, and the same thing in Desmos.

Calculators: Casio fx-CG50 (OS 3.80) · TI-84 Plus CE (OS 5.8.x) · TI-Nspire CX II (OS 6.x). Checked September 2026.

When you need it

AI SL and HL: compound interest, the value of an investment, loan repayments, the time to reach a target, and amortisation. The IB accepts the TVM solver as working if you write down the values you entered (N = 72, I% = 4.5, PV = −5000, …).

Practise it: SL AI financial mathematics · SL AI financial maths · SL AA financial maths.

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Finance (TVM solver) on the Casio fx-CG50

Written for OS 3.80 (menus unchanged from OS 3.60 onwards as far as we can tell). Casio fx-CG50: graphic (GDC).

  1. MENU, then choose FINANCIAL (highlight it and press EXE).
  2. F2 (COMPOUND INTEREST).
  3. Enter n = 72, I% = 4.5, PV = −5000, PMT = 0, FV = 0 (to be found), P/Y = 12, C/Y = 12, with EXE after each.
  4. Press the key for the unknown: F5 (FV). The result is shown; EXIT (or F1 REPEAT) returns to the inputs.
  5. Loan: n = 60, I% = 6, PV = 20000, FV = 0, P/Y = 12, C/Y = 12, then F4 (PMT): −386.66 (negative: money paid out). For n use F1 (n).
Compound Int.n =72I% =4.5PV =−5000PMT =0FV =0P/Y =12 C/Y =12nI%PVPMTFVAMT
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • F6 (AMT) after a loan gives the amortisation: the interest and principal in a given payment range.
  • Payment timing (beginning or end of each period) is in SHIFT MENU (SET UP) → Payment: BGN / END. The IB normally uses END.
  • The other Financial menus: F1 SIMPLE INTEREST, F3 CASH FLOW (NPV, IRR), F4 AMORTIZATION, F5 CONVERSION (nominal ↔ effective rates).

Worked example

(a) $5000 is invested at 4.5% per year compounded monthly. Find its value after 6 years. (b) A $20 000 loan at 6% per year compounded monthly is repaid monthly over 5 years. Find the repayment and the total paid. (c) How long does money take to double at 5% compounded quarterly?

Answers (checked with Python)

(a) FV = $6546.52. (b) PMT = $386.66 per month; total $23199.36. (c) N = 55.8 quarters, so 14 years (13.9 years).

Common calculator mistakes

Do it in Desmos

Not in the exam. Desmos is not an approved calculator for IB exams, so never rely on it for Paper 2. It is excellent for learning, checking a GDC answer and building graphs for your Internal Assessment (IA).

  1. Graph the value against time in years: y = 5000(1 + 0.045/12)^{12x}.
  2. Evaluate it at x = 6, or add y = 10000 and click the intersection to see when it doubles.
  3. Desmos has no TVM solver; the formula is the same one your GDC uses.

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • y=5000(1+frac{0.045}{12})^{12x}
  • 5000(1+frac{0.045}{12})^{72}
  • y=10000

More calculator skills

Sources

Menu names are taken from each manufacturer's manual for the OS versions shown. Menus can move slightly between OS updates: if a screen looks different on yours, the manual for your version is the reference, and please tell us so we can update this page. Worked-example answers were recomputed independently in Python.