SAT Linear Equations

A linear equation in one variable is any equation where the variable appears only to the first power — no squares, no roots, no variables in denominators. You solve it by undoing operations in reverse order until the variable stands alone. On the SAT, most linear equation questions are lost to sign errors and mishandled fractions, not to the algebra itself.


What a linear equation actually is

A linear equation in one variable has the variable raised only to the first power. That is the entire definition.

These are linear:

3x + 7 = 22
5(x − 3) = 2x + 9
(x + 2)/3 − (x − 1)/4 = 2

These are not:

x² + 3x = 10        variable is squared
√x + 4 = 9          variable is under a root
6/x = 3             variable is in the denominator

The distinction matters because a linear equation has exactly one solution in almost every case you will see. If your work produces two answers, you have made an error somewhere — go back and find it.


How the SAT tests this skill

Algebra is one of the largest content areas on SAT Math, and linear equations in one variable appear in both modules. They show up in three shapes:

Bare equations. Solve for x. No context, no story. These are the fastest points on the test.

Equations you have to build first. A short scenario gives you a relationship, and you translate it into an equation before solving. The algebra is easy; the translation is where people lose time.

Equations with a twist. Fractions, parentheses, variables on both sides, or a coefficient expressed as a letter rather than a number. Same method, more places to slip.

The Desmos calculator is available throughout the math section, which means you can graph or solve numerically as a check. It does not mean you should skip the algebra — reading a graph takes longer than solving three lines by hand once you are fluent.


Why students lose these points

Almost nobody misses these questions because they do not understand linear equations. They miss them for four reasons, in this order of frequency:

1. Sign errors when distributing a negative.

−3(x − 4) becomes −3x + 12, not −3x − 12. The negative multiplies both terms inside. This single error probably costs more SAT points than any other algebra mistake.

2. Clearing fractions incompletely.

When you multiply an equation by a common denominator, you must multiply every term on both sides — including the terms that had no fraction to begin with. Missing one term corrupts everything downstream.

3. Rushing the last step.

You correctly reach 3x = 24 and write x = 21 because your brain subtracted instead of divided. This happens more often under time pressure than anyone expects.

4. Not checking.

A linear equation is the one place on the test where checking is nearly free. Substitute your answer back. If both sides do not match, you know immediately — and you have not yet moved on to the next question with a wrong answer banked.


The method

Six steps, in this order. The order matters — doing them out of sequence creates work.

  1. Distribute — clear all parentheses.
  2. Clear fractions or decimals — multiply every term on both sides by the least common denominator.
  3. Combine like terms — separately on each side.
  4. Collect variables — move all variable terms to one side, all constants to the other.
  5. Isolate — divide both sides by the coefficient of the variable.
  6. Check — substitute back into the original equation, not your rewritten one.

Step 6 is the one people skip. It is also the one that catches steps 1 through 5.


Worked example 1

Solve for x:    5(x − 3) = 2x + 9

Step 1 — Distribute.

5x − 15 = 2x + 9

Steps 2–3 — No fractions, no like terms to combine. Skip.

Step 4 — Collect variables. Subtract 2x from both sides, add 15 to both sides.

3x = 24

Step 5 — Isolate. Divide both sides by 3.

x = 8

Step 6 — Check. Substitute 8 into the original:

Left:   5(8 − 3) = 5(5) = 25
Right:  2(8) + 9 = 16 + 9 = 25

Both sides equal 25. The answer is x = 8.


Worked example 2

This one contains the two traps described above.

Solve for x:    (x + 2)/3 − (x − 1)/4 = 2

Step 1 — No parentheses to distribute yet. The parentheses here are grouping numerators, not multiplication.

Step 2 — Clear fractions. The least common denominator of 3 and 4 is 12. Multiply every term on both sides by 12 — including the 2 on the right, which is where people go wrong.

4(x + 2) − 3(x − 1) = 24

Now distribute. Watch the negative in front of the 3:

4x + 8 − 3x + 3 = 24

That +3 is the trap. −3 × (−1) = +3. Writing −3 here is the single most common error on this type of question.

Step 3 — Combine like terms.

x + 11 = 24

Steps 4–5 — Isolate.

x = 13

Step 6 — Check. Substitute 13 into the original:

Left:   (13 + 2)/3 − (13 − 1)/4 = 15/3 − 12/4 = 5 − 3 = 2
Right:  2

Both sides equal 2. The answer is x = 13.


Traps worth memorizing

A negative in front of parentheses multiplies every term inside.
−(x − 5) is −x + 5.

When you clear fractions, no term is exempt.
Terms without denominators still get multiplied by the LCD.

A letter can be a coefficient.
ax + 7 = 19 is still linear in x. Solve it exactly the same way: x = 12/a. Do not freeze because there is no number to divide by.

Not every "linear-looking" equation has one solution.
If the variable cancels out entirely, you land on either a true statement (infinitely many solutions) or a false one (no solution). This is a separate, heavily tested idea — covered in its own skill.


Related skills

TopicHow it relates
Linear Equation Word ProblemsNext step — turning words into equations
Rearranging Formulas on the SATRelated — solving when there are several letters
No Solution, One, or Infinitely ManyRelated — when the variable cancels out
SAT Systems of EquationsBuilds on this — two equations, two unknowns
SAT Linear InequalitiesRelated — when the equals sign becomes an inequality

Find out where you actually stand

SAT1600.ai maps your accuracy across 100 individual SAT skills, so you know which ones are costing you points — and which ones you can stop practicing.

Start free

Written by Steven Rao, Founder of SAT1600.ai

Reviewed against official College Board specifications.

Last updated: 2026-07-26