Fiveable

📚SAT (Digital) Unit 1 Review

QR code for SAT (Digital) practice questions

Linear Inequalities in One or Two Variables

Linear Inequalities in One or Two Variables

Written by the Fiveable Content Team • Last updated June 2026
Written by the Fiveable Content Team • Last updated June 2026

TL;DR

Linear inequalities in one or two variables fall under the Algebra category on the Digital SAT Math section (44 questions, 70 minutes). These questions ask you to build inequalities from word problems, interpret what parts of an inequality mean in context, check whether specific points satisfy an inequality or system, and move between algebraic, graphical, and tabular forms. The core algebra is similar to linear equations, but instead of a single answer you're working with a solution set. Key skills: translating constraint language, applying the sign-flip rule, and reading half-planes on the xy-plane.


Pep mascot
more resources to help you study

Building and Solving Linear Inequalities

Most inequality questions start with a real-world scenario where some quantity is limited. Your job is constraint modeling: turning English into algebra.

Translating Constraint Language

These phrases map directly to inequality symbols:

  • "At least" or "no fewer than" → \geq
  • "At most" or "no more than" → \leq
  • "More than" or "greater than" → >>
  • "Less than" or "fewer than" → <<

The distinction between "at least 200" (200\geq 200, includes 200) and "more than 200" (>200> 200, excludes 200) is exactly the kind of detail the Digital SAT tests.

Solving One-Variable Inequalities

Solving works just like equations with one critical rule: flip the inequality sign when you multiply or divide both sides by a negative number.

Example 1 — Straightforward: A gym charges a $25 monthly fee plus $8 per class. A member wants to spend no more than $75 per month. Which inequality represents the number of classes cc the member can take?

Set up the total cost and apply the constraint:

8c+25758c + 25 \leq 75

Solve:

8c508c \leq 50

c6.25c \leq 6.25

Since cc must be a whole number, the member can take at most 6 classes.

Example 2 — Sign Flip: A company's profit is modeled by P=3x+900P = -3x + 900, where xx is the number of units beyond a certain threshold. For what values of xx is the profit greater than $150?

3x+900>150-3x + 900 > 150

3x>750-3x > -750

Divide by 3-3 and flip the sign:

x<250x < 250

The solution set is all values of xx less than 250.


Interpreting Constants, Variables, and Solutions in Context

Some questions don't ask you to solve anything. They give you a linear inequality and ask what a specific number or expression represents. This tests whether you understand the structure of the inequality, not just the mechanics.

Example 3: The inequality 12m+35B12m + 35 \leq B models a delivery service, where BB is the customer's budget in dollars and mm is the number of miles. What does each part represent?

  • 12 is the coefficient of mm, so it represents the charge per mile (dollars per mile).
  • 35 is the constant term, independent of miles, so it represents the flat fee in dollars.
  • BB is the upper bound of the total cost, so it represents the maximum amount the customer is willing to spend.

Common trap: Answer choices will describe real quantities from the problem but attach them to the wrong part of the inequality. Always identify which term the question asks about and match its structural role (per-unit rate, fixed amount, total, limit).


Two-Variable Inequalities and the XY-Plane

When an inequality has two variables, its graph in the xy-plane is a half-plane: a boundary line with shading on one side. Every point in the shaded region (and on the line, if the inequality uses \leq or \geq) is part of the solution set.

Graphing Inequalities

To graph y2x+3y \leq 2x + 3:

  1. Graph the boundary line y=2x+3y = 2x + 3. Use a solid line because the inequality includes "equal to" (\leq). Use a dashed line for strict inequalities (<< or >>).
  2. Shade below the line because yy is less than the expression. For y2x+3y \geq 2x + 3, shade above.

Quick check: plug in (0,0)(0, 0). Is 02(0)+30 \leq 2(0) + 3? Yes, 030 \leq 3. So the side containing the origin is the solution region.

Interpreting Points

Example 4: A bakery models its labor constraint as 3c+b243c + b \leq 24, where cc is the number of cakes (3 hours each) and bb is the number of cookie batches (1 hour each), and 24 is the total hours available.

Does (5,10)(5, 10) satisfy the inequality?

3(5)+10=25>24No3(5) + 10 = 25 > 24 \quad \text{No}

Making 5 cakes and 10 batches requires 25 hours, which exceeds the limit. On the graph, (5,10)(5, 10) falls outside the shaded region.

Does (4,12)(4, 12) satisfy it?

3(4)+12=2424Yes3(4) + 12 = 24 \leq 24 \quad \text{Yes}

This combination uses exactly the available hours and lands on the boundary line.


Systems of Inequalities

When a problem has multiple constraints, you get a system of inequalities. The solution set is the overlap of all the individual shaded regions in the xy-plane.

Example 5: A student works two part-time jobs. Job A pays $15/hr and Job B pays $12/hr. The student wants to earn at least $300 per week but can work no more than 25 total hours. Let aa = hours at Job A and bb = hours at Job B.

Earnings constraint:

15a+12b30015a + 12b \geq 300

Time constraint:

a+b25a + b \leq 25

(Implied: a0a \geq 0 and b0b \geq 0, since hours can't be negative.)

Check whether (10,14)(10, 14) is in the solution set:

  • Earnings: 15(10)+12(14)=150+168=31830015(10) + 12(14) = 150 + 168 = 318 \geq 300
  • Time: 10+14=242510 + 14 = 24 \leq 25

Both inequalities are satisfied, so (10,14)(10, 14) is a valid combination.


Connecting Representations: Tables, Graphs, and Algebra

The Digital SAT expects you to move between representations. You might see a table of values and need to identify which inequality fits, or see a graph and write the corresponding inequality.

From a table: Plug each (x,y)(x, y) pair into the answer choices. The correct inequality must hold for every point. Boundary points (where equality holds exactly) tell you whether to use \leq / \geq or << / >>.

From a graph: Identify the boundary line's slope and y-intercept. Then check the direction of shading and whether the line is solid or dashed.

  • Solid line, shaded below → ymx+by \leq mx + b
  • Dashed line, shaded above → y>mx+by > mx + b

Example 6: A graph shows a dashed line through (0,4)(0, 4) and (2,0)(2, 0) with shading below the line.

Find the slope:

m=0420=2m = \frac{0 - 4}{2 - 0} = -2

The y-intercept is 4, so the boundary line is y=2x+4y = -2x + 4.

Dashed line (strict) + shading below:

y<2x+4y < -2x + 4


What to Watch For on Test Day

  1. "At least" vs. "more than": These map to different symbols (\geq vs. >>). Read constraint language carefully — the wrong symbol means the wrong answer.

  2. Flipping the sign: When you multiply or divide by a negative number, the inequality reverses. This is the most common algebraic error on these questions.

  3. Solid vs. dashed lines: A solid boundary line means points on the line are included (\leq or \geq). A dashed line means they're excluded (<< or >>). Check this before eliminating answer choices.

  4. Testing points in systems: A point must satisfy every inequality in the system, not just one. Plug the point into each inequality separately.

  5. Whole-number context answers: If the algebraic answer is a decimal, think about whether to round up or down based on the direction of the inequality and the real-world context. "At least 333.3 units" means you need 334 units, not 333.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot