Solve SAT systems of two linear equations with substitution and elimination, and tell how many solutions a system has.
A system of linear equations is two (or more) linear equations that share the same variables. On the SAT Math section, a system almost always looks like two equations in two unknowns, and a "solution" is an ordered pair that makes both equations true at the same time. Graphically, each linear equation is a straight line, and the solution is the point where the two lines cross.
That single idea — the solution is where the lines intersect — is the key to every systems question, whether the test asks you to solve the system, count how many solutions exist, or find a value of an unknown coefficient.
You do not need to graph on the SAT. Two algebraic methods handle everything, and choosing the faster one for a given problem is a real time-saver.
Substitution works best when one variable is already isolated (or is easy to isolate).
Solve the system:
Step 1. The first equation already gives in terms of , so substitute in place of in the second equation:
Step 2. Combine like terms and solve the resulting one-variable equation:
Step 3. Back-substitute into the isolated equation to get the other coordinate:
The solution is . Always check it in the other equation: . ✓
Elimination shines when both equations are in the standard form and no variable is isolated.
Solve the system:
Step 1. The -terms are and — already opposites. Add the two equations so the -terms cancel:
Step 2. Substitute into either original equation:
The solution is . When the coefficients are not already opposites, multiply one (or both) equations by a constant first so that one variable's coefficients become opposites — then add.
A frequent SAT twist gives you a system with an unknown constant and asks how many solutions it has. Compare the equations after writing both in slope-intercept form :
| Relationship between the lines | Slopes and intercepts | Number of solutions |
|---|---|---|
| Lines cross once | Different slopes | Exactly one solution |
| Same line | Same slope and same intercept | Infinitely many solutions |
| Parallel, never touching | Same slope, different intercept | No solution |
Worked example. For what value of does the system below have no solution?
Rewrite the second equation in slope-intercept form: , so . Both lines now have slope , so they are parallel. They will never intersect — giving no solution — as long as the intercepts differ: , i.e. . If the two equations describe the same line and there would be infinitely many solutions instead. So the system has no solution for every value except .
What is the value of x in the solution to the system y = x + 2 and 2x + y = 11?
For what value of k does the system y = 4x - 1 and 8x - 2y = k have infinitely many solutions?