Inputs
System of Equations Solver
Enter coefficients for equations in the form ax + by = c.
Result
--
105
Solve a 2x2 linear system in standard form and find x and y.
Sponsored
Inputs
Enter coefficients for equations in the form ax + by = c.
Result
--
How It Works
Enter Equation 1 x coefficient, Equation 1 y coefficient, Equation 1 constant, Equation 2 x coefficient, Equation 2 y coefficient, and Equation 2 constant. Those values let the page solve a 2x2 linear system in standard form and find x and y.
This solver treats the system as two linear equations in standard form: ax + by = c.
It uses the determinant of the coefficient matrix to decide whether the system has one unique solution, infinitely many solutions, or no solution.
Determinant
If the determinant is not zero, the system has one unique solution.
x value
This is Cramer's rule for the x-coordinate of the solution.
y value
This is Cramer's rule for the y-coordinate of the solution.
The main result shown here is solution. The calculator also returns x value, y value, determinant, and classification so you can review the most useful supporting numbers at the same time.
Sponsored