How to Solve Simultaneous Equations on a Scientific Calculator

Solving simultaneous (systems of linear) equations by hand can be tedious and error-prone. Most modern scientific calculators have a built-in equation solver that handles this instantly. This tutorial covers the steps for two of the most popular models: the Casio FX-991EX and the TI-36X Pro.

What Are Simultaneous Equations?

A system of simultaneous equations is a set of two or more equations with the same unknowns. For example:

  • 2x + 3y = 12
  • 4x − y = 5

You need to find the values of x and y that satisfy both equations at the same time. While substitution and elimination work, your calculator can do this in seconds.

Solving on the Casio FX-991EX Classwiz

The FX-991EX can solve systems of 2 or 3 unknowns. Here's how:

  1. Press the MENU button to access the main menu.
  2. Select "Equation/Func" (usually option 3 or 4 — look for the icon that looks like a system of equations).
  3. Choose "Simultaneous", then select the number of unknowns (2 or 3).
  4. Enter the coefficients for each equation when prompted.
    • For 2x + 3y = 12: enter a₁ = 2, b₁ = 3, c₁ = 12
    • For 4x − y = 5: enter a₂ = 4, b₂ = −1, c₂ = 5
  5. Press the = key to solve. The calculator displays x, y (and z if applicable).
  6. Use the up/down arrows to scroll through the solution values.

Tip: If the system has no solution or infinitely many solutions, the calculator will display an error. This usually means the equations are either inconsistent or dependent.

Solving on the TI-36X Pro

  1. Press the [2nd] key, then press [SOLVE] to access the equation solver menu.
  2. Select "Poly/Simult" from the solve options.
  3. Choose "Simult", then select the number of equations (2×2 or 3×3).
  4. Enter coefficients row by row. The calculator presents a matrix-style input grid.
    • Row 1: 2, 3, 12
    • Row 2: 4, −1, 5
  5. Press [Enter] after filling all values. The results for x and y appear on screen.

Worked Example

Let's solve the system from above:

  • 2x + 3y = 12
  • 4x − y = 5

Using either calculator, the solution is x = 1.5, y = 3. You can verify this manually:

  • 2(1.5) + 3(3) = 3 + 9 = 12 ✓
  • 4(1.5) − 3 = 6 − 1 = 5 ✓

Solving a 3-Variable System

The process is the same for three unknowns — just select the 3-variable option and enter all three rows of coefficients. For example:

  • x + y + z = 6
  • 2x − y + z = 3
  • x + 2y − z = 2

Enter coefficients a₁=1, b₁=1, c₁=1, d₁=6 for the first equation, and so on. The calculator solves it in under a second.

Common Mistakes to Avoid

  • Forgetting negative signs: Always enter negative coefficients with the (−) key, not the subtraction key.
  • Wrong equation mode: Make sure you're in "Simultaneous" mode, not "Polynomial" mode.
  • Misreading coefficient order: The calculator always expects coefficients in the order: a, b, (c for 3 unknowns), constant.

Once you've practiced this a few times, solving simultaneous equations becomes a matter of seconds. This skill is especially valuable during timed exams where working through the algebra by hand would cost you precious minutes.