In this guide
What counts as a linear equation
A linear equation is any equation where the variable appears only to the first power — no squares, no square roots, no variables in a denominator. On the SAT these show up as clean algebra like 3x + 5 = 20, but far more often they're wrapped inside a word problem: a phone plan with a monthly fee plus a per-minute rate, a tank draining at a constant rate, a company's cost that rises by a fixed amount per unit. The moment a quantity changes by the same amount every step, you're looking at something linear.
Recognizing that structure early is half the battle. If the relationship has a constant starting value and a constant rate of change, you can almost always write it as y = mx + b and read the answer straight off the equation.
The core skill: isolating the variable
Every linear equation is solved the same way — you peel operations off the variable in reverse order until it stands alone. Whatever you do to one side, you do to the other. Work through a concrete one:
Solve 4(x − 3) + 6 = 2x + 8.
Step 1 — distribute. Clear the parentheses: 4x − 12 + 6 = 2x + 8
Step 2 — combine like terms. On the left, −12 + 6 = −6: 4x − 6 = 2x + 8
Step 3 — get variables on one side. Subtract 2x from both sides: 2x − 6 = 8
Step 4 — undo the constant, then the coefficient. Add 6, then divide by 2: 2x = 14 → x = 7
Step 5 — check. Plug x = 7 back in: 4(4) + 6 = 22 and 2(7) + 8 = 22. Both sides match, so x = 7 is correct.
That five-step rhythm — distribute, combine, collect variables, undo constants and coefficients, check — solves the overwhelming majority of linear equations on the test. The check in Step 5 costs ten seconds and catches almost every arithmetic slip.
Common mistake
Sign errors when moving terms across the equals sign. Subtracting 2x from both sides flips +2x to −2x — write the step out rather than doing it in your head. On the Digital SAT you can't earn partial credit, so a single dropped negative costs the whole question.
Line forms you must know cold
The SAT expects you to move fluidly between three ways of writing the same line. Knowing which form the question hands you — and which form the answer wants — saves real time.
Slope-intercept form
y = mx + b Here m is the slope (the rate of change) and b is the y-intercept (the starting value where x = 0). This is the form to reach for in word problems: the flat fee is b, the per-unit rate is m.
Point-slope form
y − y₁ = m(x − x₁) Use this when you're given a slope and one point. It's the fastest way to build a line's equation without solving for the intercept first.
Standard form
Ax + By = C Common in systems problems. You can find the slope from standard form as −A/B without rearranging, which is handy when a question asks whether two lines are parallel.
Key relationships
Parallel lines have equal slopes. Perpendicular lines have slopes that are negative reciprocals — if one line has slope 2/3, a line perpendicular to it has slope −3/2. These two facts alone answer a surprising number of geometry-flavored algebra questions.
Systems of two equations
A system is just two linear equations that share a solution — the point where the two lines cross. There are two reliable methods.
Substitution works best when one variable is already isolated (or easy to isolate). Solve one equation for a variable, then substitute that expression into the other.
Elimination works best when the equations line up in standard form. Scale one or both equations so a variable cancels when you add them.
Solve the system: 2x + 3y = 12 and x − 3y = −3.
Notice the +3y and −3y. Add the two equations directly and the y-terms vanish: 3x = 9 → x = 3
Back-substitute x = 3 into the second equation: 3 − 3y = −3 → −3y = −6 → y = 2
The lines meet at (3, 2). Check both equations: 2(3) + 3(2) = 12 ✓ and 3 − 3(2) = −3 ✓.
No solution and infinite solutions
The SAT loves to test what happens when a system doesn't have one clean answer. Both cases come down to comparing slopes.
- No solution: the two lines are parallel — same slope, different intercepts. They never cross. Algebraically, you end up with a false statement like
0 = 5. - Infinitely many solutions: the two equations describe the same line — same slope and same intercept. One equation is just a multiple of the other. You end up with a true statement like
0 = 0.
When a question gives you a system with an unknown coefficient and asks for the value that produces "no solution" or "infinitely many solutions," set the slopes equal. For infinitely many, also set the constants proportional. That single move solves the whole family of these problems.
Practice this topic
Reading solutions isn't the same as producing them under time pressure. Drill linear equations until the five-step rhythm is automatic, then confirm with a full timed test.
- Work the Algebra question bank with full step-by-step explanations.
- Read the broader Algebra topic guide for how this fits the whole domain.
- Take a full practice test to see linear equations in context.