2×2 Systems of Equations Solver
Solve a₁x + b₁y = c₁; a₂x + b₂y = c₂. Cramer's rule via determinants.
Result
How to use this calculator
- Enter coefficients of both equations.
- Read x and y.
About this calculator
Cramer's rule for 2×2 systems: x = Dx/D, y = Dy/D where D = a₁b₂ − a₂b₁ is the coefficient determinant. When D = 0, the lines are parallel (no solution) or identical (infinite solutions). For larger systems (3×3, 4×4) Cramer's rule still works but Gaussian elimination is faster. 2×2 is the bread-and-butter case in physics (mixture problems), economics (supply/demand), and elementary algebra.
Frequently asked
When does D = 0?+
Why Cramer's rule for 2×2?+
Is this exact?+
Substitution method?+
How is determinant computed?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
ax² + bx + c = 0 → roots via discriminant. Real or complex.
ax + b = 0 → x = −b / a. Single-variable linear equations in standard form.
log_b(x) for any base b > 0, b ≠ 1, x > 0. Common bases shown side-by-side.
√n with integer-perfect-square check, simplified surd form, and decimal expansion.
b^x — supports fractional, negative, and zero exponents.
Time-value-of-money solver — solve for Present Value, Future Value, Payment, Periods, or Interest rate given the other four. The HP-12C and TI BA-II Plus core in a free browser tool.