How Do You Write A Compound Inequality

7 min read

Introduction

Writing a compound inequality is a fundamental skill in algebra that lets you describe a range of values a variable can take. Unlike a simple inequality that involves only one relational operator ( < , > , ≤ , ≥ ), a compound inequality combines two or more of these operators to restrict the variable between two bounds. Mastering this technique is essential for solving problems in geometry, physics, economics, and everyday situations such as budgeting or setting temperature limits. This article explains what a compound inequality is, walks you through the step‑by‑step process of writing one, explores common pitfalls, and answers frequently asked questions, all while keeping the concepts clear and approachable.

What Is a Compound Inequality?

A compound inequality links two simple inequalities with the words and or or.

  • And (conjunction) – the variable must satisfy both conditions simultaneously. This creates a bounded interval (e.g., (3 < x \le 7)).
  • Or (disjunction) – the variable may satisfy either condition. This produces two separate intervals (e.g., (x \le -2) or (x \ge 5)).

Visually, “and” inequalities are represented by a single continuous segment on a number line, while “or” inequalities appear as two distinct segments.

Why Use Compound Inequalities?

  • Model real‑world limits: temperature ranges, speed restrictions, acceptable grades.
  • Solve multi‑step equations: many algebraic problems naturally break into two inequalities.
  • Express domain restrictions: functions like (\sqrt{x-1}) require (x \ge 1); combined with another condition, you get a compound inequality.

Step‑by‑Step Guide to Writing a Compound Inequality

1. Identify the Situation or Statement

Start with a word problem or a verbal description. Example:
“A car’s speed must be greater than 45 mph but not exceed 65 mph.”

2. Translate Each Part into a Simple Inequality

Break the sentence into individual relational statements.

  • “greater than 45 mph” → ( \text{speed} > 45 )
  • “not exceed 65 mph” → ( \text{speed} \le 65 )

3. Choose the Correct Logical Connector

Since the car must satisfy both conditions at the same time, use and.

4. Write the Compound Inequality in Symbolic Form

Combine the two simple inequalities, placing the variable in the middle for readability:

[ 45 < \text{speed} \le 65 ]

If the variable appears on both sides of the inequality, you can also write it as:

[ 45 < v \le 65 ]

5. Simplify (If Necessary)

Sometimes the problem yields inequalities that need rearranging. Example:

“The temperature must be at least 20 °C or at most -5 °C.”

Translate:

  • “at least 20 °C” → ( T \ge 20 )
  • “at most -5 °C” → ( T \le -5 )

Because the conditions are alternatives, use or:

[ T \ge 20 ;\text{or}; T \le -5 ]

No further simplification is needed because the intervals are disjoint.

6. Express the Solution Set (Optional but Helpful)

  • And case: write the interval notation.
    [ 45 < v \le 65 \quad\Longrightarrow\quad (45,,65] ]
  • Or case: list each interval.
    [ T \ge 20 ;\text{or}; T \le -5 \quad\Longrightarrow\quad (-\infty,,-5] \cup [20,,\infty) ]

7. Verify with a Number Line (Optional)

Sketching a number line confirms that the shaded region matches the intended meaning. Use open circles for strict inequalities (< or >) and closed circles for inclusive ones (≤ or ≥) That's the part that actually makes a difference..

Common Types of Compound Inequalities

A. Double Inequality (And)

Form: (a < x \le b) or (a \le x < b).

  • Closed interval: both ends inclusive ([a, b]).
  • Open interval: both ends exclusive ((a, b)).
  • Half‑open: one side inclusive, the other exclusive.

B. Disjunction (Or)

Form: (x \le a) or (x \ge b).
Creates two separate solution sets, useful when a variable must stay outside a forbidden zone Less friction, more output..

C. Absolute‑Value Inequality

Often converted into a compound inequality The details matter here..

  • (|x| < c) → (-c < x < c) (and case).
  • (|x| > c) → (x < -c) or (x > c) (or case).

D. Inequality Involving Fractions or Radicals

Manipulate algebraically first, then split into two simple inequalities. Example:

[ \frac{2}{x-1} \ge 3 ]

Multiply by the denominator (consider sign) → leads to two cases, each expressed as a simple inequality, then combined with or And it works..

Tips for Avoiding Mistakes

Pitfall How to Prevent It
Reversing the inequality sign when multiplying or dividing by a negative number Remember: *If you multiply or divide by a negative, flip the direction of the inequality.
Overlooking domain restrictions (e.Because of that, *
Forgetting to include the variable in the middle (e. In real terms, “or”** Ask: *Does the variable need to satisfy both conditions at the same time?
**Mixing up “and” vs. * If yes → and; if either condition is acceptable → or.
Incorrect interval notation (using parentheses for inclusive bounds) Use [ and ] for ≤ or ≥, ( and ) for < or >. Day to day, g. In real terms, g. , writing (3 < 7) instead of (3 < x < 7))

Solving a Compound Inequality: Worked Example

Problem: A teacher wants a test score (s) to be at least 70 % but no more than 90 %. Write and solve the compound inequality And that's really what it comes down to..

  1. Translate:

    • “at least 70 %” → (s \ge 70)
    • “no more than 90 %” → (s \le 90)
  2. Combine with and:

[ 70 \le s \le 90 ]

  1. Interval notation: ([70, 90]) Simple as that..

  2. Verify on a number line: closed circles at 70 and 90, shading the segment between them.

Interpretation: Any score from 70 % up to and including 90 % satisfies the teacher’s requirement.

Frequently Asked Questions

Q1. Can a compound inequality have more than two parts?

A: Yes. You can chain multiple inequalities, such as ( -5 < x \le 0 < y < 10). Each variable may have its own range, but within a single variable you typically need only two bounds; extra bounds are redundant.

Q2. How do I handle absolute‑value inequalities?

A: Convert them using the definition of absolute value.

  • (|x - 3| \le 4) → (-4 \le x - 3 \le 4) → (-1 \le x \le 7).
  • (|2x + 1| > 5) → (2x + 1 < -5) or (2x + 1 > 5) → (x < -3) or (x > 2).

Q3. What if the variable appears on both sides of the inequality after rearranging?

A: Isolate the variable on one side first. Example:

[ 3 - 2x > 7 ]

Subtract 3: (-2x > 4). Divide by -2 (flip sign): (x < -2). The compound form may then be combined with another condition if present.

Q4. Do I need to write the variable in the middle of a double inequality?

A: While mathematically correct, writing (a < x < b) is clearer for readers. Some textbooks allow (a < x) and (x < b) written separately, but the middle form emphasizes the “and” relationship.

Q5. How does a “strict” inequality differ from a “non‑strict” one in real life?

A: A strict inequality (< or >) excludes the boundary value, reflecting a rule like “speed must be greater than 45 mph” (45 mph is not allowed). A non‑strict inequality (≤ or ≥) includes the boundary, such as “temperature must be at most 30 °C” (30 °C is permissible).

Real‑World Applications

  1. Engineering tolerances: A shaft diameter must be between 9.95 mm and 10.05 mm → (9.95 \le d \le 10.05).
  2. Finance: An investor wants a return rate (r) between 5 % and 12 % → (0.05 \le r \le 0.12).
  3. Health: Daily calorie intake should be greater than 1500 kcal and less than 2500 kcal → (1500 < C < 2500).
  4. Environmental standards: Pollution level (P) must be no more than 50 µg/m³ or below 0 µg/m³ (impossible) – typically expressed as (P \le 50).

Conclusion

Writing a compound inequality involves translating verbal constraints into algebraic statements, deciding whether the conditions are linked by and (simultaneous) or or (alternative), and then combining the simple inequalities into a clean symbolic form. Mastery of this skill enables you to model real‑world limits, solve complex algebraic problems, and communicate mathematical ideas precisely. Remember to watch for sign changes, keep interval notation consistent, and always double‑check your work with a number line or test values. With practice, constructing and interpreting compound inequalities will become an intuitive part of your mathematical toolbox Practical, not theoretical..

New on the Blog

New This Month

More in This Space

You May Find These Useful

Thank you for reading about How Do You Write A Compound Inequality. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home