Solving Absolute Value Inequalities: Worksheet Answers and Step‑by‑Step Strategies
Absolute value inequalities often appear on middle‑school and high‑school worksheets, yet many students struggle to translate the “distance” concept into algebraic solutions. This article explains how to solve absolute value inequalities, provides detailed worksheet answers, and offers practical tips to master the topic for tests and homework.
Introduction: Why Absolute Value Inequalities Matter
Absolute value represents the distance of a number from zero on the number line, ignoring direction. When an inequality involves absolute value—such as \( |x-3| < 5 \) or \( |2x+1| \ge 7 \)—the problem becomes a question of which numbers lie within a certain distance from a reference point. Mastering these inequalities is essential because they:
The official docs gloss over this. That's a mistake.
- Appear frequently in algebra curricula and standardized exams.
- Lay the groundwork for solving equations with piecewise functions and interval notation.
- Strengthen conceptual understanding of distance, intervals, and the number line—skills useful in geometry and calculus.
The following sections break down the solving process, walk through common worksheet problems, and present complete answer sets for typical practice sheets.
Core Concept: Translating an Absolute Value Inequality
An absolute value inequality of the form
[ |A| ; \mathbf{op} ; B \qquad (\mathbf{op} \in {<,\le,>,\ge}) ]
can be rewritten as a compound inequality:
-
If \( B > 0 \):
- \( |A| < B ) → \( -B < A < B \)
- \( |A| \le B ) → \( -B \le A \le B \)
- \( |A| > B ) → \( A < -B ) or \( A > B \)
- \( |A| \ge B ) → \( A \le -B ) or \( A \ge B \)
-
If \( B \le 0 \):
- \( |A| < B ) or \( |A| \le B \) have no solution because absolute value is never negative.
- \( |A| > B ) or \( |A| \ge B \) are always true for any real \(A\) when \(B \le 0\).
Understanding this conversion is the first step toward completing any worksheet It's one of those things that adds up..
Step‑by‑Step Procedure for Solving Worksheets
- Identify the expression inside the absolute value (the “A” in \(|A|)).
- Determine the constant on the right side (the “B”). Check if \(B\) is positive, zero, or negative.
- Choose the correct compound inequality based on the operator (<, ≤, >, ≥).
- Isolate the variable by solving the resulting linear inequalities.
- Combine results using “and” for intersecting intervals (when the operator is < or ≤) or “or” for union (when the operator is > or ≥).
- Express the solution in interval notation and, if required, graph it on a number line.
Worksheet Example Set with Complete Answers
Below is a representative collection of worksheet problems that teachers often assign. Each problem is solved using the steps above, and the final answer is given in both set notation and interval notation That's the whole idea..
Problem 1
[ |x-4| < 9 ]
Solution
- Inside expression: \(A = x-4\).
- Right‑hand constant: \(B = 9 > 0\).
- Convert: \(-9 < x-4 < 9\).
- Add 4 to all parts: \(-5 < x < 13\).
Answer: ({x \mid -5 < x < 13}) → ((-5, 13)) Most people skip this — try not to. Surprisingly effective..
Problem 2
[ |3x+2| \ge 7 ]
Solution
- \(A = 3x+2\).
- \(B = 7 > 0\).
- Convert: \(3x+2 \le -7) or \(3x+2 \ge 7\).
- Solve each:
- \(3x \le -9 \Rightarrow x \le -3\)
- \(3x \ge 5 \Rightarrow x \ge \frac{5}{3}\)
Answer: ({x \mid x \le -3 \text{ or } x \ge \frac{5}{3}}) → ((-\infty, -3] \cup \left[\frac{5}{3}, \infty\right)) Not complicated — just consistent. That alone is useful..
Problem 3
[ |2 - x| \le 0 ]
Solution
Absolute value equals zero only when the inside expression is zero.
- Set \(2 - x = 0\) → \(x = 2\).
- Because \(B = 0\) and the operator is ≤, the solution is the single point where the distance is zero.
Answer: ({2}) → ([2, 2]) Small thing, real impact..
Problem 4
[ |5 - 2x| > -4 ]
Solution
Since \(B = -4 < 0\) and the operator is “>”, the inequality is always true for any real \(x\).
Answer: All real numbers → ((-\infty, \infty)).
Problem 5
[ |x+1| \le |x-3| ]
Solution
When both sides contain absolute values, square both sides (preserving inequality because squaring is monotonic for non‑negative numbers):
[ (x+1)^2 \le (x-3)^2 ]
Expand:
[ x^2 + 2x + 1 \le x^2 - 6x + 9 ]
Cancel \(x^2\) and bring terms together:
[ 2x + 1 \le -6x + 9 \quad \Rightarrow \quad 8x \le 8 \quad \Rightarrow \quad x \le 1 ]
Answer: ({x \mid x \le 1}) → ((-\infty, 1]).
Problem 6
[ |4x - 7| < 2|x+1| ]
Solution
Because both sides are non‑negative, divide by the positive quantity \(|x+1|\) only when \(x \neq -1\). Consider two cases:
-
Case A: \(x+1 > 0 \Rightarrow x > -1\)
Inequality becomes \(|4x-7| < 2(x+1)\).
Split \(|4x-7|\) into two linear inequalities:- (4x-7 < 2x+2 \Rightarrow 2x < 9 \Rightarrow x < 4.5)
- (-(4x-7) < 2x+2 \Rightarrow -4x+7 < 2x+2 \Rightarrow -6x < -5 \Rightarrow x > \frac{5}{6})
Intersection with \(x > -1\) gives \(\frac{5}{6} < x < 4.5\) The details matter here..
-
Case B: \(x+1 < 0 \Rightarrow x < -1\)
Inequality becomes \(|4x-7| < -2(x+1)\) (right side positive because of the minus sign).
Simplify: \(|4x-7| < -2x-2\).
Since the right side is positive only when \(-2x-2 > 0 \Rightarrow x < -1\), continue:- (4x-7 < -2x-2 \Rightarrow 6x < 5 \Rightarrow x < \frac{5}{6}) (always true for \(x < -1\)).
- (-(4x-7) < -2x-2 \Rightarrow -4x+7 < -2x-2 \Rightarrow -2x < -9 \Rightarrow x > \frac{9}{2}) (impossible under \(x < -1\)).
Which means, the only viable part is \(x < -1\).
Combine both cases:
[ x < -1 \quad \text{or} \quad \frac{5}{6} < x < 4.5 ]
Answer: ((-\infty, -1) \cup \left(\frac{5}{6}, 4.5\right)) Simple, but easy to overlook..
Problem 7 (Challenge)
[ |x^2 - 4| > 3 ]
Solution
Treat \(A = x^2 - 4\) and \(B = 3\). Because \(B > 0\) and the operator is “>”, rewrite:
[ x^2 - 4 < -3 \quad \text{or} \quad x^2 - 4 > 3 ]
Simplify each:
- (x^2 - 4 < -3 \Rightarrow x^2 < 1 \Rightarrow -1 < x < 1).
- (x^2 - 4 > 3 \Rightarrow x^2 > 7 \Rightarrow x < -\sqrt{7} ) or (x > \sqrt{7}).
Combine all intervals:
[ (-\infty, -\sqrt{7}) \cup (-1, 1) \cup (\sqrt{7}, \infty) ]
Answer: ((-\infty, -\sqrt{7}) \cup (-1, 1) \cup (\sqrt{7}, \infty)).
Frequently Asked Questions (FAQ)
1. What if the constant on the right side is zero?
When \(B = 0\), the inequality \(|A| < 0\) or \(|A| > 0\) has no solution and all real numbers, respectively. For \(|A| \le 0\) or \(|A| \ge 0\), the solution is the single point where \(A = 0\) (for ≤) or all real numbers (for ≥) That's the part that actually makes a difference..
2. How do I graph the solution on a number line?
- Use open circles for strict inequalities (< or >).
- Use closed circles for inclusive inequalities (≤ or ≥).
- Shade the region between circles for “and” cases, and outside the circles for “or” cases.
3. Can I multiply or divide both sides of an absolute value inequality by a negative number?
Yes, but you must reverse the inequality sign just as with ordinary linear inequalities. Remember that the absolute value itself stays non‑negative, so the sign change only affects the comparison operator.
4. Why do some worksheets ask for answers in interval notation?
Interval notation provides a concise, standardized way to describe continuous sets of numbers, which is especially useful for graphing, calculus, and higher‑level algebra Practical, not theoretical..
5. What common mistakes should I avoid?
- Forgetting to split the absolute value into two cases when the inequality is “>” or “≥”.
- Ignoring the sign of the constant B; a negative B changes the nature of the solution dramatically.
- Misapplying the “and” vs. “or” rule, leading to incorrect unions or intersections of intervals.
Tips for Mastering Absolute Value Inequalities
- Visualize on a number line before algebraic manipulation. Seeing the “distance from a point” helps you decide whether you need an “inside” ( < ) or “outside” ( > ) region.
- Create a truth table for the expression inside the absolute value to identify where it is positive or negative; this guides case splitting.
- Practice with varied constants (positive, zero, negative) to become comfortable recognizing when the solution set is empty, universal, or a single point.
- Check your answer by picking test numbers from each interval you obtained; substitute back into the original inequality to verify correctness.
- Use technology wisely: graphing calculators or online plotters can confirm your interval results, but always understand the underlying steps.
Conclusion
Solving absolute value inequalities is a blend of conceptual insight (thinking in terms of distance) and procedural fluency (rewriting as compound inequalities, handling cases, and expressing results in interval notation). By following the systematic steps outlined above and reviewing the worksheet answers provided, students can build confidence, avoid typical pitfalls, and achieve high scores on homework and exams.
Remember: the key is to translate the absolute value condition into a clear set of linear inequalities, solve each part carefully, and then combine the results accurately. With consistent practice, the process becomes second nature, turning seemingly complex worksheets into straightforward, solvable problems Turns out it matters..
Short version: it depends. Long version — keep reading.