Solve Simultaneous Equations (2x2) Calculator
Solve two linear equations with Cramer's rule.
Formula first
Overview
A system of two linear equations involves two algebraic statements that must be satisfied by the same pair of variables. Solving these equations finds the unique intersection point of two lines in a two-dimensional coordinate system.
Symbols
Variables
a = Coefficient a, b = Coefficient b, c = Coefficient c, d = Coefficient d, e = RHS e
Apply it well
When To Use
When to use: Use this when you have two distinct constraints affecting two unknown quantities. It is the standard method for finding the equilibrium of supply and demand or calculating mixtures in chemistry.
Why it matters: This form of modeling is the foundation of linear algebra and operations research. It allows professionals to optimize resource allocation, solve electrical circuit currents using Kirchhoff’s laws, and determine relative prices in economic models.
Avoid these traps
Common Mistakes
- Swapping coefficients in the numerator.
- Forgetting the denominator.
One free problem
Practice Problem
Practice Problem 1
Given the system 2x + 1y = 5 and 3x - 1y = 5, solve for the value of x.
Solve for:
Hint: Try adding the two equations together to eliminate the y variable.
Practice Problem 2
A customer buys items where the first purchase of 1 unit of x and 2 units of y costs 10 dollars, and the second purchase of 2 units of x and 1 unit of y costs 11 dollars. Solve for the price of y.
Solve for:
Hint: Express x in terms of y using the first equation, then substitute it into the second.
Practice Problem 3
Solve the system 5x + 2y = 24 and 1x + 4y = 30 to find the value of x.
Solve for:
Hint: Multiply the first equation by 2 so that the y coefficients match.
The full worked solution stays in the interactive walkthrough.
References
Sources
- Wikipedia: Simultaneous linear equations
- Britannica: Simultaneous equations
- Halliday, Resnick, Walker, Fundamentals of Physics, 10th ed.
- Atkins' Physical Chemistry, 11th ed.
- Wikipedia: Dimensional analysis
- Wikipedia: System of linear equations
- Lay, David C. Linear Algebra and Its Applications. Pearson.
- Anton, Howard. Elementary Linear Algebra. Wiley.