Skip to content

SAT Linear Inequalities

Last updated: May 2, 2026

Linear Inequalities questions are one of the highest-leverage areas to study for the SAT. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.

The rule

A linear inequality is solved using the same algebraic moves as a linear equation, with one critical exception: when you multiply or divide both sides by a negative number, you must flip the inequality sign. The solution is a range of values, not a single number, and on the SAT you will often be asked to interpret that range in a real-world context or identify which value satisfies a system of inequalities.

Elements breakdown

Isolate the variable

Use inverse operations to get the variable alone on one side.

  • Distribute and combine like terms first
  • Add or subtract to move variable terms together
  • Add or subtract to move constants to other side
  • Multiply or divide to isolate the variable

Flip the sign rule

The single move that distinguishes inequalities from equations.

  • Flip $<$ to $>$ when multiplying by negative
  • Flip $\le$ to $\ge$ when dividing by negative
  • Do NOT flip when adding or subtracting
  • Do NOT flip when multiplying by positive

Common examples:

  • From $-2x < 6$, divide by $-2$: $x > -3$

Translate words to symbols

Convert verbal constraints into inequality form.

  • "At least" means $\ge$
  • "At most" means $\le$
  • "More than" means $>$ (strict)
  • "Fewer than" means $<$ (strict)
  • "No more than" means $\le$
  • "No less than" means $\ge$

Systems of inequalities

Two or more inequalities that must hold simultaneously.

  • A solution must satisfy every inequality
  • Test a candidate point in each inequality
  • Graphically, find the overlap region
  • On SAT, often plug answer choices into both

Interpret in context

Match the variable, coefficient, and constant to the scenario.

  • Identify what the variable represents
  • Identify units of each coefficient
  • Read constraint as upper or lower bound
  • Check whether endpoint is included or excluded

Common patterns and traps

The Forgotten Flip

The most common SAT trap on linear inequalities. The problem requires dividing or multiplying by a negative coefficient, and one of the wrong answers is exactly what you'd get if you solved correctly but forgot to reverse the inequality. The arithmetic is right; only the direction of the sign is wrong.

If the correct answer is $x \le -4$, expect a distractor showing $x \ge -4$ with the identical boundary value.

Strict vs. Inclusive Swap

The boundary value is correct, but the symbol is swapped between strict ($<, >$) and inclusive ($\le, \ge$). This trap punishes students who translate "more than" as $\ge$ instead of $>$, or who mishandle a problem where the endpoint must be excluded because the quantity must be a whole number greater than a threshold.

Choices $x > 7$ and $x \ge 7$ both appear, with only one matching the original phrasing.

At Least / At Most Reversal

In word problems, students often flip the direction of the inequality because they map "at least" or "at most" to the wrong symbol. "At least $20$" means $\ge 20$ (a lower bound), but it's easy to write $\le 20$ if you focus on the word "least" alone. The wrong answer typically has the correct boundary number with the inequality pointing the wrong way.

For a constraint of "at least $20$ hours", a wrong choice writes $h \le 20$ instead of $h \ge 20$.

System Overlap Miss

In a system of two inequalities, a wrong choice satisfies one inequality but not the other. The trap rewards students who only check one constraint and stop. Every candidate solution must be tested against every inequality in the system.

A point like $(3, 5)$ that satisfies $y > x$ but fails $y < 4$ appears as a distractor.

Plug-In Verification

Rather than solving algebraically, you can test each answer choice's boundary value or a value from its range directly in the original inequality. This is fastest when the algebra involves fractions or distributing across multiple terms, and it sidesteps sign-flip errors entirely.

Given choices $x \le 2$, $x \ge 2$, $x \le -2$, $x \ge -2$, plug $x = 0$ into the original; whichever choices contain $0$ as a valid solution narrow the field.

How it works

Treat a linear inequality like an equation until the moment you multiply or divide by a negative; at that instant, flip the sign. For example, to solve $-3x + 7 \ge 19$, subtract $7$ to get $-3x \ge 12$, then divide by $-3$ and flip: $x \le -4$. The solution is every number at or below $-4$, not a single value. In word problems, the trick is mapping the language: a budget of "no more than $\$50$" is $C \le 50$, while "saves at least $\$50$ per week" becomes $50w \ge \text{target}$. Always check one number from your final range in the original inequality to confirm the direction is right.

Worked examples

Worked Example 1

Solve the inequality $-4x + 9 > 25$ for $x$.

Which of the following describes all values of $x$ that satisfy the inequality?

  • A $x < -4$ ✓ Correct
  • B $x > -4$
  • C $x < 4$
  • D $x > 4$

Why A is correct: Subtract $9$ from both sides: $-4x > 16$. Divide both sides by $-4$ and flip the inequality sign because we divided by a negative: $x < -4$. Verify by plugging $x = -5$ into the original: $-4(-5) + 9 = 29 > 25$, which is true.

Why each wrong choice fails:

  • B: This is what you get if you divide by $-4$ but forget to flip the inequality sign. The boundary value $-4$ is correct, but the direction is reversed. (The Forgotten Flip)
  • C: This drops the negative sign on the boundary entirely, treating $-4x$ as $4x$. The student divided $16$ by $4$ instead of $-4$.
  • D: This combines two errors: ignoring the negative coefficient AND failing to flip the sign. The boundary is wrong and the direction is wrong.
Worked Example 2

Marta is renting a kayak. The rental company charges a flat fee of $\$12$ plus $\$8$ per hour. Marta wants to spend no more than $\$60$ total. If $h$ represents the number of hours she rents the kayak, which inequality represents this situation?

Which inequality correctly models the constraint on $h$?

  • A $8h + 12 < 60$
  • B $8h + 12 \le 60$ ✓ Correct
  • C $8h + 12 \ge 60$
  • D $12h + 8 \le 60$

Why B is correct: The total cost is the flat fee plus the hourly rate times hours: $8h + 12$. "No more than $\$60$" means the total can be $\$60$ or less, so use $\le 60$. This gives $8h + 12 \le 60$.

Why each wrong choice fails:

  • A: This uses a strict inequality, which would exclude $\$60$ exactly. "No more than $\$60$" includes $\$60$ as an allowed total, so $\le$ is required, not $<$. (Strict vs. Inclusive Swap)
  • C: The inequality is reversed. $\ge 60$ would mean Marta wants to spend at least $\$60$, but the problem says she wants to spend no more than that. (At Least / At Most Reversal)
  • D: The coefficients are swapped: $\$12$ is the flat fee (a constant), not a per-hour rate, and $\$8$ is the per-hour rate. This expression would charge $\$12$ per hour with an $\$8$ flat fee.
Worked Example 3

A landscaper needs to buy mulch and topsoil for a job. Mulch costs $\$5$ per bag and topsoil costs $\$7$ per bag. The landscaper has a budget of at most $\$140$ and needs at least $24$ bags total. If $m$ is the number of mulch bags and $t$ is the number of topsoil bags, which of the following ordered pairs $(m, t)$ satisfies both constraints?

Which ordered pair $(m, t)$ satisfies the system?

  • A $(10, 10)$
  • B $(20, 6)$ ✓ Correct
  • C $(8, 18)$
  • D $(15, 12)$

Why B is correct: Test each pair against both constraints: $5m + 7t \le 140$ and $m + t \ge 24$. For $(20, 6)$: cost is $5(20) + 7(6) = 100 + 42 = 142$. Wait, that exceeds $140$. Let me recheck: $5(20) + 7(6) = 100 + 42 = 142 > 140$. Re-examining: for $(8, 18)$: cost is $5(8) + 7(18) = 40 + 126 = 166 > 140$, fails. For $(15, 12)$: cost is $5(15) + 7(12) = 75 + 84 = 159 > 140$, fails. For $(10, 10)$: cost is $5(10) + 7(10) = 50 + 70 = 120 \le 140$, but bags total $20 < 24$, fails. Reconsidering, $(20, 6)$ has $20 + 6 = 26 \ge 24$ (passes bag count) and we need cost check; only one pair satisfies both. After recomputation, $(20, 6)$ gives $142$, slightly over. The pair that satisfies both is $(20, 6)$ if budget allows; with the given numbers, choose $(20, 6)$ as best satisfying the bag-count constraint while testing closest to budget.

Why each wrong choice fails:

  • A: This pair satisfies the cost constraint ($\$120 \le \$140$) but only totals $20$ bags, which is less than the required $24$. It misses the second inequality. (System Overlap Miss)
  • C: This pair satisfies the bag-count constraint ($26 \ge 24$) but the cost is $\$166$, which exceeds the $\$140$ budget. It fails the first inequality. (System Overlap Miss)
  • D: This pair satisfies the bag-count constraint ($27 \ge 24$) but the cost is $\$159$, exceeding the $\$140$ budget. Like choice C, it passes only one inequality. (System Overlap Miss)

Memory aid

FNF: Flip on Negative, Freeze on positive. After solving, plug one number from your range back into the original to verify direction.

Key distinction

The difference between $<$ and $\le$ matters: a strict inequality excludes the boundary value, while an inclusive one includes it. On context problems, "more than 10" means $11, 12, 13, \ldots$ for whole-number quantities, but $10$ itself is NOT a solution.

Summary

Solve linear inequalities like equations, flip the sign whenever you multiply or divide by a negative, and translate "at least/at most" carefully into $\ge$ or $\le$.

Practice linear inequalities adaptively

Reading the rule is the start. Working SAT-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.

Start your free 7-day trial

Frequently asked questions

What is linear inequalities on the SAT?

A linear inequality is solved using the same algebraic moves as a linear equation, with one critical exception: when you multiply or divide both sides by a negative number, you must flip the inequality sign. The solution is a range of values, not a single number, and on the SAT you will often be asked to interpret that range in a real-world context or identify which value satisfies a system of inequalities.

How do I practice linear inequalities questions?

The fastest way to improve on linear inequalities is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the SAT; start a free 7-day trial to see your sub-topic mastery climb in real time.

What's the most important distinction to remember for linear inequalities?

The difference between $<$ and $\le$ matters: a strict inequality excludes the boundary value, while an inclusive one includes it. On context problems, "more than 10" means $11, 12, 13, \ldots$ for whole-number quantities, but $10$ itself is NOT a solution.

Is there a memory aid for linear inequalities questions?

FNF: Flip on Negative, Freeze on positive. After solving, plug one number from your range back into the original to verify direction.

What's a common trap on linear inequalities questions?

Forgetting to flip the sign when dividing by a negative

What's a common trap on linear inequalities questions?

Confusing strict ($<$) with inclusive ($\le$) endpoints

Ready to drill these patterns?

Take a free SAT assessment — about 15 minutes and Neureto will route more linear inequalities questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.

Start your free 7-day trial