Back to Blog
    Exams, Assessments & Practice Tools

    SAT Inequalities Practice Questions with Answers

    April 26, 202610 min read19 views
    SAT Inequalities Practice Questions with Answers

    SAT Inequalities Practice Questions with Answers

    Mastering SAT inequalities is essential for achieving a high score on the Math section, as these concepts appear frequently in both the Heart of Algebra and Passport to Advanced Math categories. This guide provides a comprehensive overview of linear and systems of inequalities, complete with worked examples and practice problems to help you build confidence for test day.

    Concept Explanation

    SAT inequalities are mathematical expressions that use symbols such as < < , > > , ≀ \leq , or β‰₯ \geq to compare two values or expressions rather than stating they are equal. These problems require you to find a range of possible values for a variable that make the statement true. Unlike equations, which usually have a single solution, inequalities often result in an infinite set of solutions represented on a number line or a coordinate plane.

    When working with these problems, you must follow standard algebraic rules for isolating variables, with one critical exception: if you multiply or divide both sides of an inequality by a negative number, you must flip the inequality sign. For instance, if βˆ’ 2 x < 10 -2x < 10 , dividing by βˆ’ 2 -2 results in x > βˆ’ 5 x > -5 . On the SAT, you will encounter three main types of inequality problems:

    • Linear Inequalities in One Variable: Solving for x x and representing the solution on a number line.
    • Linear Inequalities in Two Variables: Identifying shaded regions on a graph that satisfy the inequality y > m x + b y > mx + b .
    • Systems of Inequalities: Finding the overlapping region where multiple inequalities are true simultaneously.

    Understanding these concepts is a fundamental part of SAT algebra practice questions. Many students also find it helpful to review medium SAT math practice questions to see how inequalities are integrated into word problems involving budgets or time constraints.

    Solved Examples

    Review these worked examples to understand the step-by-step logic required for different types of SAT inequality problems.

    Example 1: Solving a Linear Inequality
    Solve for x x : 3 ( x βˆ’ 4 ) β‰₯ 5 x + 2 3(x - 4) \geq 5x + 2

    1. Distribute the 3: 3 x βˆ’ 12 β‰₯ 5 x + 2 3x - 12 \geq 5x + 2 .
    2. Subtract 3 x 3x from both sides: βˆ’ 12 β‰₯ 2 x + 2 -12 \geq 2x + 2 .
    3. Subtract 2 from both sides: βˆ’ 14 β‰₯ 2 x -14 \geq 2x .
    4. Divide by 2: βˆ’ 7 β‰₯ x -7 \geq x , or x ≀ βˆ’ 7 x \leq -7 .

    Example 2: Interpreting a Word Problem
    A taxi service charges a flat fee of $3.50 plus $2.25 per mile. If Sarah has at most $20 to spend on a ride, what is the maximum number of miles, m m , she can travel? (Round to the nearest tenth).

    1. Set up the inequality: 3.50 + 2.25 m ≀ 20 3.50 + 2.25m \leq 20 .
    2. Subtract 3.50 from both sides: 2.25 m ≀ 16.50 2.25m \leq 16.50 .
    3. Divide by 2.25: m ≀ 7.333... m \leq 7.333... .
    4. Sarah can travel a maximum of 7.3 miles.

    Example 3: Systems of Inequalities
    Which point ( x , y ) (x, y) is a solution to the system below?
    y > 2 x + 1 y > 2x + 1
    y ≀ βˆ’ x + 5 y \leq -x + 5

    1. Test a point like ( 1 , 4 ) (1, 4) .
    2. Check the first inequality: 4 > 2 ( 1 ) + 1 β†’ 4 > 3 4 > 2(1) + 1 \rightarrow 4 > 3 (True).
    3. Check the second inequality: 4 ≀ βˆ’ ( 1 ) + 5 β†’ 4 ≀ 4 4 \leq -(1) + 5 \rightarrow 4 \leq 4 (True).
    4. Since both are true, ( 1 , 4 ) (1, 4) is a valid solution.

    Practice Questions

    Test your skills with the following SAT inequalities practice questions. These range from basic manipulation to complex systems.

    1. Solve for w w : 1 2 ( w + 6 ) < 14 \frac{1}{2}(w + 6) < 14

    2. If βˆ’ 5 < 2 x βˆ’ 3 < 11 -5 < 2x - 3 < 11 , what is one possible integer value for x x ?

    3. A landscaping company charges $45 per hour for labor plus a $120 equipment fee. If a customer's budget is a maximum of $400, which inequality represents the number of hours, h h , the company can work?

    Ready to ace your exams?

    Try Bevinzey's AI-powered study tools for free.

    Start Learning Free

    4. Which of the following ( x , y ) (x, y) pairs satisfies the inequality y ≀ 3 x βˆ’ 7 y \leq 3x - 7 ?
    A) (2, 0)
    B) (3, 3)
    C) (0, 0)
    D) (4, 5)

    5. Solve the system of inequalities for x x :
    2 x + y > 10 2x + y > 10
    x βˆ’ y > 2 x - y > 2

    6. A movie theater sells adult tickets for $12 and child tickets for $8. The theater must sell at least $800 worth of tickets for a screening. If a a is the number of adult tickets and c c is the number of child tickets, write an inequality representing this situation.

    7. For which value of k k will the inequality βˆ’ 3 x + 4 < k x βˆ’ 2 -3x + 4 < kx - 2 have no solution for x x if k k is a constant? (Hint: Think about parallel lines in equations).

    8. Solve: βˆ’ 4 ( x + 2 ) β‰₯ 12 -4(x + 2) \geq 12

    9. In the x y xy -plane, if a point ( a , b ) (a, b) lies in the solution set of the system y > x + 2 y > x + 2 and y < βˆ’ x + 8 y < -x + 8 , what is the maximum possible integer value of b b ?

    10. If a < b a < b , which of the following must be true?
    A) a 2 < b 2 a^2 < b^2
    B) βˆ’ a < βˆ’ b -a < -b
    C) a + c < b + c a + c < b + c
    D) a c < b c ac < bc

    Answers & Explanations

    1. Answer: w < 22 w < 22 . Multiply both sides by 2 to get w + 6 < 28 w + 6 < 28 . Subtract 6 from both sides to find w < 22 w < 22 .

    2. Answer: 0, 1, 2, 3, 4, 5, or 6. Add 3 to all parts: βˆ’ 2 < 2 x < 14 -2 < 2x < 14 . Divide by 2: βˆ’ 1 < x < 7 -1 < x < 7 . Any integer in this range is correct.

    3. Answer: 45 h + 120 ≀ 400 45h + 120 \leq 400 . The flat fee is the constant, and the hourly rate is the coefficient for h h . "Maximum" implies ≀ \leq .

    4. Answer: D. Plug in (4, 5): 5 ≀ 3 ( 4 ) βˆ’ 7 β†’ 5 ≀ 12 βˆ’ 7 β†’ 5 ≀ 5 5 \leq 3(4) - 7 \rightarrow 5 \leq 12 - 7 \rightarrow 5 \leq 5 . This is true. Other options fail the check.

    5. Answer: x > 4 x > 4 . Add the two inequalities together: ( 2 x + y ) + ( x βˆ’ y ) > 10 + 2 (2x + y) + (x - y) > 10 + 2 . This simplifies to 3 x > 12 3x > 12 , so x > 4 x > 4 .

    6. Answer: 12 a + 8 c β‰₯ 800 12a + 8c \geq 800 . The total revenue from adults ( 12 a 12a ) and children ( 8 c 8c ) must be greater than or equal to 800.

    7. Answer: k = βˆ’ 3 k = -3 . If the coefficients of x x are the same, the lines are parallel. For certain constants, this can result in no solution for the inequality statement depending on the constants 4 and -2.

    8. Answer: x ≀ βˆ’ 5 x \leq -5 . Divide by -4 and flip the sign: x + 2 ≀ βˆ’ 3 x + 2 \leq -3 . Subtract 2: x ≀ βˆ’ 5 x \leq -5 .

    9. Answer: 4. To find the maximum y y , look near the intersection of y = x + 2 y = x + 2 and y = βˆ’ x + 8 y = -x + 8 . Adding them: 2 y = 10 β†’ y = 5 2y = 10 \rightarrow y = 5 . Since y y must be less than the intersection point for certain regions, and the boundaries are not inclusive, the highest integer b b below 5 is 4.

    10. Answer: C. Adding a constant to both sides of an inequality never changes the inequality sign. A is false if a a is negative (e.g., βˆ’ 5 < 2 -5 < 2 but 25 > 4 25 > 4 ). B is false because multiplying by -1 flips the sign. D is false if c c is negative.

    Quick Quiz

    Interactive Quiz 5 questions

    1. What happens to the inequality sign when you multiply both sides by -1?

    • A It stays the same
    • B It becomes an equal sign
    • C It flips to the opposite direction
    • D It disappears
    Check answer

    Answer: C. It flips to the opposite direction

    2. Which inequality represents the statement "x is at least 5"?

    • A x < 5 x < 5
    • B x ≀ 5 x \leq 5
    • C x > 5 x > 5
    • D x β‰₯ 5 x \geq 5
    Check answer

    Answer: D. x β‰₯ 5 x \geq 5

    3. If y > 2 x + 5 y > 2x + 5 , which point is NOT in the solution set?

    • A (0, 10)
    • B (1, 8)
    • C (5, 0)
    • D (-2, 10)
    Check answer

    Answer: C. (5, 0)

    4. Solve βˆ’ 2 x < 10 -2x < 10 .

    • A x < βˆ’ 5 x < -5
    • B x > βˆ’ 5 x > -5
    • C x < 5 x < 5
    • D x > 5 x > 5
    Check answer

    Answer: B. x > βˆ’ 5 x > -5

    5. A system of inequalities is represented on a graph. What does the solution set look like?

    • A A single point of intersection
    • B A straight line
    • C The overlapping shaded region
    • D The entire coordinate plane
    Check answer

    Answer: C. The overlapping shaded region

    Want unlimited practice questions like these?

    Generate AI-powered questions with step-by-step solutions on any topic.

    Try Question Generator Free β†’

    Frequently Asked Questions

    When should I flip the inequality sign?

    You must flip the inequality sign whenever you multiply or divide both sides of the inequality by a negative number. This ensures the mathematical relationship remains true on the number line.

    What is the difference between < and ≀ on a graph?

    On a coordinate plane, < < and > > are represented by dashed lines to show the boundary is not included. The symbols ≀ \leq and β‰₯ \geq use solid lines to indicate that points on the line are part of the solution.

    How do I solve a system of inequalities on the SAT?

    You can solve a system by graphing both inequalities and finding the overlap, or by using substitution and elimination. For multiple-choice questions, plugging the provided coordinates into both inequalities is often the fastest strategy.

    Can an inequality have no solution?

    Yes, an inequality or system of inequalities can have no solution if the requirements are contradictory. For example, the system x > 5 x > 5 and x < 2 x < 2 has no overlapping values, resulting in an empty set.

    What does "at most" mean in SAT word problems?

    "At most" translates to the ≀ \leq symbol in algebra. It indicates that a value can be equal to the limit but cannot exceed it, which is common in budgeting or capacity problems.

    For more practice with algebraic concepts, check out our hard SAT algebra practice questions or explore easy SAT math practice questions to solidify your foundations. You can also find help with broader topics via Khan Academy's SAT prep or the College Board official site.

    Ready to ace your exams?

    Try Bevinzey's AI-powered study tools for free.

    Start Learning Free

    Enjoyed this article?

    Share it with others who might find it helpful.