A system of two linear equations asks where two lines meet — or whether they meet at all. This guide covers the two core solving methods, complete worked examples using elimination and substitution, a trickier no-solution edge case, and how to quickly identify one-solution, no-solution, and infinite-solution systems.
What a system of two linear equations represents
A system pairs two linear equations in two variables and asks for the point \((x, y)\) that satisfies both simultaneously. Graphically, each equation is a line, and the solution is wherever those two lines intersect. Since two lines can intersect at exactly one point, never intersect, or lie exactly on top of each other, a system has exactly one solution, no solution, or infinitely many solutions — no other outcome is possible.
Two methods, and when to use each
- Substitution — solve one equation for one variable, then substitute that expression into the other equation. Best when one equation is already solved for a variable, or nearly is.
- Elimination — multiply one or both equations by a constant so that one variable's coefficients become opposites, then add the equations to cancel that variable. Best when both equations are in standard form with awkward coefficients for substitution.
Both methods always produce the same answer — pick whichever is faster for the specific numbers in front of you. With practice, you'll usually recognize the faster method within a couple seconds of reading the system, before you've written anything down.
Worked example: elimination
Solve the system: \(3x + 2y = 16\) and \(5x - 2y = 8\)
- Notice the \(y\)-coefficients are already opposites (\(2\) and \(-2\)), so add the equations directly: \((3x + 2y) + (5x - 2y) = 16 + 8\)
- Simplify: \(8x = 24\)
- Solve for \(x\): \(x = 3\)
- Substitute \(x = 3\) into the first equation: \(3(3) + 2y = 16\)
- Simplify: \(9 + 2y = 16\)
- Solve for \(y\): \(2y = 7\), so \(y = 3.5\)
- The solution is \((3, 3.5)\)
Always check by substituting both values into the equation you didn't use last — here, plug \(x=3, y=3.5\) into \(5x - 2y = 8\) to confirm \(15 - 7 = 8\). It checks out.
Worked example: substitution
Solve the system: \(y = 2x + 1\) and \(4x - y = -7\)
- Substitute the expression for \(y\) into the second equation: \(4x - (2x + 1) = -7\)
- Distribute the negative sign: \(4x - 2x - 1 = -7\)
- Combine like terms: \(2x - 1 = -7\)
- Solve for \(x\): \(2x = -6\), so \(x = -3\)
- Substitute back into \(y = 2x + 1\): \(y = 2(-3) + 1 = -5\)
- The solution is \((-3, -5)\)
A trickier variant: recognizing a no-solution system before you finish solving
Solve the system: \(6x + 9y = 18\) and \(4x + 6y = 15\)
- Try elimination on \(x\): multiply the first equation by \(2\) and the second by \(3\): \(12x + 18y = 36\) and \(12x + 18y = 45\)
- Subtract the equations: \((12x + 18y) - (12x + 18y) = 36 - 45\)
- Simplify the left side: \(0 = -9\)
Both variables vanish, leaving a statement that's false no matter what \(x\) and \(y\) are. That means this system has no solution — the two lines are parallel and never intersect. You can confirm this faster by comparing slopes directly: dividing both equations by their leading coefficients shows both simplify to the same slope of \(-\dfrac{2}{3}\) but different y-intercepts, which is exactly the no-solution signature described in the table below. Recognizing this pattern early saves you from grinding through elimination arithmetic on a system that was never going to produce a clean point.
How many solutions? Reading it from the coefficients
| Comparison of the two equations | Number of solutions | Graphical picture |
|---|---|---|
| Different slopes | Exactly one | Two lines crossing at one point |
| Same slope, different y-intercept | None | Parallel lines, never meet |
| Same slope, same y-intercept | Infinitely many | The same line drawn twice |
The digital SAT frequently asks "for what value of \(k\) does this system have no solution" — these are solved by writing both equations in the same form and setting the slopes equal (but not the intercepts), rather than by actually solving the system. This is one of several patterns worth having memorized cold; see SAT Algebra Formulas You Must Memorize for the full list.
A common elimination trap: multiplying only part of an equation
When you multiply an equation by a constant to set up elimination, that constant has to multiply every single term on both sides — including the constant on the right side of the equals sign. A frequent error looks like this: given \(2x + 3y = 10\), a student multiplying by \(3\) writes \(6x + 9y = 10\), forgetting to also multiply the right side, when the correct result is \(6x + 9y = 30\). This single missed multiplication produces a system that has no relationship to the original one, and the "solution" you get from it will fail to check in either original equation — which is exactly why checking your final answer in both original equations (not just the one you solved last) is worth the extra ten seconds.
Systems in word problems
Most system-of-equations word problems on the SAT involve two unknown quantities with two given relationships — ticket prices for adults and children, two mixtures combined, two rates over time. The setup is the hard part; once you've written both equations, the solving method above takes over. See How to Solve SAT Word Problems Using Linear Equations for the translation process, and note that systems questions pair closely with linear inequalities when a problem asks for a range rather than an exact answer.
Tip: before choosing substitution or elimination, glance at the coefficients. If any variable already has matching or opposite coefficients, elimination will almost always be faster.
Frequently asked questions
Which method is faster on test day, substitution or elimination?
Neither is universally faster — it depends on the equations in front of you. If a variable is already isolated, use substitution. If coefficients line up or can easily be matched, use elimination. Practicing both until they're equally comfortable is what actually saves time.
Can I just graph the system on the built-in Desmos calculator instead of solving algebraically?
Yes, and it's often faster for multiple-choice questions. Enter both equations into the embedded Desmos calculator, look at the intersection point, and match it to the answer choices. For grid-in questions, you'll usually still want to confirm with algebra.
What does it mean if I eliminate both variables and get something like \(0 = 0\)?
That means the system has infinitely many solutions — the two equations describe the exact same line, just written with different coefficients or in a different form. Every point on one line is automatically a solution to the other.
Where should I practice systems questions?
Start with Algebra Practice Questions: Free SAT Math Sets by Difficulty to see how systems fits into a full study plan, then work the dedicated Systems of two linear equations set on SAT test series from Easy through Hard.