Which Values Are Solutions To The Inequality Below

10 min read

You're staring at an inequality. Maybe it's 2x + 3 > 7. Maybe it's something nastier with absolute values or rational expressions. Maybe it's x² - 4 ≤ 0. The question is always the same: **which values are solutions?

Here's the thing most textbooks skip — solving an inequality isn't just about isolating x. It's about understanding what the solution actually looks like on a number line, in interval notation, and in the context of the problem. Get that wrong, and you'll pick the wrong answer on a test, or worse, build a broken model in real life.

Let's walk through how to find solution values for any inequality you'll meet in high school or college algebra. No fluff. Just the logic, the traps, and the habits that keep you from losing points.


What Is a Solution to an Inequality?

A solution to an inequality is any value that makes the statement true when you substitute it in.

That's it. 3.3 is **not**. 0001 is a solution. If the inequality is x > 3, then 4 is a solution. -100 is not. The solution set is every number that works — usually infinitely many of them That's the part that actually makes a difference..

Unlike equations, which often have a handful of discrete answers, inequalities describe regions. Practically speaking, your job isn't to find "the answer. " It's to describe the region completely and precisely.

The Three Ways to Express a Solution Set

You'll see three formats. Know all of them.

Format Example for x > 3 When to Use
Inequality notation x > 3 Quick statements, final answers in simple cases
Interval notation (3, ∞) Standard in calculus, higher math, most textbooks
Set-builder notation `{x x > 3}`

Interval notation rules worth memorizing:

  • Parentheses ( or ) = endpoint not included (strict inequality: < or >)
  • Brackets [ or ] = endpoint included (non-strict: or )
  • Infinity always gets a parenthesis. There is no "including infinity."

Why This Matters (And Where People Go Wrong)

Most students can solve 2x + 3 > 7. Practically speaking, subtract 3, divide by 2, get x > 2. Done.

But change one thing — −2x + 3 > 7 — and suddenly the answer flips to x < −2. In practice, miss the sign flip? You just described the opposite of the solution set That alone is useful..

Or try 1/x < 2. Multiply both sides by x and you might get 1 < 2xx > 1/2. So **Wrong. ** Because if x is negative, multiplying by x flips the inequality. In real terms, the real solution is x < 0 or x > 1/2. Two separate intervals Easy to understand, harder to ignore. No workaround needed..

These aren't edge cases. They're the cases that show up on exams because they catch people who memorize steps without understanding the logic.


How to Solve Linear Inequalities (The Foundation)

Linear inequalities look like ax + b < c (or >, , ). The process mirrors solving equations — with one critical exception Less friction, more output..

Step-by-Step

1. Isolate the variable term
Add/subtract constants from both sides.
3x − 5 ≥ 73x ≥ 12

2. Divide by the coefficient
Here's the rule: If you divide or multiply by a negative number, flip the inequality sign.
3x ≥ 12x ≥ 4 (positive 3, no flip)
−3x ≥ 12x ≤ −4 (divided by −3, flip)

3. Express the answer
x ≥ 4[4, ∞) in interval notation That alone is useful..

Check Your Work (Always)

Pick a test point from your solution set. So plug it into the original inequality. For x ≥ 4, test x = 5: 3(5) − 5 = 10 ≥ 7
Test a point outside: x = 33(3) − 5 = 4 ≥ 7
If both checks behave as expected, you're solid.

Most guides skip this. Don't.


Quadratic Inequalities: Where the Number Line Gets Interesting

x² − 4x − 5 < 0
This isn't a single interval. It's the region between the roots (if the parabola opens up) or outside the roots (if it opens down) Simple, but easy to overlook..

The Reliable Method: Sign Chart

1. Rewrite with zero on one side
Already done: x² − 4x − 5 < 0

2. Find the zeros (critical points)
Factor: (x − 5)(x + 1) < 0
Zeros: x = 5, x = −1

3. Plot zeros on a number line
These split the line into three intervals:
(−∞, −1), (−1, 5), (5, ∞)

4. Test one value per interval

Interval Test Point Sign of (x−5) Sign of (x+1) Product Sign Part of Solution?
(−∞, −1) x = −2 + No (need < 0)
(−1, 5) x = 0 + Yes
(5, ∞) x = 6 + + + No

5. Write the solution
(−1, 5) — open intervals because the inequality is strict (<, not )

Pro Tip: Use the Leading Coefficient Shortcut

For ax² + bx + c < 0 with a > 0 (parabola opens up):
Solution is between the roots.

For a < 0 (opens down):
Solution is outside the roots Not complicated — just consistent..

But always verify with a test point. Shortcuts fail when the quadratic doesn't factor cleanly or has no real roots.


Rational Inequalities: The Denominator Trap

(x + 2)/(x − 3) ≥ 0

Two things can change the sign of a rational expression:

  1. Numerator = 0 (expression = 0)
  2. Denominator = 0 (expression undefined)

Both are critical points. In practice, both go on the number line. But denominator zeros are never included in the solution — the expression doesn't exist there.

Solving (x + 2)/(x − 3) ≥ 0

Critical points:
Numerator zero: x = −2 → expression = 0 → include (because )
Denominator zero: x = 3

6. Mark the critical points on the number line

Place each zero of the numerator and each zero of the denominator on the line.
Think about it: - x = −2 (numerator) → the whole fraction equals 0, so it belongs to the solution set when the inequality is “≥ 0” or “≤ 0”. - x = 3 (denominator) → the expression is undefined, so it must be excluded no matter the inequality sign.

<---|---|---|---|---|---|---|---|--->
   -∞   -2    3    +∞

7. Determine the sign of the fraction in each region

Pick a convenient test point from every interval created by the marked points.
For the three intervals we have:

Interval Test point Sign of numerator (x+2) Sign of denominator (x-3) Overall sign Meets ≥ 0?
(−∞, −2) x = −3 + Yes
(−2, 3) x = 0 + No
(3, ∞) x = 4 + + + Yes

8. Assemble the solution

  • The interval (−∞, −2) satisfies the inequality, and because the endpoint −2 makes the whole fraction equal 0, we include it.
  • The point 3 is never included (division by zero).
  • The interval (3, ∞) also satisfies the inequality and is open at 3.

Solution set: (−∞, −2] ∪ (3, ∞)


9. A second rational example with a strict inequality

Solve (2x − 1)/(x + 4) > 0 That's the part that actually makes a difference..

  1. Critical points:

    • Numerator zero → 2x − 1 = 0 ⇒ x = ½ (the fraction equals 0, so it is excluded because we need “> 0”).
    • Denominator zero → x + 4 = 0 ⇒ x = −4 (excluded, undefined).
  2. Number‑line markers: −4 and ½.

  3. Test each region:

Interval Test point Sign of numerator Sign of denominator Product sign Satisfies “> 0”?
(−∞, −4) x = −5 + Yes
(−4, ½) x = 0 + No
(½, ∞) x = 1 + + + Yes
  1. Write the answer: (−∞, −4) ∪ (½, ∞)

10. Common pitfalls and how to avoid them

Pitfall Why it happens Fix
Forgetting to exclude denominator zeros They make the expression undefined, yet they often sit on the number line like any other critical point.
Dropping the “≥” or “≤” when the numerator is zero The fraction can be exactly zero, which satisfies a non‑strict inequality. Now, Use a sign chart or multiply the signs explicitly for each interval. And
Assuming the sign of the whole fraction is the same as the sign of the numerator or denominator alone The fraction’s sign depends on the product of the signs of numerator and denominator.
Misapplying the “flip the sign” rule to rational expressions That rule applies only to multiplying/dividing a single inequality by a negative number; it does not directly govern the sign of a fraction. Treat each factor (numerator, denominator) separately and track sign changes through the chart.

Conclusion

Inequalities—whether linear, quadratic, or rational—share a common workflow:

  1. Bring everything to one side so the expression is compared to zero That's the part that actually makes a difference..

  2. **

  3. Identify the critical values
    The points that may change the sign of the expression are the zeros of the numerator and the zeros of the denominator (if any).
    Write each factor in the form (a(x - c)) so the zeros are read off immediately.
    Mark these points on a number line, using a closed circle for a zero that is allowed by the inequality and an open circle for a zero that must be excluded (e.g., a denominator zero or a numerator zero in a strict inequality).

  4. Build a sign table
    Divide the real line into intervals by the critical points.
    Pick a convenient test value in each open interval and evaluate the sign of every factor there.
    The sign of the whole expression is the product of the signs of its factors.
    A quick way to keep track is to write a row for each factor and a final row for the product.
    The product row immediately tells you whether the interval satisfies the inequality.

  5. State the solution set
    Combine all intervals that meet the inequality, attaching the appropriate brackets or parentheses to the endpoints.
    If the inequality is non‑strict (≥ or ≤), include any endpoint that makes the expression equal to zero.
    If the inequality is strict (> or <), exclude such endpoints.

  6. Check special cases

    • Indeterminate forms: If a factor appears in both the numerator and denominator, a common factor may cancel, but the original restriction (denominator zero) remains.
    • Multiple roots: A repeated zero of even multiplicity does not change the sign; a repeated zero of odd multiplicity does.
    • Absolute‑value inequalities: Rewrite as two separate inequalities and combine the results.

A quick reference for common inequality types

Type Typical form Key observation
Linear (ax + b , \text{rel} , 0) One critical point (x = -b/a). Practically speaking,
Quadratic (ax^2 + bx + c , \text{rel} , 0) Two critical points (real roots) or none (discriminant < 0). Think about it:
Rational (\frac{P(x)}{Q(x)} , \text{rel} , 0) Critical points from (P(x)=0) and (Q(x)=0).
Absolute value ( f(x)

Final thoughts

The art of solving inequalities is less about memorizing formulas and more about a systematic approach:

  • reduce to a single expression,
  • locate where its factors vanish or become undefined,
  • chart the signs across the resulting intervals,
  • and finally translate that chart back into set notation.

By treating each factor independently and keeping careful track of endpoints, you’ll avoid the most common mistakes—such as inadvertently including a forbidden denominator zero or overlooking the effect of even‑multiplicity roots.

Once you master this workflow, you can tackle virtually any algebraic inequality, from simple linear comparisons to detailed rational or absolute‑value expressions, with confidence and precision.

Hot and New

What's Dropping

People Also Read

Similar Stories

Thank you for reading about Which Values Are Solutions To The Inequality Below. 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