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

Every "complete the table of values, then draw the graph of y = …" question. The table function fills it in exactly; then plot the points carefully.

Practise it: IGCSE units (Unit 3: Graphs).

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 IGCSE exams. Use it to learn, to check an answer and to see the graph behind a question.

  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.

Open desmos.com/calculator (free, in any browser) and type:

  • f(x)=x^{2}-3x+1
  • table: x_1 = -1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4; y_1 = f(x_1)

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.