Skip to main content

How to solve equations, polynomials and simultaneous equations on the Casio fx-CG50

Polynomial roots, simultaneous linear equations and any equation f(x) = g(x) with the numerical solver. 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

Use it to check factorised roots, solve simultaneous equations in mechanics and statistics, and find the root you then locate by the sign-change method in numerical methods. Exam answers need the working too: the calculator only confirms.

Practise it: Algebra and functions · Numerical methods.

Keystrokes on your calculator

Pick your calculator: the page remembers it next time.

Solving equations 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 EQUATION (the icon labelled A: highlight it and press EXE).
  2. Polynomial: F2 (POLYNOMIAL), choose the degree (F2 = 3 for a cubic), type the coefficients 1, 0, −2, −5 pressing EXE after each (use (−) for negatives, and 0 for a missing term), then F1 (SOLVE).
  3. Simultaneous: EXIT back, F1 (SIMULTANEOUS), choose the number of unknowns (F2 = 3), type the coefficient matrix row by row (a, b, c, d for ax + by + cz = d), then F1 (SOLVE).
  4. Any other equation: F3 (SOLVER). Type e^x = 3 − X using SHIFT . for the = sign, press EXE, check the Lower and Upper search bounds, then F6 (SOLVE). Lft − Rgt should be 0 (or tiny).
EquationEquation TypeF1: SimultaneousF2: PolynomialF3: SolverSIMULPOLYSOLVER
Schematic fx-CG50 screen (not a photo); the bottom row is what F1–F6 do here.
  • Complex roots of a polynomial only appear when SHIFT MENU (SET UP) → Complex Mode is a+bi; in Real mode you see just the real root(s).
  • SOLVER finds one root, the one nearest your starting value; change X or the bounds to find another. For all roots, graph y = f(x) − g(x) and use G-Solve ROOT instead.
  • The polynomial solver goes up to degree 6; simultaneous equations up to 6 unknowns.

Worked example

(a) Solve x³ − 2x − 5 = 0. (b) Solve 2x + 3y − z = 5, x − y + 2z = 3, 3x + y + z = 10. (c) Solve ex = 3 − x.

Answers (checked with Python)

(a) x = 2.09455 (the other two roots are complex: −1.04728 ± 1.13594i, shown only in complex mode). (b) x = 4.6, y = −2, z = −1.8. (c) x = 0.792060 (0.792 to 3 s.f.).

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. Type the left-hand side and the right-hand side as two separate graphs: y = e^x and y = 3 − x.
  2. Click the point where they cross: Desmos shows its coordinates (0.792, 2.208).
  3. For a polynomial, graph y = x³ − 2x − 5 and click where it crosses the x-axis.
  4. Simultaneous equations in two unknowns are two straight lines: click their intersection. Three unknowns need the Desmos Matrix Calculator (desmos.com/matrix).

The interactive graph loads here when you scroll to it.

Or open desmos.com/calculator and type:

  • y=e^{x}
  • y=3-x
  • y=x^{3}-2x-5

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.