Systems of Equations: Two Methods That Crack Any Pair
When two unknowns meet two equations, there's almost always exactly one answer — the point where two lines cross. Substitution and elimination are the two reliable ways to find it, and knowing when to use each is the whole skill.
The Short Version
- A system of two equations has a solution where the two lines intersect — the (x, y) that satisfies both.
- Substitution: solve one equation for a variable and plug it into the other. Best when a variable is already isolated.
- Elimination: add or subtract the equations to cancel a variable. Best when coefficients line up.
- Parallel lines → no solution; the same line twice → infinitely many. The SAT loves to test these.
A single equation with two unknowns has endless solutions — a whole line of them. Pin it down with a second equation and, usually, only one pair of values can satisfy both at once. Graphically, that's the single point where two lines cross. The test gives you the two equations; your job is to find that point, and there are two dependable ways to do it.
This guide teaches both methods, shows exactly when each is faster, decodes the tricky no-solution and infinite-solution cases, and finishes with calibrated worked and practice problems from Northside Tutoring.
Why Systems Matter
Systems are everywhere on the algebra sections: ticket-price problems, mixture problems, "two phones, two plans" comparisons. They reward students who can translate a word problem into two equations and then execute cleanly. Because the SAT and ACT both test the special cases (no/infinite solutions) conceptually, systems also check whether you truly understand what a solution is.
What a System Really Is
A system is just two (or more) equations that must be true at the same time. The solution is the set of values that works in every equation. For two linear equations, picture two lines on a graph: the solution is wherever they intersect.
Method 1: Substitution
Solve one equation for one variable, then substitute that expression into the other equation. This collapses two equations into one with a single unknown.
Substituting gives 3x + (2x + 1) = 11, so 5x + 1 = 11, x = 2, and then y = 2(2) + 1 = 5. Substitution shines when one variable is already alone (or one step from it).
Method 2: Elimination
Line the equations up and add or subtract them so one variable cancels. Sometimes you first multiply an equation by a constant to make the coefficients match.
2x − y = 4
Subtract the second from the first: 4y = 8, so y = 2. Back-substitute: 2x + 3(2) = 12, x = 3. Elimination shines when the same variable has matching or opposite coefficients.
The "just add them" gift
When one equation has +by and the other has −by, adding the equations cancels y instantly — no multiplying required. Always scan for this before doing extra work.
Which Method, When
| Use substitution when… | Use elimination when… |
|---|---|
| A variable is already isolated (y = …) | Coefficients match or are opposites |
| One coefficient is 1 | Both equations are in Ax + By = C form |
No Solution & Infinite Solutions
Not every system has one answer. Two outcomes are tested often:
- No solution — the lines are parallel (same slope, different intercept). Solving leads to a false statement like 0 = 5.
- Infinitely many solutions — the two equations are really the same line. Solving leads to a true statement like 0 = 0.
On the SAT, a question may give you a system with a parameter and ask for the value that makes it have no solution — that means setting the slopes equal while keeping the intercepts different.
Where You'll See This — Test by Test
Systems are pure algebra — no reference sheet applies. The SAT in particular tests the conceptual cases (no solution / infinite solutions) as standalone questions, so understanding beats memorizing.
Digital SAT
A heavily tested topic. Expect both "solve the system" problems and conceptual no-solution / infinite-solution questions with parameters.
Explore SAT Tutoring → College AdmissionsACT
Frequent, usually solvable quickly by substitution or elimination. Word-problem systems (tickets, mixtures) are common.
Explore ACT Tutoring → Independent School AdmissionsSSAT
Upper Level includes simple two-variable systems, typically solved by substitution.
Explore SSAT Tutoring → K-12 CurriculumSchool Algebra
A central Algebra I and II topic; the foundation for linear programming and matrices later.
Explore Algebra Tutoring →Watch the Lesson
Sometimes a diagram needs a voice. In the short video below, one of our Northside tutors walks through the core idea and works through test-style problems in real time.
Systems of Equations — In Plain English
A live walkthrough from our tutoring team.
— Featuring a Northside Tutoring instructor
For the developer / editor
Replace the SVG thumbnail above with your actual video embed. A YouTube example: <iframe src="https://www.youtube.com/embed/YOUR_VIDEO_ID" allowfullscreen></iframe>. The wrapper div maintains the 16:9 aspect ratio automatically.
Worked Example Problems
These problems are calibrated to the difficulty you'll actually see on test day. Try each one before opening the solution.
Solve the system: y = 3x − 2 and 2x + y = 8.
Show solution
Substitute the first into the second: 2x + (3x − 2) = 8.
5x − 2 = 8 → 5x = 10 → x = 2.
y = 3(2) − 2 = 4.
Solve: 2x + 3y = 13 and 2x − y = 1.
Show solution
Subtract the second equation from the first to cancel x: (3y − (−y)) = 13 − 1, so 4y = 12 → y = 3.
Back-substitute into 2x − y = 1: 2x − 3 = 1 → 2x = 4 → x = 2.
The sum of two numbers is 20 and their difference is 6. What are the numbers?
Show solution
x + y = 20 and x − y = 6. Add: 2x = 26 → x = 13. Then y = 7.
For what value of c does the system y = 4x + 1 and y = cx − 3 have no solution?
Show solution
No solution means parallel lines: equal slopes, different intercepts.
Set slopes equal: c = 4. (Intercepts 1 and −3 already differ, so the lines are parallel.)
Adult tickets cost $9 and child tickets $5. A group buys 12 tickets for $84. How many adult tickets did they buy?
Show solution
a + c = 12 and 9a + 5c = 84. From the first, c = 12 − a.
9a + 5(12 − a) = 84 → 9a + 60 − 5a = 84 → 4a = 24 → a = 6.
Common Mistakes to Avoid
Three traps that catch students every year
- Solving for one variable and stopping. A complete answer is an ordered pair (x, y). Back-substitute to find the second value.
- Adding when you should subtract (and vice versa). To cancel a variable, its coefficients must be opposites. If they're identical, subtract.
- Confusing the special cases. A false statement (0 = 5) means no solution; a true one (0 = 0) means infinitely many. Don't swap them.
Practice Problems — You Try
Three problems below. Work each before checking the solution.
Solve: y = x + 4 and 2x + y = 10.
Show solution
2x + (x + 4) = 10 → 3x = 6 → x = 2, y = 6.
Solve by elimination: 5x + 2y = 11 and 3x − 2y = 13.
Show solution
Add to cancel y: 8x = 24 → x = 3. Then 15 + 2y = 11 → y = −2.
For what value of k does the system 6x − 2y = 10 and 3x − y = k have infinitely many solutions?
Show solution
Divide the first by 2: 3x − y = 5. For the two equations to be the same line, k must equal 5.
The Northside Method — How We Teach This 1-on-1
Reading a blog is a great starting point. But there's a meaningful gap between understanding a concept and reflexively applying it under timed conditions. That gap is exactly what our tutors close.
Every Northside student works through a four-step framework:
- Assessment. We diagnose which specific skills are slowing your student down — not just whether they "get it" in the abstract.
- Perfect-match coach. We pair them with an elite tutor (we accept only the top 1% of applicants) whose teaching style fits how your student actually learns.
- Bespoke plan. A roadmap built around your student's target score, target timeline, and current pacing data.
- Data-driven adjustment. Every session ends with a check on whether the student's accuracy and speed are moving in the right direction.
And if a student meets all eligibility requirements but doesn't hit the defined score improvement? We provide 5 additional hours of cohort learning at no cost. That's the Northside guarantee — built on 25 years of measured outcomes.
Ready to Turn This Concept Into Points?
Join a Northside cohort. Small-group instruction with our elite tutors, structured around your student's exact test or subject. Backed by our guarantee: hit your target, or earn 5 additional hours of cohort learning at no cost.
Online nationwide · In-person within 10 miles of Atlanta · Average SAT gain: 120+ points
Ready to begin?
Start tutoring with Northside.
