Impact-Site-Verification: 1fce05f2-a6cf-4f31-8ca1-aaddc332516c

Systems of Equations Calculator

Solve a 2×2 linear system with transparent Cramer’s-rule steps—not a black-box CAS.

Unique / none / infinite
Determinant check
Step summary

Solves a₁x + b₁y = c₁ and a₂x + b₂y = c₂ with Cramer’s rule, reporting unique, none, or infinitely many solutions plus determinant steps.

Limitation: This worksheet solves exactly two linear equations in two unknowns.

Jump to calculator · Sources & review

How to Solve a 2×2 System

Write both equations as a x + b y = c, then enter the six coefficients.

1

Rewrite each equation in standard form a x + b y = c.

Move constants to the right

If an equation is written as 2x + y − 8 = 0, treat c as 8 so the form stays a x + b y = c.

Interpreting the Solution Status

A nonzero determinant yields a unique intersection point. A zero determinant means the lines are parallel: either the same line (infinite solutions) or distinct parallels (no solution).

Worked System Examples

Unique intersection

Coefficients

a1:2
b1:1
c1:8
a2:1
b2:-1
c2:1

Solution

x = 3, y = 2

D = −3, Dx = −9, Dy = −6 → x = 3, y = 2.

No solution

Coefficients

a1:1
b1:1
c1:2
a2:2
b2:2
c2:5

Solution

No solution

D = 0 while Dx ≠ 0, so the equations contradict.

Check by substitution

Plug the reported x and y back into both original equations whenever D is small.

Frequently Asked Questions

No. This page is limited to two equations and two unknowns.

Still have questions about this calculation?

Try the Calculator

Cramer’s Rule for 2×2 Systems

Cramer’s rule expresses the solution with determinants when the coefficient matrix is invertible.

Formula

D ​=​ a₁b₂ − a₂b₁

Coefficient determinant

D ​=​ a₁b₂ − a₂b₁

Numerator determinants

Dx ​=​ c₁b₂ − c₂b₁; Dy ​=​ a₁c₂ − a₂c₁

Unique solution

x ​=​ Dx​/​D; y ​=​ Dy​/​D

Scientific Background

Assumptions: both equations are linear and already in standard form. Limitations: floating-point rounding can blur near-singular systems; exact classroom fractions may need symbolic work.

Sources & review

Systems of Equations Calculator documents the references behind its formulas and assumptions. Always treat results as educational estimates, not personalized professional advice.

Last reviewed

July 22, 2026

  • Free Calculator Hub methodology

    Free Calculator Hub

    /methodology

See our methodology and corrections policy.