System of Equations Solver
Solve a 2-variable system using Cramer's rule.
Best for: Use it for two-variable problems in algebra, economics or engineering.
Input
How it's calculated & sources
Free & no sign-up · runs entirely in your browser. Results are estimates for general information, not professional advice — verify important decisions with a qualified expert. Last reviewed June 2026.
How it works
For a₁x + b₁y = c₁ and a₂x + b₂y = c₂:
x = (c₁b₂ − c₂b₁) / (a₁b₂ − a₂b₁), y = (a₁c₂ − a₂c₁) / (a₁b₂ − a₂b₁)
Example
2x + 3y = 8, x − y = 1 → x = 2.2, y = 1.2
Frequently asked questions
What if determinant is 0?+
Either no solution (parallel lines) or infinite solutions (same line).
Continue your journey
Where people usually head next.