Skip to main content

How to make a table of values on the Casio fx-CG50

Fill in "complete the table" questions in seconds and spot sign changes for roots. 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) · Casio fx-991EX ClassWiz (the fixed ROM) · Casio fx-991CW ClassWiz (the fixed ROM). Checked September 2026.

When you need it

Sign-change arguments in numerical methods ("show that there is a root between 0.3 and 0.4"), the trapezium rule's y values, and sketching.

Practise it: Numerical methods · Integration (trapezium rule).

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Tables of values 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 7 (TABLE).
  2. Type Y1 = X² − 3X + 1 and EXE.
  3. F5 (SET): Start −1 EXE, End 4 EXE, Step 0.5 EXE, then EXIT.
  4. F6 (TABLE). Scroll with ▼. Change any X value in the table to see y there.
TableX Y10 10.5 −0.251 −1SELECTDELETETYPESETTABLE
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • Two functions (Y1, Y2) give two columns: handy for comparing a model with data or for f(x) and g(x).

Worked example

Complete a table of y = x² − 3x + 1 for x = −1 to 4 in steps of 0.5, and find two intervals that contain a root.

Answers (checked with Python)

For example f(0) = 1, f(0.5) = −0.25, f(2.5) = −0.25, f(3) = 1. The sign changes between 0 and 0.5 and between 2.5 and 3, so there are roots in [0, 0.5] and [2.5, 3] (they are x ≈ 0.382 and 2.618).

Common calculator mistakes

Do it in Desmos

Not in the exam. Desmos is not allowed in A Level exams. Use it to learn, to check a calculator answer, and to see what a function or data set looks like.

  1. Define f(x) = x^2 − 3x + 1.
  2. Add a table (+ → table), put x₁ values −1, −0.5, … and f(x₁) as the second column heading: Desmos fills it in.
  3. The points appear on the graph; the curve shows where it crosses the axis.

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • f(x)=x^{2}-3x+1
  • a table of the data

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.