ACT MATH • PREPARING FOR HIGHER MATH

Inequalities & Absolute Value

Master the rules for solving inequalities and absolute value equations that appear frequently on the ACT.

Historical Context & Motivation

Mathematics has always needed ways to express relationships that go beyond simple equality. When ancient merchants wanted to say that a shipment must weigh at least a certain amount, or when engineers needed to specify that a measurement must fall within a certain tolerance, they needed a language richer than the equals sign alone. Inequalities and absolute value developed over centuries to fill that need, eventually becoming essential tools in algebra, calculus, and standardized tests like the ACT.

~300 BCE
Euclid's Elements
Euclid used geometric comparisons to express that one quantity is greater or less than another, laying the conceptual groundwork for inequality reasoning.
1631
Inequality Symbols Introduced
Thomas Harriot's posthumous work introduced the symbols > and < that we still use today, replacing cumbersome Latin phrases.
1829
Absolute Value Formalized
Karl Weierstrass introduced the vertical-bar notation |x| to represent the distance of a number from zero, giving absolute value a precise mathematical definition.
1959
First ACT Administered
The ACT began testing algebraic reasoning, including inequalities and absolute value, as core skills for college readiness.

On the ACT, inequalities and absolute value questions test whether you can think about ranges of solutions rather than single answers. The central question these concepts address is: What set of values satisfies a given condition? Understanding this question—and the techniques to answer it—will help you tackle a significant portion of the ACT Math section with confidence.

Core Principles & Definitions

Before you can solve inequality and absolute value problems quickly, you need a solid grasp of the foundational ideas that govern how they work. These principles are the building blocks for every problem you will see on the ACT.

1

Inequality Symbols

The four inequality symbols are < (less than), > (greater than), ≤ (less than or equal to), and ≥ (greater than or equal to). Each defines a range of values rather than a single value.
2

The Flip Rule

When you multiply or divide both sides of an inequality by a negative number, you must reverse (flip) the inequality sign. This is the single most common source of errors.
3

Absolute Value as Distance

The absolute value |x| represents the distance from x to 0 on a number line. It is always non-negative, meaning |x| ≥ 0 for all real numbers x.
4

Compound Inequalities

A compound inequality like −3 < x ≤ 5 describes a range of values. You can solve it by performing the same operation on all three parts simultaneously.
5

Splitting Absolute Value Equations

To solve |expression| = k (where k ≥ 0), split into two cases: expression = k OR expression = −k. This technique converts one absolute value equation into two standard equations.
KEY TAKEAWAY
Think of absolute value like measuring distance with a ruler—you never get a negative reading. If someone says "you are within 5 miles of the school," that means your distance from the school is less than 5: |your position − school| < 5. This distance idea is the key to unlocking every absolute value problem on the ACT.

Visual Explanation — Number Line Representations

One of the most powerful ways to understand inequalities and absolute value is to visualize them on a number line. The diagram below shows how different inequality types map to shaded regions. Open circles (○) indicate that the endpoint is not included (strict inequalities: < or >), while closed circles (●) indicate the endpoint is included (non-strict: ≤ or ≥).

Four common inequality and absolute value scenarios shown on number lines. Notice how |x| < 3 creates a single bounded region ("AND" compound inequality), while |x| ≥ 2 creates two unbounded rays ("OR" compound inequality).

The key visual pattern to remember is this: absolute value inequalities with less than (< or ≤) produce a single connected segment on the number line, because the values are "trapped" between two bounds. Absolute value inequalities with greater than (> or ≥) produce two separate rays pointing outward, because the values must be far enough from the center. On the ACT, if you can quickly sketch a number line in the margin, you can often identify the correct answer choice by matching it to the right shape.

Mathematical Framework

Now let's formalize the rules you need. These equations and properties are the tools you will apply on test day. Make sure you understand not just what each rule says but why it works—that way you won't need to rely on pure memorization.

SOLVING LINEAR INEQUALITIES
If a < b and c > 0, then ac < bc (multiply by positive — sign stays) If a < b and c < 0, then ac > bc (multiply by negative — sign flips)
This rule applies identically for >, ≤, and ≥. The flip rule is the most tested property of inequalities on the ACT.
ABSOLUTE VALUE EQUATION
|expression| = k → expression = k OR expression = −k (k ≥ 0)
If k < 0, then |expression| = k has no solution, because absolute value can never be negative.
ABSOLUTE VALUE INEQUALITY (LESS THAN)
|expression| < k → −k < expression < k (k > 0)
This is the "AND" form: the expression must be simultaneously greater than −k and less than k. Think of it as being within k units of zero.
ABSOLUTE VALUE INEQUALITY (GREATER THAN)
|expression| > k → expression < −k OR expression > k (k > 0)
This is the "OR" form: the expression must be either less than −k or greater than k. Think of it as being more than k units away from zero.
💡 ACT Tip
A handy mnemonic: "Less than" means "betweEN" (AND), and "Greater than" means "OR" (two separate regions). Some students remember this as: "Less = aNd, greatOR."

Detailed Breakdown — Types of Problems on the ACT

On the ACT, inequality and absolute value questions appear in several distinct forms. The diagram below organizes these problem types into a decision tree that will help you quickly identify which technique to apply when you see a question on test day.

Follow this decision tree to determine the correct strategy for any inequality or absolute value problem. Start at the top and work downward based on the form of the problem.
Summary of the five main problem types involving inequalities and absolute value
Problem TypeWhat to Look ForKey Technique
Simple InequalityOne variable, one inequality sign, no absolute value barsSolve like an equation; flip the sign if you multiply/divide by a negative
Compound InequalityTwo inequality signs (e.g., −2 < x + 1 ≤ 5) or two separate statements joined by AND/ORPerform the same operation on all three parts; determine intersection (AND) or union (OR)
Absolute Value Equation|expression| = numberSplit into two cases and solve each; check for extraneous solutions
AV Inequality (<)|expression| < number or |expression| ≤ numberRewrite as compound AND inequality: −k < expression < k
AV Inequality (>)|expression| > number or |expression| ≥ numberRewrite as compound OR inequality: expression < −k OR expression > k

Worked Example

Let's walk through an ACT-style problem from start to finish. Pay close attention to where the sign flip occurs and how the absolute value splits into two cases.

Solve: |2x − 5| ≤ 9
1
Step 1 — Identify the TypeThe problem has absolute value bars with a ≤ sign. Since the inequality is "less than or equal to," this is the AND (between) form. We rewrite it as a compound inequality.
−9 ≤ 2x − 5 ≤ 9
2
Step 2 — Isolate the Variable (Add 5 to All Three Parts)Add 5 to the left, center, and right portions of the inequality simultaneously. This preserves the inequality relationships because we are adding a positive number.
−9 + 5 ≤ 2x − 5 + 5 ≤ 9 + 5 → −4 ≤ 2x ≤ 14
3
Step 3 — Divide All Parts by 2We divide every part by 2. Since 2 is positive, we do not flip the inequality signs.
−2 ≤ x ≤ 7
4
Step 4 — State the Solution and VerifyThe solution set is all real numbers from −2 to 7, inclusive. Let's check the endpoints: |2(−2) − 5| = |−9| = 9 ≤ 9 ✓ and |2(7) − 5| = |9| = 9 ≤ 9 ✓. Both endpoints satisfy the original inequality, confirming our answer.
Solution: −2 ≤ x ≤ 7, or in interval notation [−2, 7]
Solve: −3x + 1 > 10
1
Step 1 — Subtract 1 from Both SidesStart by isolating the term containing x. Subtract 1 from both sides of the inequality.
−3x > 9
2
Step 2 — Divide by −3 (Flip the Sign!)We must divide both sides by −3 to solve for x. Because we are dividing by a negative number, we flip the inequality sign from > to <.
x < −3
3
Step 3 — VerifyChoose a test value in the solution set, say x = −4: −3(−4) + 1 = 12 + 1 = 13 > 10 ✓. Now test a value outside: x = 0: −3(0) + 1 = 1, and 1 is not > 10 ✗. The solution checks out.

Common Mistakes & How to Avoid Them

Even students who understand the rules still lose points on the ACT because of a handful of predictable mistakes. Learning what these traps look like—and how to avoid them—is just as important as learning the rules themselves.

Top five mistakes students make on ACT inequality and absolute value questions
Common MistakeWhy It HappensHow to Fix It
Forgetting to flip the signStudents multiply or divide by a negative number without reversing the inequality direction.Circle every negative coefficient before solving. Whenever you divide by it, immediately flip.
Writing |x| = −k as having solutionsStudents forget that absolute value is always ≥ 0 and try to solve |x| = −3.If the right side is negative, immediately write "no solution" and move on.
Mixing up AND vs. ORStudents use the AND template when the inequality is greater than, or vice versa.Use the mnemonic: Less = aNd, greatOR. Sketch a quick number line to confirm.
Not checking endpointsChoosing an open circle when it should be closed (or vice versa) because of ≤ vs. <.Always substitute endpoints into the original inequality to see if they satisfy it.
Distributing inside | | incorrectlyStudents try to "distribute" the absolute value, writing |a + b| = |a| + |b|.|a + b| ≠ |a| + |b| in general. Always keep the entire expression inside the bars intact.
KEY TAKEAWAY
Think of the sign-flip rule like driving directions: if you make a U-turn (multiply by a negative), the direction you were heading reverses. Every time you divide or multiply by a negative in an inequality, you are making that U-turn, so the inequality arrow must reverse too.

Connection to Advanced Math

The inequality and absolute value skills you build for the ACT don't stop being useful once you turn in your answer sheet. These concepts are stepping stones to more powerful mathematical ideas you'll encounter in college-level courses. Understanding these connections now can give you a preview of what lies ahead.

How ACT-level inequality skills connect to advanced mathematics
ACT-Level ConceptWhere It LeadsWhy It Matters
Linear inequalitiesLinear programming (college algebra, business math)Businesses use systems of inequalities to maximize profit or minimize cost under constraints.
|x − a| < εEpsilon-delta definition of limits (calculus)The formal definition of a limit in calculus is written entirely in terms of absolute value inequalities.
Compound inequalitiesDomain restrictions (precalculus, calculus)Finding the domain of functions like √(x − 2) or ln(x + 3) requires solving inequalities.
Absolute value as distanceMetric spaces & norms (linear algebra)In higher math, absolute value generalizes to norms that measure "distance" in multi-dimensional spaces.

For now, focus on mastering the core techniques. The beauty of these concepts is that the same fundamental logic—comparing quantities, handling distance, and reasoning about ranges—scales all the way from a high school math test to graduate-level analysis.

Practice Problems

Work through these five problems in order. They increase in difficulty, mirroring the range you will see on the actual ACT. Try each one on your own before reading the answer.

1
A food packaging machine is calibrated to fill bags with exactly 16 ounces of rice. Quality control flags any bag whose weight deviates from the target by exactly 3.5 ounces. If d represents the deviation (in ounces) from the target weight, and a flagged bag satisfies |d| = 3.5, which of the following gives all possible weights (in ounces) of a flagged bag?
PROBLEM 2BASIC CALCULATION
Solve for x: −4x + 3 ≥ 19
PROBLEM 3INTERMEDIATE
Solve: |3x + 6| < 15. Express your answer as a compound inequality.
4
A factory produces steel rods that must be 50 cm long with a tolerance of no more than 0.3 cm. Which of the following represents the acceptable range of rod lengths, in centimeters?
5
Solve: |2x − 1| > 4x + 3. (Hint: Split into two cases based on the sign of 2x − 1, then intersect each result with its domain restriction.)

Lesson Summary

Inequalities describe ranges of values rather than single solutions, and you solve them just like equations with one critical exception: multiplying or dividing by a negative flips the inequality sign. Absolute value measures the distance of a number from zero and is always non-negative. To solve absolute value equations, split into two cases (positive and negative). To solve absolute value inequalities, remember that "less than" gives a single bounded region (AND), while "greater than" gives two unbounded rays (OR).

On the ACT, use the decision tree approach: identify whether the problem involves a plain inequality, a compound inequality, an absolute value equation, or an absolute value inequality. Then apply the matching technique. Always check your answer by substituting a test value back into the original expression. Mastering these skills will prepare you not only for the ACT but also for the limits, domain restrictions, and optimization problems you will encounter in college math.

Varsity Tutors • ACT Math • Inequalities & Absolute Value