Systems of Equations
Discounts, tax, tips, profit margins
Voltage drop, wire sizing, load balancing
A system of equations is a set of two or more equations with the same variables. The solution is the set of values that makes all the equations true at the same time. For two linear equations in two variables, the solution is the point where the two lines intersect.
What the Solution Looks Like Graphically
When you graph two linear equations on the same coordinate plane, three things can happen:
| Situation | Lines | Number of Solutions |
|---|---|---|
| The lines cross at one point | Intersecting | Exactly one solution |
| The lines are parallel | Never touch | No solution |
| The lines are the same line | Overlap completely | Infinitely many solutions |
Most systems you encounter will have exactly one solution — one intersection point.
Method 1: Substitution
Use substitution when one equation already has a variable isolated (or can easily be solved for one variable).
Steps:
- Solve one equation for one variable
- Substitute that expression into the other equation
- Solve the resulting one-variable equation
- Substitute back to find the other variable
Example 1
Solve the system:
Step 1 — The first equation already gives in terms of .
Step 2 — Substitute for in the second equation:
Step 3 — Solve for :
Step 4 — Substitute back into the first equation:
Answer:
Check: Equation 1: . Equation 2: . Both true.
Example 2
Solve the system:
Step 1 — Solve the first equation for :
Step 2 — Substitute into the second equation:
Step 3 — Solve for :
Step 4 — Substitute back:
Answer:
Method 2: Elimination
Use elimination when both equations are in standard form and neither variable is easily isolated. The idea is to add or subtract the equations to eliminate one variable.
Steps:
- Multiply one or both equations so that one variable has opposite coefficients
- Add the equations to eliminate that variable
- Solve for the remaining variable
- Substitute back to find the other variable
Example 3
Solve the system:
Step 1 — The -coefficients are already opposites ( and ).
Step 2 — Add the equations:
Step 3 — Solve for :
Step 4 — Substitute into the first equation:
Answer:
Example 4: Requiring Multiplication First
Solve the system:
Step 1 — Multiply to create opposite coefficients for :
Multiply the first equation by 2 and the second by :
Step 2 — Add:
This gives a fraction, which is fine. Now find by eliminating instead. Multiply the first equation by 5 and the second by :
Add:
Using elimination twice (once for each variable) avoids messy fraction substitution entirely.
Answer:
Not every system produces whole-number answers, and that is perfectly normal.
Special Cases
No Solution (Parallel Lines)
Subtracting the first from the second gives , which is a contradiction. The lines are parallel and never intersect. There is no solution.
Infinitely Many Solutions (Same Line)
The second equation is just the first multiplied by 2. They represent the same line, so every point on that line is a solution.
Real-World Application: Retail — Comparing Two Pricing Models
A store manager is choosing between two suppliers for a product:
- Supplier A: $3 per unit plus a $150 monthly fee:
- Supplier B: $5 per unit with no monthly fee:
At what quantity do both suppliers cost the same?
Set the equations equal:
Find the cost:
Answer: At 75 units, both suppliers cost $375. Below 75 units, Supplier B is cheaper (no monthly fee). Above 75 units, Supplier A is cheaper (lower per-unit cost). The manager should choose the supplier based on expected monthly volume.
Common Mistakes to Avoid
- Forgetting to multiply the entire equation. When multiplying to create opposite coefficients, every term on both sides must be multiplied — including the constant.
- Adding when you should subtract (or vice versa). If coefficients are the same sign, subtract the equations. If opposite signs, add.
- Stopping after finding one variable. The solution is an ordered pair — you need both and .
- Assuming no fraction answers. Real-world problems often have non-integer solutions.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Solve by substitution: and
Substitute:
, so
Answer:
Problem 2: Solve by elimination: and
Add the equations: , so
Substitute:
Answer:
Problem 3: Solve: and
Add the equations: , so
Substitute:
Answer:
Problem 4: Determine if the system has no solution, one solution, or infinitely many: and
Multiply the second equation by 3:
This is identical to the first equation. The equations represent the same line.
Answer: Infinitely many solutions.
Problem 5: An electrician buys resistors and capacitors. 5 resistors and 3 capacitors cost $12.50. 2 resistors and 7 capacitors cost $16.00. Find the cost of each component.
Let = cost of a resistor, = cost of a capacitor.
Multiply the first by 7 and the second by :
Add: , so
Wait — let us redo more carefully: . Substitute:
,
Answer: Each resistor costs approximately $1.36 and each capacitor costs approximately $1.90.
Key Takeaways
- A system of equations finds where two lines intersect — the values that satisfy both equations simultaneously
- Substitution works best when one variable is already isolated
- Elimination works best when equations are in standard form — multiply to create opposite coefficients, then add
- Systems can have one solution (intersecting lines), no solution (parallel lines), or infinitely many solutions (same line)
- Always check your solution in both original equations
Return to Algebra for more topics in this section.
Next Up in Algebra
Last updated: March 28, 2026