Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Linear Inequalities (SAT)
Source: https://www.fatskills.com/sat/chapter/how-to-solve-linear-inequalities-sat

How to Solve: Linear Inequalities (SAT)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Linear Inequalities (SAT)

Target Score Impact: Linear inequalities appear 3-5 times per SAT Math section—mastering them can boost your score by 40-60 points by eliminating careless errors and speeding up problem-solving.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The SAT isn’t testing whether you can solve inequalities—it’s testing: 1. Precision under pressure – Can you avoid sign errors when multiplying/dividing by negatives? 2. Graphical intuition – Can you translate between algebraic inequalities and number lines/graphs? 3. Logical elimination – Can you spot and reject answer choices that violate inequality rules?


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem: A word problem or algebraic statement introducing the inequality.
  2. Example: "A gym charges a $20 membership fee plus $5 per class. If a member wants to spend no more than $50 total, which inequality represents the number of classes ( x ) they can attend?"
  3. Conditions: Constraints (e.g., "no more than," "at least," "between").
  4. Answer Choices: 4-5 options, often including:
  5. Correct inequality (may be rearranged).
  6. Distractors with flipped signs, wrong operations, or misplaced variables.
  7. What to Ignore:
  8. Extraneous details (e.g., "the gym is open 7 days a week").
  9. Answer choices with equal signs unless the problem includes "or equal to."

Representative Example Question

Which of the following represents all values of ( x ) that satisfy ( 3x - 7 \leq 2x + 5 )? A) ( x \leq 12 ) B) ( x \geq 12 ) C) ( x \leq -12 ) D) ( x \geq -12 )


THE DECISION FRAMEWORK (Step-by-Step)

Run this process for every linear inequality question:

  1. Isolate the variable term.
  2. Move all ( x )-terms to one side, constants to the other.
  3. Example: ( 3x - 2x \leq 5 + 7 ) → ( x \leq 12 ).

  4. Check the sign when multiplying/dividing.

  5. If you multiply or divide by a negative, flip the inequality sign.
  6. Example: ( -2x > 6 ) → ( x < -3 ) (sign flips).

  7. Translate words to symbols.

  8. "No more than" = ( \leq )
  9. "At least" = ( \geq )
  10. "Between" = compound inequality (e.g., ( 3 < x < 7 )).

  11. Graph the solution (optional but powerful).

  12. Draw a number line to visualize.
  13. Open circle for ( < ) or ( > ); closed circle for ( \leq ) or ( \geq ).

  14. Test a number in the solution set.

  15. Plug in a value from your solution to verify.
  16. Example: For ( x \leq 12 ), test ( x = 10 ): ( 3(10) - 7 = 23 \leq 2(10) + 5 = 25 ) ✔️.

  17. Eliminate wrong answers.

  18. Cross out choices that:
    • Have the wrong sign (e.g., ( \geq ) instead of ( \leq )).
    • Include equal signs when the problem doesn’t (e.g., "less than" vs. "less than or equal to").
    • Are off by a factor (e.g., ( x \leq 6 ) instead of ( x \leq 12 )).

Worked Examples

Example 1 – Straightforward

Question: If ( 4x + 3 > 2x - 5 ), which of the following is true? A) ( x > -4 ) B) ( x < -4 ) C) ( x > 4 ) D) ( x < 4 )

Step-by-Step: 1. Isolate ( x ): ( 4x - 2x > -5 - 3 ) → ( 2x > -8 ). 2. Divide by 2 (positive, so sign stays): ( x > -4 ). 3. Test ( x = 0 ): ( 4(0) + 3 = 3 > 2(0) - 5 = -5 ) ✔️. 4. Eliminate:
- B (wrong sign), C (wrong value), D (wrong value and sign). Answer: A.


Example 2 – Common Trap Version

Question: Which inequality represents "three less than twice a number is at least 15"? A) ( 2x - 3 \geq 15 ) B) ( 2x - 3 \leq 15 ) C) ( 3 - 2x \geq 15 ) D) ( 2(x - 3) \geq 15 )

Step-by-Step: 1. Translate words: "three less than twice a number" = ( 2x - 3 ); "is at least" = ( \geq ). 2. Write inequality: ( 2x - 3 \geq 15 ). 3. Test ( x = 9 ): ( 2(9) - 3 = 15 \geq 15 ) ✔️. 4. Eliminate:
- B (wrong sign), C (reversed subtraction), D (incorrect distribution). Answer: A.

Trap: Students often reverse "less than" (e.g., ( 3 - 2x )) or misplace the inequality sign.


Example 3 – Hard Variant

Question: For which values of ( x ) is ( -2 \leq \frac{3x + 1}{4} < 5 ) true? A) ( -3 \leq x < \frac{19}{3} ) B) ( -3 < x \leq \frac{19}{3} ) C) ( x \geq -3 ) D) ( x < \frac{19}{3} )

Step-by-Step: 1. Split into two inequalities:
- ( -2 \leq \frac{3x + 1}{4} )
- ( \frac{3x + 1}{4} < 5 ) 2. Solve first inequality:
- Multiply by 4: ( -8 \leq 3x + 1 )
- Subtract 1: ( -9 \leq 3x )
- Divide by 3: ( -3 \leq x ) 3. Solve second inequality:
- Multiply by 4: ( 3x + 1 < 20 )
- Subtract 1: ( 3x < 19 )
- Divide by 3: ( x < \frac{19}{3} ) 4. Combine: ( -3 \leq x < \frac{19}{3} ). 5. Test ( x = 0 ): ( -2 \leq \frac{1}{4} < 5 ) ✔️. 6. Eliminate:
- B (wrong sign for ( x \geq -3 )), C/D (incomplete). Answer: A.

Hard Part: Splitting compound inequalities and handling fractions.


WRONG ANSWER PATTERNS

  1. Flipped Sign Distractor
  2. Why it looks right: Students forget to flip the sign when dividing by a negative.
  3. Why it’s wrong: ( -2x > 6 ) becomes ( x < -3 ), not ( x > -3 ).

  4. Equal Sign Distractor

  5. Why it looks right: Students confuse "less than" with "less than or equal to."
  6. Why it’s wrong: "No more than 10" = ( \leq 10 ), not ( < 10 ).

  7. Off-by-One Distractor

  8. Why it looks right: Students miscalculate constants (e.g., ( 3x - 7 \leq 5 ) → ( x \leq 4 ) instead of ( x \leq 4 )).
  9. Why it’s wrong: Arithmetic error in isolating ( x ).

  10. Reversed Variable Distractor

  11. Why it looks right: Students misread "three less than twice a number" as ( 3 - 2x ).
  12. Why it’s wrong: Order of operations is reversed.

Common Mistakes

  1. Forgetting to Flip the Sign
  2. Why it happens: Autopilot mode when dividing by negatives.
  3. Correct approach: Circle the sign and ask: "Am I dividing by a negative?"

  4. Misinterpreting "Between"

  5. Why it happens: Students write ( a < x > b ) instead of ( a < x < b ).
  6. Correct approach: Write as two separate inequalities first.

  7. Distributing Incorrectly

  8. Why it happens: Students forget to distribute coefficients (e.g., ( 2(x - 3) \geq 15 ) → ( 2x - 6 \geq 15 )).
  9. Correct approach: Expand parentheses before solving.

  10. Testing the Wrong Number

  11. Why it happens: Students test a number outside the solution set (e.g., testing ( x = 0 ) for ( x > 5 )).
  12. Correct approach: Pick a number from the answer choice’s range.

  13. Ignoring Compound Inequalities

  14. Why it happens: Students solve only one part of ( a < x < b ).
  15. Correct approach: Split into two inequalities and solve separately.

TIME STRATEGY

  • Target Time: 45–60 seconds per question.
  • When to Skip: If you’re stuck after 90 seconds, flag and return later.
  • Minimum Work:
  • Isolate ( x ) (10–15 seconds).
  • Test one number (10 seconds).
  • Eliminate 2–3 wrong answers (10 seconds).

BACKSOLVING AND SHORTCUTS

  1. Plug in Answer Choices
  2. If the question asks "which inequality is true," test values from the answer choices.
  3. Example: For ( 3x - 7 \leq 2x + 5 ), test ( x = 12 ) (from choice A):
    ( 3(12) - 7 = 29 \leq 2(12) + 5 = 29 ) ✔️.

  4. Eliminate Based on Signs

  5. If the problem says "less than," eliminate all ( \geq ) or ( > ) choices immediately.

  6. Use Number Lines for Compound Inequalities

  7. Draw a quick number line to visualize ( a < x < b ).

  8. Memorize Key Phrases

  9. "At least" = ( \geq )
  10. "No more than" = ( \leq )
  11. "Between" = compound inequality.

1-Minute Recap

"Here’s the exact process to solve any linear inequality on the SAT—fast and error-free: 1. Isolate ( x ): Move all ( x )-terms to one side, constants to the other. Never skip this step. 2. Flip the sign if dividing by a negative. Circle the sign to double-check. 3. Translate words to symbols. "At least" = ( \geq ), "no more than" = ( \leq ). 4. Test a number. Pick a value from your solution and plug it back in. If it works, you’re golden. 5. Eliminate wrong answers. Cross out choices with the wrong sign, wrong values, or equal signs when the problem doesn’t have them.

Remember: The SAT is testing your precision, not your speed. Slow down on the sign flip—it’s the #1 mistake. You’ve got this!


Final Note: Bookmark this guide and review the Decision Framework before every practice test. Linear inequalities are free points—don’t let careless errors cost you!



ADVERTISEMENT