Elimination Method Calculator

Solve a system of two linear equations using the elimination method. Enter the coefficients for Equation 1 (a₁x + b₁y = c₁) and Equation 2 (a₂x + b₂y = c₂), and get the values of x and y along with the determinant and solution type (unique, no solution, or infinite solutions).

Coefficient of x in the first equation

Coefficient of y in the first equation

Right-hand side constant of the first equation

Coefficient of x in the second equation

Coefficient of y in the second equation

Right-hand side constant of the second equation

Results

Value of x

--

Value of y

--

Determinant (D)

--

Solution Type

--

Solution Values (x and y)

Frequently Asked Questions

What is the elimination method?

The elimination method is a technique for solving a system of linear equations by adding or subtracting the equations to eliminate one variable. Once one variable is eliminated, you solve for the remaining variable and substitute back to find the other. It is one of the most widely used algebraic methods alongside substitution and matrix methods.

How does the elimination method calculator work?

You enter the coefficients (a₁, b₁, c₁) for Equation 1 and (a₂, b₂, c₂) for Equation 2 in the form a·x + b·y = c. The calculator computes the determinant D = a₁·b₂ − a₂·b₁. If D ≠ 0, it applies Cramer's Rule — the same result as the elimination steps — to find unique values for x and y.

How do you use the elimination method step by step?

First, multiply one or both equations so that the coefficient of one variable is equal and opposite in both. Then add the equations to eliminate that variable and solve for the other. Finally, substitute the known value back into either original equation to find the eliminated variable. For example, to solve 2x + 3y = 8 and 3x + 2y = 7, multiply the first by 3 and the second by 2, then subtract to get y, and back-substitute to find x.

When does the system have no solution?

A system has no solution (inconsistent) when the two equations represent parallel lines — their determinant D = 0, but the constants are not proportional. In this case, elimination produces a contradiction like 0 = 5, meaning no values of x and y satisfy both equations simultaneously.

When does the system have infinite solutions?

Infinite solutions occur when both equations are actually the same line (dependent system). The determinant D = 0 and the ratios a₁/a₂, b₁/b₂, and c₁/c₂ are all equal. Every point on that line is a valid solution, so there are infinitely many pairs (x, y) that satisfy the system.

What is the determinant in the elimination method?

The determinant D = a₁·b₂ − a₂·b₁ is the key value that determines the nature of the solution. If D ≠ 0, there is exactly one unique solution. If D = 0, the system is either inconsistent (no solution) or dependent (infinite solutions), depending on whether the constants are proportional.

Can this calculator solve equations with decimals or negative coefficients?

Yes. The elimination method calculator handles any real number as a coefficient or constant, including decimals, fractions (entered as decimals), zero, and negative values. Just enter the numbers directly into the coefficient fields.

What is the difference between the elimination method and the substitution method?

Both methods solve systems of linear equations, but they differ in approach. The substitution method isolates one variable in one equation and substitutes it into the other. The elimination method adds or subtracts multiples of equations to cancel out one variable entirely. Elimination is often faster when coefficients are already equal or can be made equal with simple multiplication.

More Math Tools