Math
Instant, private, and free
Systems of Equations Calculator.
Solve a two-by-two linear system a₁x + b₁y = c₁ and a₂x + b₂y = c₂.
Set your values
Results update as you type.
Results update automatically as you type.
Solve a two-by-two linear system a₁x + b₁y = c₁ and a₂x + b₂y = c₂.
Use Cases
Solve homework problems
Quickly check your work for two-variable linear systems from algebra or precalculus assignments.
Example: Solve 2x + 3y = 6 and 4x - y = 10.
Model real-world situations
Use a system of equations to find break-even points, compare costs, or solve mixture problems.
Example: Find where two cost lines intersect to decide between plans.
Frequently Asked Questions
- What is Cramer's rule and how does it work for a 2x2 system?
- Cramer's rule solves a system of linear equations using determinants. For a 2x2 system, you compute the determinant of the coefficient matrix (D). Then replace the x-column with the constants to get Dx, and the y-column to get Dy. The solution is x = Dx/D and y = Dy/D, provided D is not zero.
- What if the determinant is zero?
- If the determinant (D) is zero, the system either has no solution (inconsistent) or infinitely many solutions (dependent). This calculator will indicate that the system cannot be solved uniquely using Cramer's rule.
- Can this calculator handle systems with fractions or decimals?
- Yes, you can enter any real numbers for the coefficients a₁, b₁, c₁, a₂, b₂, c₂, including fractions and decimals. The calculator will perform the arithmetic and give the solution.
Tips & Common Mistakes
Tips
- Ensure each equation is in standard form: a₁x + b₁y = c₁ and a₂x + b₂y = c₂.
- Double-check that you enter the coefficients in the correct order: a, b, c for each equation.
- If the determinant is zero, the system may have no solution or infinite solutions; check if the equations are multiples of each other.
- Use the calculator to verify your manual Cramer's rule calculations.
Common Mistakes to Avoid
- Swapping the coefficients of x and y when entering the equations.
- Forgetting to include the sign of negative coefficients.
- Assuming a zero determinant always means no solution; it could also mean infinitely many solutions.
Last updated: August 13, 2026