Systems of Equations Calculator
Solve 2×2 systems of linear equations using substitution or elimination. Find (x, y) that satisfies both equations simultaneously. Handles unique solutions, no solution, and infinite solutions.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Systems of Equations Calculator | — | ax + by = c; dx + ey = f | (x, y) |
Step-by-Step Examples
2x + 3y = 12 and x − y = 1
- det = 2(−1) − 3(1) = −5
- x = (12(−1) − 3(1))/(−5) = (−15)/(−5) = 3
- y = (2(1) − 12(1))/(−5) = (−10)/(−5) = 2
- Check: 2(3)+3(2)=12 ✓, 3−2=1 ✓
Supply: p = 2q + 10. Demand: p = −q + 40. Find equilibrium.
- 2q + 10 = −q + 40 → 3q = 30 → q = 10
- p = 2(10) + 10 = 30
- Equilibrium: q=10, p=30
2x + 4y = 8 and x + 2y = 5.
- det = 2(2) − 4(1) = 0
- Parallel lines: no intersection
- No solution exists
Real-World Applications
Common Mistakes to Avoid
Cramer's rule: det = ae − bd. Common error: computing ad − bc instead.
Always substitute back into BOTH equations. One check is not enough.
When det = 0, use the original equations to determine if parallel (no solution) or same line (infinite solutions).
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula describes an algebraic relationship among variables, functions, equations, roots or sequences. Assumption: Respect the expression’s domain and excluded values. Check roots in the original equation because transformations can introduce extraneous solutions.