An inequality has a set of answers rather than a value, and the shape of that set is where the difficulty lives. It can be one interval, two separate rays, a single point, every real number, or nothing at all — and a solver that always hands back an interval gets the awkward cases wrong. Four kinds...
An inequality has a set of answers, not a value. That set can be an interval, two separate rays, a single point, every real number, or nothing at all — and a solver that always hands back an interval gets the awkward cases wrong. Each answer here is checked by sampling: the set is compared against the inequality itself at hundreds of points.
x² − 5x + 6 < 0
(2, 3)
Checked at 401 sample points across the interesting range: the set and the inequality agreed at 401 of them.
The roots are 2 and 3, and a is positive so the parabola opens upwards — it is negative between the roots and positive outside.
| Piece | From | To | Endpoints |
|---|---|---|---|
| (2, 3) | 2 | 3 | open / open |
WHERE IT HOLDS
The circles carry real information. A hollow circle means the endpoint itself does not satisfy the inequality; a filled one means it does. A strict inequality always gives hollow endpoints, and an excluded denominator is hollow even when the inequality is not strict.
Solution verified by sampling · live calculation
Pick the type first — linear, quadratic, absolute value or rational. Each is solved by a different method, and choosing the wrong one is the fastest way to a wrong answer.
Enter the coefficients and the direction. A missing term is a zero and needs writing in; setting the leading coefficient to zero is allowed and the page will tell you what it degenerates to.
Read the reasoning under the answer. It names which rule was applied — particularly whether the direction reversed and why — rather than just presenting a result.
Check the endpoints on the number line. A hollow circle is excluded and a filled one included, and an excluded denominator stays hollow even when the inequality is not strict.
| Rule | Formula | What it is for |
|---|---|---|
| Add or subtract | a < b ⟹ a + c < b + c | Always safe. Adding the same amount to both sides never changes the direction. |
| Multiply by positive | a < b, c > 0 ⟹ ac < bc | Safe. A positive multiplier preserves the direction. |
| Multiply by negative | a < b, c < 0 ⟹ ac > bc | The direction reverses. This is the single most common mistake in the subject. |
| Take reciprocals | 0 < a < b ⟹ 1/a > 1/b | Reverses, but only when both sides share a sign. Across zero it fails entirely. |
| Square both sides | a < b ⇏ a² < b² | Not valid in general: −3 < 2 but 9 > 4. Only safe when both sides are non-negative. |
| Quadratic, a > 0 | ax² + bx + c < 0 ⟹ r₁ < x < r₂ | Opens upwards, so it is negative between the roots. |
| Quadratic, a < 0 | ax² + bx + c < 0 ⟹ x < r₁ or x > r₂ | Opens downwards, so it is negative outside the roots. |
| No real roots | b² − 4ac < 0 | The expression never crosses zero, so the answer is all reals or nothing. |
| Absolute, less than | |u| < c ⟺ −c < u < c | One interval. The two conditions hold together, so this is an AND. |
| Absolute, greater than | |u| > c ⟺ u < −c or u > c | Two rays. The conditions are alternatives, so this is an OR. |
| Absolute, negative side | |u| < c with c < 0 | No solution. An absolute value is never negative. With > it is instead all reals. |
| Rational | P(x)/Q(x) < 0 | Never multiply by Q — its sign is unknown. Use a sign chart on the zeros of P and Q. |
| Excluded point | Q(x) = 0 | Always excluded from the answer, whether the inequality is strict or not. |
| Interval notation | ( ) excludes, [ ] includes | A strict inequality gives round brackets; ≤ and ≥ give square ones. ∞ is always round. |
24 Times Table
Calculate instantly →
Quadratic Equation Solver
Calculate instantly →
Logarithm Calculator
Calculate instantly →
Fraction Calculator
Calculate instantly →
Fraction Simplifier
Calculate instantly →
Linear Equation Solver
Calculate instantly →
25 Times Table
Calculate instantly →
26 Times Table
Calculate instantly →
27 Times Table
Calculate instantly →
Simultaneous Equations Solver (2×2)
Calculate instantly →
28 Times Table
Calculate instantly →
Exponent Calculator
Calculate instantly →
29 Times Table
Calculate instantly →
30 Times Table
Calculate instantly →
Times Tables Mega Calculator
Calculate instantly →
Square Root of 10
Calculate instantly →
Square Root of 1
Calculate instantly →
Square Root Mega
Calculate instantly →
Square Root of 2
Calculate instantly →
23 Times Table
Calculate instantly →
Last updated: August 3, 2026 · Linear, quadratic, absolute value and rational · Every answer checked by sampling against the inequality itself.