Overview
Systems of linear equations in two variables are a core SAT Algebra topic, testing students’ ability to solve a system using substitution, elimination, or graphing, as well as to determine the number of solutions (one, none, or infinitely many) from the structure of the equations. The SAT frequently tests special cases — no solution and infinite solutions — that can be answered without fully solving the system by comparing coefficient ratios. Word problems requiring two equations (sum/total + value/rate) appear at medium and high difficulty levels.
Key Points
1. Three Solving Methods
Method 1: Substitution Best when one variable is already isolated (coefficient of 1 or -1).
Example:
y - 2x = 0 ← y is isolated: y = 2x
2y + 3x = 14
Substitute y = 2x into second equation:
2(2x) + 3x = 14
7x = 14
x = 2 → y = 2(2) = 4
Solution: (2, 4)
Method 2: Elimination (Addition/Subtraction) Best when both equations are in standard form and one variable’s coefficients are equal or opposites.
Example:
3x + 2y = 16
x - 2y = 0 ← 2y and -2y are opposites
Add the equations:
4x = 16 → x = 4
Substitute: 3(4) + 2y = 16 → y = 2
Solution: (4, 2)
If coefficients are not already aligned, multiply one (or both) equations by a constant first to create equal or opposite coefficients.
Method 3: Graphing / Desmos Enter both equations into Desmos as-is (no need to isolate y). The intersection point is the solution. This is the fastest method on the Digital SAT when the system has numerical coefficients.
2. Method Selection Guide
| Signal in the system | Best method |
|---|---|
| One equation has y = … or x = … form | Substitution |
| Coefficients of one variable are equal or opposite | Elimination |
| Both equations in any form, numerical values | Desmos graphing |
| Question only asks for x + y or 2x (not individual values) | Elimination that finds the combined expression directly |
SAT time-saving trick: The SAT sometimes asks for 2x + y or x - y rather than individual values. Set up elimination so you directly get that combined expression.
3. Number of Solutions — Coefficient Ratio Test
For the system: a₁x + b₁y = c₁ and a₂x + b₂y = c₂
| Condition | Number of Solutions | Graphical Meaning |
|---|---|---|
| a₁/a₂ ≠ b₁/b₂ | Exactly one solution | Lines intersect at one point |
| a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | No solution | Lines are parallel (same slope, different intercepts) |
| a₁/a₂ = b₁/b₂ = c₁/c₂ | Infinitely many solutions | Lines are the same (coincident) |
Solving signal:
- No solution: simplification gives a false statement (e.g., 3 = 7)
- Infinite solutions: simplification gives a true statement (e.g., 0 = 0)
Example — finding k for no solution:
2x + ky = 4
4x + 6y = 8
Ratios: 2/4 = 1/2; must equal k/6 but not 4/8=1/2
k/6 = 1/2 → k = 3 gives infinite solutions
Any k ≠ 3 → one solution; k = 3, different constant ratios → no solution
4. Two-Variable Word Problems
When a problem has two unknown quantities, set up two equations:
Framework:
Equation 1: relationship involving total quantity or sum
Equation 2: relationship involving total value, cost, or rate
Example: "A school sells adult tickets at $10 and student tickets at $6.
Total tickets sold: 200. Total revenue: $1,400. Find number of each."
Let a = adult tickets, s = student tickets:
a + s = 200 (total quantity)
10a + 6s = 1,400 (total value)
Multiply first equation by 6: 6a + 6s = 1,200
Subtract from second: 4a = 200 → a = 50, s = 150
5. SAT-Specific Patterns
- Desmos is your fastest tool for systems with specific numbers — enter both equations and click the intersection.
- No/infinite solutions questions are common on the harder module — use the coefficient ratio test, not full solving.
- Always solve for both variables unless the question explicitly asks only for one.
- Verify by substituting your solution into BOTH original equations.
- The SAT often gives the system pre-arranged for a specific method — recognize the signal.
Pitfalls and Common Mistakes
Mistake 1: Forgetting to multiply BOTH sides when scaling for elimination
- Wrong approach: To eliminate x in {3x + y = 5, x + 2y = 4}, multiply first equation’s x-term by 1, others ignored
- Correct approach: Multiply the entire second equation by 3: {3x + y = 5, 3x + 6y = 12}, then subtract
- Fix: When scaling an equation, multiply every single term on both sides by the chosen constant.
Mistake 2: Solving for only one variable and stopping
- Wrong approach: Find x = 3, choose 3 as the answer when the question asks for y or for (x, y)
- Correct approach: After finding x = 3, substitute back to find y; re-read whether the question asks for x, y, or both
- Fix: After finding one variable, always substitute back to find the other. Re-read the question before choosing an answer.
Mistake 3: Confusing no solution with infinite solutions
- Wrong approach: After adding equations and getting 0 = 6, stating “infinitely many solutions”
- Correct approach: 0 = 6 is a false statement → no solution. Only 0 = 0 (or any true but variable-free statement) means infinite solutions.
- Fix: False statement after elimination = no solution. True statement = infinite solutions.
Mistake 4: Not verifying the solution in both original equations
- Wrong approach: Checking only the equation you substituted into
- Correct approach: Substitute the (x, y) solution into BOTH original equations
- Fix: Extraneous arithmetic errors can produce a value that satisfies one equation but not the other — always check both.
Related Entries
- Linear_Equations — One-variable foundation for two-variable systems
- Linear_Functions_Graphs — Graphical interpretation of lines and intersections
- Systems_Linear_Inequalities — Systems with inequality constraints and feasible regions
- Linear_Inequalities — Single-variable inequalities extended to two variables
- Absolute_Value — Systems involving absolute value expressions
Quick Reference Card
| Concept | Rule / Formula |
|---|---|
| Substitution | Isolate one variable; substitute into the other equation |
| Elimination | Make one variable’s coefficients equal/opposite; add/subtract equations |
| Desmos | Enter both equations as-is; click intersection point |
| One solution | a₁/a₂ ≠ b₁/b₂ (different slopes) |
| No solution | a₁/a₂ = b₁/b₂ ≠ c₁/c₂ (parallel lines) |
| Infinite solutions | a₁/a₂ = b₁/b₂ = c₁/c₂ (same line) |
| No solution signal | Solving gives false statement (e.g., 3 = 7) |
| Infinite solutions signal | Solving gives true statement (e.g., 0 = 0) |
| Word problem setup | Eq. 1 = total quantity; Eq. 2 = total value/rate |
| Verify | Substitute (x, y) into BOTH original equations |