Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. PSAT Math
  2. Linear Inequalities in One or Two Variables

PSAT MATH • ALGEBRA

Linear Inequalities in One or Two Variables

Learn how to solve, graph, and interpret inequalities that model real-world constraints and boundaries.

SECTION 1

Historical Context & Motivation

For thousands of years, mathematicians worked primarily with equations—statements that two expressions are equal. But many real-world problems don't ask "what value makes this exactly equal?" Instead, they ask "what range of values keeps me within a budget?" or "how much can I produce without exceeding capacity?" These questions require inequalities, mathematical statements that compare expressions using symbols like <, >, ≤, and ≥. The development of inequality notation took centuries to evolve, and it opened the door to an entire branch of mathematics focused on constraints and optimization.

1631
Harriot Introduces < and >
English mathematician Thomas Harriot's posthumous work introduced the less-than (<) and greater-than (>) symbols, giving mathematicians a standardized way to express inequality relationships.
1734
Bouguer Adds ≤ and ≥
French mathematician Pierre Bouguer introduced the "less-than-or-equal-to" (≤) and "greater-than-or-equal-to" (≥) symbols, enabling more precise boundary descriptions in mathematical reasoning.
1827
Fourier's Inequality Systems
Joseph Fourier studied systems of linear inequalities as part of his work in mechanics and heat theory, laying the groundwork for what would become linear programming.
1947
Dantzig and Linear Programming
George Dantzig developed the simplex method, a systematic way to solve optimization problems defined by systems of linear inequalities. This transformed economics, logistics, and engineering.
Today
Inequalities on the PSAT
The PSAT/NMSQT tests your ability to solve, graph, and interpret linear inequalities in both one and two variables, reflecting their importance in modeling real-world constraints.

The central question that linear inequalities address is: what set of values satisfies a given constraint? Unlike equations that typically have one or a few solutions, an inequality defines an entire region of valid solutions. Mastering this concept is essential for the PSAT, where you'll encounter inequality problems in both the Algebra domain and real-world modeling contexts.

SECTION 2

Core Principles & Definitions

A linear inequality is a mathematical statement that compares a linear expression to a value or another expression using an inequality symbol. In one variable, it looks like 3x − 5 > 7. In two variables, it looks like 2x + y ≤ 10. The core principles below form the foundation for every inequality problem you'll encounter on the PSAT.

1

Solution Set

An inequality's solution set is the collection of all values that make the inequality true. For one variable, this is an interval on the number line. For two variables, it's a region of the coordinate plane.
2

Boundary Line or Point

The related equation (replace the inequality sign with =) creates the boundary. For one variable, the boundary is a point. For two variables, it's a line. The boundary separates solutions from non-solutions.
3

Open vs. Closed Boundaries

Strict inequalities (< or >) use open circles or dashed lines—the boundary is NOT included. Non-strict inequalities (≤ or ≥) use closed circles or solid lines—the boundary IS included.
4

The Flip Rule

When you multiply or divide both sides of an inequality by a negative number, you must reverse the direction of the inequality sign. This is the single most important rule that distinguishes inequality manipulation from equation manipulation.
5

Test Point Method

For two-variable inequalities, after graphing the boundary line, pick a test point (usually the origin) not on the line. Substitute it into the inequality—if true, shade that side; if false, shade the opposite side.
✦ KEY TAKEAWAY
KEY TAKEAWAY
SECTION 3

Visualizing Inequalities

Graphing is one of the most powerful ways to understand linear inequalities. For a one-variable inequality, the solution is represented on a number line. For a two-variable inequality, the solution is an entire region of the coordinate plane. The diagram below shows both types side by side so you can see how the dimension of the graph matches the number of variables.

Linear Inequalities: One Variable vs. Two Varia… One Variable x > 2 0 1 2 3 4 Open circle → value NOT included Shaded ray → all values greater than 2 Strict inequality ( > ) uses open circle. Non-strict ( ≥ ) would use a filled circle. Two Variables y ≤ x + 1 x y 1 2 3 4 1 2 3 y = x + 1 y ≤ x + 1 Solid line → boundary is included (≤)
Left: a one-variable inequality on a number line with an open circle at 2 and shading to the right. Right: a two-variable inequality on the coordinate plane with a solid boundary line and shading below. The shaded areas represent all solutions.

Notice the key visual differences. On the number line, the open circle at 2 tells you that 2 itself is not a solution to x > 2. If the inequality were x ≥ 2, you'd use a filled-in circle instead. On the coordinate plane, the solid line for y ≤ x + 1 means that points on the line are solutions. If the inequality were y < x + 1, the boundary line would be dashed. The shaded region below the line represents every (x, y) pair where the y-value is less than or equal to x + 1.

SECTION 4

Mathematical Framework

Solving linear inequalities uses many of the same algebraic steps as solving linear equations: adding, subtracting, multiplying, and dividing both sides by the same quantity. The critical difference is the flip rule—whenever you multiply or divide both sides by a negative number, you must reverse the inequality sign. Below are the key forms and properties you need to know.

ONE-VARIABLE LINEAR INEQUALITY
ax + b < c (or >, ≤, ≥)
Where a is the coefficient of x (a ≠ 0), b is a constant, and c is the value on the other side. Solve by isolating x, remembering to flip the sign if dividing by a negative.
TWO-VARIABLE LINEAR INEQUALITY
ax + by < c (or >, ≤, ≥)
Where a and b are coefficients, and c is a constant. Often rewritten in slope-intercept form: y < (−a/b)x + (c/b) to identify the boundary line and which side to shade.
THE FLIP RULE
If a < b, then −a > −b
Multiplying or dividing both sides by a negative number reverses the inequality. For example, if −3x > 12, dividing both sides by −3 gives x < −4. Forgetting to flip is the most common mistake students make on inequality problems.
COMPOUND INEQUALITY
a < bx + c < d
A compound inequality combines two inequalities into one statement. Solve by performing the same operation on all three parts simultaneously. The solution is the intersection of the two individual solution sets.
PSAT Tip
SECTION 5

Graphing Two-Variable Inequalities Step by Step

Graphing a linear inequality in two variables is a four-step process. First, you rewrite the inequality in slope-intercept form to identify the boundary line. Second, you graph the boundary line as either solid or dashed. Third, you pick a test point and substitute it into the inequality. Fourth, you shade the correct side of the line. The diagram below walks through these steps for the inequality 2x + 3y ≥ 6.

Graphing the Inequality 2x + 3y ≥ 6 Step 1: Rewrite in Slope-Intercept Form 2x + 3y ≥ 6 3y ≥ −2x + 6 y ≥ (−2/3)x + 2 Step 2: Draw the Boundary Line Slope = −2/3, y-intercept = 2 ≥ means use a SOLID line (boundary included) Step 3: Test Point (0, 0) 2(0) + 3(0) ≥ 6 → 0 ≥ 6? FALSE ✗ → Shade AWAY from (0, 0) Step 4: Shade the Solution Region The region above and to the right of the line satisfies 2x + 3y ≥ 6. x y 1 2 3 4 5 1 2 3 4 0 (0, 2) (3, 0) (0, 0) ✗ (2, 2) ✓ Solution Region The solid boundary line (≥) includes points on …
The four-step process for graphing 2x + 3y ≥ 6. The steps on the left show the algebra; the graph on the right shows the result. The amber shading indicates the solution region, the solid amber line is the boundary, the red dot at (0, 0) marks the failing test point, and the green dot at (2, 2) shows a point that satisfies the inequality.

In the diagram, the boundary line passes through the intercepts (0, 2) and (3, 0). Because the inequality uses ≥, the line is solid—every point on it is part of the solution. The origin (0, 0) fails the test, so we shade the side of the line that does not contain the origin. Any point in the shaded region, such as (2, 2), satisfies the original inequality: 2(2) + 3(2) = 10 ≥ 6. On the PSAT, you might be given a graph and asked which inequality it represents, or given an inequality and asked whether a specific point is in the solution region.

Quick reference: boundary line style based on inequality symbol
Inequality SymbolBoundary LineIncludes Boundary?
< (less than)DashedNo
> (greater than)DashedNo
≤ (less than or equal to)SolidYes
≥ (greater than or equal to)SolidYes
SECTION 6

Worked Example

Let's work through a PSAT-style problem from start to finish. This example combines inequality solving in one variable with interpreting a real-world context.

Problem

Step 1 — Identify the Constraints

There are two constraints in this problem. The earnings constraint says the student wants to earn at least $180, which means total earnings must be greater than or equal to 180. The time constraint says the student can work no more than 20 hours, which means total hours must be less than or equal to 20.

Step 2 — Translate to Mathematical Expressions

Earnings: the student earns $12 for each tutoring hour and $9 for each bookstore hour. Total earnings = 12t + 9b. The phrase "at least $180" translates to ≥ 180.
12t + 9b ≥ 180

Step 3 — Write the Time Constraint

Total hours = t + b. The phrase "no more than 20 hours" translates to ≤ 20.
t + b ≤ 20

Step 4 — Add Implicit Constraints

Hours worked cannot be negative, so we include t ≥ 0 and b ≥ 0. These implicit constraints are easy to overlook but are essential for a complete model.
t ≥ 0 and b ≥ 0

Step 5 — Write the Complete System

Combining all four inequalities gives the complete system that models the student's situation. Any point (t, b) that satisfies all four inequalities simultaneously is a valid work schedule.
12t + 9b ≥ 180, t + b ≤ 20, t ≥ 0, b ≥ 0

Step 6 — Verify with a Test Point

Let's test the point (10, 8), meaning 10 hours tutoring and 8 hours at the bookstore. Earnings: 12(10) + 9(8) = 120 + 72 = 192 ≥ 180 ✓. Total hours: 10 + 8 = 18 ≤ 20 ✓. Both are non-negative ✓. This schedule works!
(10, 8) is a valid solution ✓
SECTION 7

Common Mistakes & How to Avoid Them

Inequality problems on the PSAT are designed to test whether you understand the subtle differences between inequalities and equations. The table below outlines the most frequent mistakes students make and provides strategies to avoid them.

Five pitfalls to watch for on PSAT inequality problems
Common MistakeWhy It's WrongHow to Fix It
Forgetting to flip the sign when dividing by a negative−2x > 6 does NOT give x > −3. Dividing by −2 reverses the sign.Circle the negative divisor in your work as a reminder. Then flip: x < −3.
Using the wrong line style (solid vs. dashed)A strict inequality (< or >) requires a dashed line, but students often draw solid.Ask: "Is the boundary included?" If the symbol has a line under it (≤, ≥), draw solid. Otherwise, dashed.
Shading the wrong side of the boundaryChoosing the wrong region means every answer in the shaded area is actually wrong.Always use a test point (0, 0) is easiest unless it's on the line. Substitute and check.
Confusing "at least" and "at most""At least 5" means ≥ 5, not > 5. "At most 5" means ≤ 5, not < 5."At least" → think of the minimum → ≥. "At most" → think of the maximum → ≤.
Ignoring implicit constraints like x ≥ 0Real-world quantities (hours, prices, counts) can't be negative, but the algebra alone won't enforce this.After writing the main inequalities, always ask: "Can any variable be negative in this context?"
✦ KEY TAKEAWAY
KEY TAKEAWAY
SECTION 8

Connection to Advanced Topics

Linear inequalities are not just a topic for standardized tests—they form the foundation for important areas of advanced mathematics and real-world applications. Understanding how PSAT-level inequality skills connect to higher concepts can help you see the bigger picture and motivate deeper learning.

How PSAT inequality skills extend into college and career contexts
PSAT-Level SkillAdvanced ExtensionReal-World Application
Solving single linear inequalitiesSystems of inequalities and feasible regionsManufacturing constraints: maximizing profit under resource limits
Graphing boundary lines and shadingLinear programming and the simplex methodAirline scheduling: assigning crews to flights under time constraints
Interpreting inequality solutionsOptimization with objective functionsPortfolio management: balancing risk and return within investment limits
Compound inequalitiesAbsolute value inequalities and piecewise functionsQuality control: ensuring measurements fall within tolerance ranges

On the SAT (which you may take after the PSAT), inequality problems become slightly more complex. You'll see systems of linear inequalities where two or more inequalities must be satisfied simultaneously, and the solution is the overlapping shaded region. You may also encounter problems that combine linear inequalities with other algebraic concepts like absolute value or quadratic expressions. The core skills you build now—solving, graphing, and interpreting—transfer directly to those more advanced problems.

SECTION 9

Practice Problems

Test your understanding with these five problems, arranged from conceptual understanding to critical thinking. Each problem reflects the format and difficulty range you'll encounter on the PSAT/NMSQT.

PROBLEM 1 — CONCEPTUAL
Which of the following describes the solution set of the inequality x ≥ −3?
PROBLEM 2 — BASIC CALCULATION
What is the solution to the inequality −4x + 7 > 23?
PROBLEM 3 — INTERMEDIATE
A boundary line passes through the points (0, 4) and (2, 0) and is drawn as a dashed line on the coordinate plane. The region below the boundary line is shaded. Which inequality represents this graph?
PROBLEM 4 — APPLIED
A food truck has room for at most 200 items. Each taco takes up 1 unit of space, and each burrito takes up 2 units of space. The truck must carry at least 50 tacos. If t represents the number of tacos and b represents the number of burritos, which system of inequalities models the truck's constraints?
PROBLEM 5 — CRITICAL THINKING
The solution set of 3(2 − x) ≥ k − 5x is x ≥ −4.5. What is the value of k?
SUMMARY

Lesson Summary

Varsity Tutors • PSAT Math • Linear Inequalities in One or Two Variables