Algebra guide + calculator help

Simultaneous Equations Solver with Steps

Use this free simultaneous equations solver to solve two linear equations in x and y. The calculator gives step-by-step working, a determinant check, answer verification, and a graph.

This page also works for students searching for a system of equations calculator. In many countries, “simultaneous equations” and “systems of equations” are used for the same algebra topic.

a₁x + b₁y = c₁
a₂x + b₂y = c₂
LIVE CALCULATOR

Use the Simultaneous Equations Solver

Enter the coefficients of your two equations below and press Solve. This is the actual working calculator, not just an example image.

Start here: Type your values in the boxes below. Use 0 if x or y is missing.

What Are Simultaneous Equations?

Simultaneous equations are two or more equations that contain the same unknowns and must be true at the same time.

For two linear equations, the aim is to find the values of x and y that satisfy both equations together.

x + y = 10 x – y = 2 Solution: x = 6, y = 4

US Simultaneous Equations vs System of Equations

In the UK, Australia, and GCSE-style courses, this topic is usually called simultaneous equations. In the USA and Canada, it is often called a system of equations or system of linear equations.

The wording is different, but the idea is the same: solve the equations together.

How to Use the Simultaneous Equations Solver

Simultaneous equations solver showing step-by-step solution, graph, verification, fractions, and the answer x = 2, y = 3.
Example view of a simultaneous equations solver with steps, graph, verification, and exact answers.

1 Enter coefficients

Write each equation in standard form:

ax + by = c

For example, 5x − y = 7 means a = 5, b = −1, c = 7.

2 Choose method

Use Auto mode, or select elimination, substitution, or Cramer’s rule.

Auto mode chooses a suitable method for your entered equations.

3 Read the result

The solver shows the final answer, determinant, working steps, graph, and verification.

Important: If a variable is missing, enter 0. For example, 3x = 12 should be entered as 3x + 0y = 12.

What This System of Equations Calculator Can Handle

Supported

  • Two linear equations in x and y
  • Integers and negative numbers
  • Decimals and fractions like 1/2 or -3/4
  • Missing x or y terms
  • One solution, no solution, and infinite solutions
  • GCSE, Algebra 1, Algebra 2, SAT, and ACT practice

! Not Supported

This calculator is focused on two-variable linear systems.

It does not solve three-variable systems or linear-quadratic simultaneous equations.

Supported form: ax + by = c

Methods of Solving Simultaneous Equations

Expand each method to learn how it works. Keeping these sections closed makes the page easier to scan, but the full explanation is still available.

Elimination, substitution, and Cramer’s rule methods used to solve simultaneous equations with example steps and final answer x = 2, y = 3.
Three common methods for solving simultaneous equations.
Solve Simultaneous Equations by Elimination

The elimination method removes one variable by adding or subtracting equations. It is often the fastest method when both equations are already in standard form.

2x + 3y = 13 5x – y = 7 Multiply the second equation by 3: 15x – 3y = 21 Add: 2x + 3y = 13 15x – 3y = 21 17x = 34 x = 2 Substitute x = 2: 2(2) + 3y = 13 4 + 3y = 13 3y = 9 y = 3 Answer: x = 2, y = 3

Elimination is best when coefficients can be matched easily.

Solve Simultaneous Equations by Substitution

The substitution method works by making one variable the subject of one equation, then substituting it into the other equation.

2x + 3y = 13 5x – y = 7 From the second equation: 5x – y = 7 y = 5x – 7 Substitute into the first equation: 2x + 3(5x – 7) = 13 2x + 15x – 21 = 13 17x = 34 x = 2 Now: y = 5(2) – 7 y = 3 Answer: x = 2, y = 3

Substitution is best when one variable is already isolated or has coefficient 1.

Solve Simultaneous Equations Using Cramer’s Rule

Cramer’s rule uses determinants to solve two linear equations directly.

For: a₁x + b₁y = c₁ a₂x + b₂y = c₂ D = a₁b₂ – a₂b₁ Dx = c₁b₂ – c₂b₁ Dy = a₁c₂ – a₂c₁ x = Dx / D y = Dy / D Example: 2x + 3y = 13 5x – y = 7 D = (2)(-1) – (5)(3) = -17 Dx = (13)(-1) – (7)(3) = -34 Dy = (2)(7) – (5)(13) = -51 x = -34 / -17 = 2 y = -51 / -17 = 3
Simultaneous Equations with Fractions

Fractions often make simultaneous equations harder because small sign and denominator mistakes can change the final answer. This solver accepts fractions directly.

Example fraction inputs: -3/2 1/3 2/3 Example system: -3/2x + 1/3y = 2 1/2x + 2/3y = 1

You can clear denominators manually, or enter the fractions directly into the calculator.

Graphing Simultaneous Equations

Every linear equation in x and y represents a straight line. Solving simultaneous linear equations means finding where the two lines meet.

  • If the lines meet once, there is one solution.
  • If the lines are parallel, there is no solution.
  • If both equations draw the same line, there are infinitely many solutions.

One Solution, No Solution, and Infinite Solutions

Diagram explaining one solution, no solution, and infinite solutions for simultaneous equations using graphs and determinant conditions.
Three possible outcomes of a system of linear equations.

One Solution

The two lines meet at exactly one point. This happens when the determinant is not zero.

D ≠ 0

No Solution

The two lines are parallel and never meet. No ordered pair satisfies both equations.

2x + 3y = 6 4x + 6y = 20

Infinite Solutions

Both equations represent the same line. Every point on that line is a solution.

2x + 3y = 6 4x + 6y = 12
Determinant idea: For a₁x + b₁y = c₁ and a₂x + b₂y = c₂, the determinant is D = a₁b₂ − a₂b₁. If D ≠ 0, the system has one unique solution.

Simultaneous Equations Examples with Answers

Example 1: Simple Elimination
Solve: x + y = 9 x – y = 3 Add: 2x = 12 x = 6 Substitute: 6 + y = 9 y = 3 Answer: x = 6, y = 3
Example 2: Substitution
Solve: 3x + 2y = 16 x + y = 6 From x + y = 6: x = 6 – y Substitute: 3(6 – y) + 2y = 16 18 – 3y + 2y = 16 18 – y = 16 y = 2 Now: x + 2 = 6 x = 4 Answer: x = 4, y = 2
Example 3: Infinite Solutions
2x + 3y = 6 4x + 6y = 12 The second equation is double the first equation. Answer: Infinite solutions
Example 4: No Solution
2x + 3y = 6 4x + 6y = 20 The left side of the second equation is double the first, but the right side is not double. Answer: No solution

Simultaneous Equations Word Problems

Simultaneous equations are useful when a problem has two unknown quantities and two conditions.

Ticket Word Problem Example

A shop sells adult tickets and child tickets. Adult tickets cost $5 and child tickets cost $3. A total of 40 tickets are sold for $160. How many adult tickets and child tickets were sold?

Let: x = number of adult tickets y = number of child tickets Equations: x + y = 40 5x + 3y = 160 From the first equation: x = 40 – y Substitute: 5(40 – y) + 3y = 160 200 – 5y + 3y = 160 200 – 2y = 160 -2y = -40 y = 20 Now: x + 20 = 40 x = 20 Answer: 20 adult tickets and 20 child tickets
Ticket problems Mixture problems Speed and distance Business costs Coordinate geometry Age problems

Common Mistakes When Solving Simultaneous Equations

Not Rearranging to Standard Form

Before entering values, write the equation as ax + by = c.

3y = 7 – 2x becomes 2x + 3y = 7

Dropping Negative Signs

In 5x − y = 7, the coefficient of y is -1, not 1.

5x – y = 7 a = 5, b = -1, c = 7

Forgetting to Multiply Every Term

When multiplying an equation, multiply every term including the constant.

2x + 3y = 13 × 4 8x + 12y = 52

Checking Only One Equation

The final answer must satisfy both original equations, not just one.

Simultaneous Equations for GCSE, Algebra 1, SAT, and ACT

This topic appears in many school systems. In GCSE Maths, students usually call it simultaneous equations. In Algebra 1 and Algebra 2, it is usually called systems of equations or systems of linear equations.

SAT and ACT questions may ask students to solve a system, interpret a word problem, or identify whether the system has one solution, no solution, or infinitely many solutions.

This calculator is for two linear equations in x and y. Three-variable systems and linear-quadratic simultaneous equations require a different solver or method.

Frequently Asked Questions

What is a simultaneous equations solver?

A simultaneous equations solver is a calculator that solves equations together. This solver finds x and y for two linear equations and shows steps, graph, determinant, and verification.

Is a system of equations the same as simultaneous equations?

Yes. “Simultaneous equations” is common in the UK and Australia. “System of equations” is common in the USA and Canada.

Can this solver show steps?

Yes. It can show step-by-step working using auto mode, elimination, substitution, or Cramer’s rule.

Can this calculator solve equations with fractions?

Yes. You can enter fractions such as 1/2, -3/4, and 2/3.

Can simultaneous equations have no solution?

Yes. If the two lines are parallel, they never meet. So there is no ordered pair that satisfies both equations.

Can simultaneous equations have infinite solutions?

Yes. If both equations represent the same line, every point on that line is a solution.

What does the determinant mean?

The determinant helps classify the system. If the determinant is not zero, the system has one unique solution. If it is zero, the system may have no solution or infinitely many solutions.

What is the best method for solving simultaneous equations?

Elimination is often fastest when both equations are in standard form. Substitution is useful when one variable is isolated. Cramer’s rule is useful for a determinant-based method.

Can this solver solve three equations with three unknowns?

No. This solver is designed for two linear equations in x and y. Three-variable systems need a different calculator or matrix method.

Can this solver solve quadratic simultaneous equations?

No. This solver handles two linear equations only. Linear-quadratic simultaneous equations usually require substitution followed by solving a quadratic equation.

Related Math Tools and Lessons

If you want to study related topics, these resources may help:

Final Words

Simultaneous equations are an important part of algebra because they help solve problems with more than one unknown. This simultaneous equations solver gives the answer and also shows the method, graph, determinant, and verification.

Use the calculator above to solve equations, check homework, compare methods, and learn how systems of equations work step by step.