Linear equations are not difficult because the basic operations are exotic. They are difficult because a short problem contains several places to lose a negative sign, distribute incorrectly, combine unlike terms, or answer a nearby question instead of the one asked.

The solution is a routine you can reproduce under pressure. The goal is not to perform every equation in exactly the same number of lines. It is to make every transformation legal, visible, and easy to check.

The balance rule behind every step

An equation says that two expressions have equal value. If you add, subtract, multiply, or divide one complete side, apply the same operation to the other complete side.

For 3x + 7 = 28, subtracting 7 means:

3x + 7 - 7 = 28 - 7, so 3x = 21.

Writing 3x + 7 - 7 = 28 changes only one side. It may look familiar, but it is no longer equivalent to the original equation.

A five-step SAT routine

  1. Simplify each side separately. Distribute and combine like terms before moving terms across the equals sign.
  2. Choose where the variable will live. Move variable terms toward the side that keeps the coefficient convenient or positive when possible.
  3. Move constants away from the variable. Show the operation on both sides.
  4. Divide by the complete coefficient. Preserve signs and fractions.
  5. Answer the exact question and verify. Substitute into the original equation or test the requested expression.
Write one reason per line: distribute, combine, move a variable term, move a constant, or divide. When two risky changes happen invisibly in one line, checking becomes much harder.

Example 1: one variable term

Solve 3x + 7 = 28.

  1. Subtract 7 from both sides: 3x = 21.
  2. Divide both sides by 3: x = 7.
  3. Check in the original: 3(7) + 7 = 28.

If the SAT asks for 2x + 1, do not stop at x=7. The requested value is 2(7)+1=15.

Example 2: variables on both sides

Solve 5x - 4 = 2x + 17.

  1. Subtract 2x from both sides: 3x - 4 = 17.
  2. Add 4 to both sides: 3x = 21.
  3. Divide by 3: x = 7.

You could instead subtract 5x first. That path gives -4=-3x+17 and still reaches 7. A negative coefficient is legal; it simply creates another sign to manage.

Example 3: distribute before moving terms

Solve 4(2x-3)+5=3x+18.

  1. Distribute 4 to both terms: 8x-12+5=3x+18.
  2. Combine constants: 8x-7=3x+18.
  3. Subtract 3x: 5x-7=18.
  4. Add 7: 5x=25.
  5. Divide by 5: x=5.

The common error is distributing to the first term only: 4(2x-3)≠8x-3. The factor multiplies every term inside the parentheses.

Example 4: clear fractions carefully

Solve x/3 + 5/6 = 7/2.

The least common denominator is 6. Multiply every term on both sides by 6:

6(x/3) + 6(5/6) = 6(7/2)

which becomes 2x+5=21. Then 2x=16 and x=8.

Clearing denominators is often safer than performing several fraction operations, but only if the multiplier reaches each complete term.

One solution, no solution, or infinitely many?

Sometimes the variable disappears after simplification. What remains tells you the answer type.

Result after simplificationMeaningExample
True statementInfinitely many solutions5=5
False statementNo solution5=9
Variable remainsOne solution3x=12

Example: 2(x+4)=2x+8 simplifies to 2x+8=2x+8. Every value of x works.

But 2(x+4)=2x+11 simplifies to 8=11. No value can make it true.

Translate word problems by naming the unknown

A service charges a $12 fixed fee plus $4 per hour. The total is $44. How many hours were used?

  1. Name the unknown: let h be the number of hours.
  2. Translate the relationship: 12+4h=44.
  3. Subtract 12: 4h=32.
  4. Divide by 4: h=8.
  5. Check the unit and context: 8 hours, not $8.

Keywords alone are unreliable. “More than” may describe addition, but the structure of the quantities decides the equation. Track the unit attached to every number.

When answer choices or Desmos can help

Algebra is usually fastest for a direct equation, but the digital SAT gives other tools.

  • Back-solving: substitute answer choices when choices are simple and the equation is awkward.
  • Graphing: enter each side as a separate expression and find the intersection. This is useful for checking systems or nonlinear-looking forms.
  • Tables: compare values when the question asks which input makes two expressions equal.
  • Estimation: eliminate answers with the wrong sign or scale before exact work.

A graph confirms where expressions are equal; it does not replace understanding what the axes or intersection mean. Practice the tool before test day.

High-frequency error checks

  • Circle negative signs before distributing.
  • Underline the complete quantity being divided.
  • Combine only like terms.
  • Apply an operation to both complete sides.
  • Substitute into the original equation, not only your last line.
  • Return to the prompt: does it ask for x, another expression, a count, or a unit?

Try these without looking back

  1. Solve 7x-9=40.
  2. Solve 3(x+2)=2x+11.
  3. How many solutions does 4(x-1)=4x-4 have?
  4. A plan costs $18 plus $6 per month. The total paid is $66. How many months?
Show answers and checks
  1. x=7.
  2. 3x+6=2x+11, so x=5.
  3. Infinitely many; both sides are identical.
  4. 18+6m=66, so m=8 months.

One correct set shows short-term accuracy. To show retention, retry a mixed linear-equation set several days later without reviewing these answers first.