# SAT linear equations & inequalities: isolate, and flip when you must

> Solving linear equations is routine; inequalities add one rule that trips everyone. Here’s the clean method and the flip-the-sign trap, worked example included.

Published 2026-06-26 | Updated 2026-07-09 | Math | StudyHall

Canonical: https://trystudyhall.com/blog/sat-linear-equations-and-inequalities

Solving a linear equation is just undoing operations until the variable is alone. Inequalities work exactly the same way, with one extra rule that costs students points constantly: when you multiply or divide by a negative, the inequality sign flips. The same undoing works once a variable sits inside [absolute-value bars](https://trystudyhall.com/blog/sat-absolute-value), except that you have to solve two cases instead of one.

**Key takeaways:**
- **Isolate the variable** by undoing operations in reverse order.
- Inequalities solve like equations, **except** one rule.
- **Multiply or divide by a negative → flip the inequality sign.**
- Whatever you do to one side, do to the other.

## The one rule that matters

Equations are mechanical: subtract, divide, done. Inequalities are identical, until you divide (or multiply) both sides by a **negative** number. The moment you do, the $<$ becomes $>$ (or vice versa). Miss that and your answer points the wrong way. (Unsure of the direction? The built-in [Desmos calculator](https://trystudyhall.com/blog/digital-sat-desmos-calculator) can graph both sides to confirm it.)

> **Watch out: Flip on a negative** Dividing by $-2$? The inequality sign reverses. This single rule is the most common inequality mistake on the test. A wrong-direction answer is always offered.

## Try one

**Example: Linear inequalities.**

Solve the inequality $-2x + 3 > 11$.

- A) $x > -4$
- B) $x < -4$
- C) $x > 4$
- D) $x < 4$

**Answer:** B. Subtract 3: $-2x > 8$. Now divide both sides by $-2$, and **flip** the sign: $x < -4$. The trap $x > -4$ forgets to flip; the others mishandle the constant. (Test it: $x = -5$ gives $-2(-5)+3 = 13 > 11$. ✓)

## The method

1. **Undo addition/subtraction first.** Move constant terms to the other side.
2. **Undo multiplication/division.** Divide to isolate the variable, and flip the sign if you divided by a negative.
3. **Check with a number.** Plug a value from your solution back in to confirm the direction.

## Translate the wording

Inequality word problems are mostly translation, and the test rewards knowing these cold: two of the four choices usually differ only in the direction or strictness of the sign.

| When the problem says… | Write… |
| --- | --- |
| at least 12 / a minimum of 12 | $x \geq 12$ |
| at most 12 / no more than 12 | $x \leq 12$ |
| more than 12 / exceeds 12 | $x > 12$ |
| fewer than 12 / under 12 | $x < 12$ |
*"At least" includes the boundary; "more than" doesn’t. That one distinction separates two answer choices constantly.*

## When an equation has no solution (or infinitely many)

The SAT also likes equations that collapse. Simplify both sides; if the variable cancels and leaves a true statement ($9 = 9$), **every** value works: infinitely many solutions. If it leaves a false one ($9 = 5$), **nothing** works: no solution. Questions usually hand you a constant and ask which value triggers a case, so line up the variable terms and see what the constants must do.

**Example: Linear equations.**

In the equation $2(3x + c) = 6x + 9$, where $c$ is a constant, for what value of $c$ does the equation have infinitely many solutions?

- A) $\tfrac{9}{2}$
- B) $9$
- C) $3$
- D) There is no such value

**Answer:** A. Distribute the left side: $6x + 2c = 6x + 9$. The $6x$ terms already match, so the equation holds for *every* $x$ exactly when the constants match too: $2c = 9$, so $c = \tfrac{9}{2}$. The trap $9$ forgets that the 2 multiplied $c$ as well as $3x$; picking "no such value" misses that matching constants is possible here.

**[Practice equations & inequalities](https://trystudyhall.com/learn/linear-inequalities)**: Drill solving and the flip rule with a tutor that catches a wrong-direction answer.

## FAQ

### When do you flip the inequality sign?

Whenever you multiply or divide both sides of an inequality by a negative number. The sign reverses (for example, > becomes <).

### How do you solve a linear equation on the SAT?

Isolate the variable by undoing operations in reverse order: handle addition and subtraction first, then multiplication and division, doing the same to both sides.

### What’s the most common inequality mistake?

Forgetting to flip the inequality sign when dividing or multiplying by a negative, which gives an answer pointing the wrong direction.

### What does it mean when a linear equation has no solution?

After simplifying, the variable terms cancel and you’re left with a false statement like 9 = 5; no value of x can fix it. If you’re left with a true statement instead, every value of x works: infinitely many solutions.

[Read the HTML version](https://trystudyhall.com/blog/sat-linear-equations-and-inequalities) | [Browse the StudyHall blog](https://trystudyhall.com/blog)

