Calculateus

Linear Inequality Solver

Solve a linear inequality of the form ax + b > c (or <, ≥, ≤).

Result

Solution
x > 4

About the Linear Inequality Solver

Solving a linear inequality follows the same algebra as solving an equation, with one crucial twist: multiplying or dividing by a negative number flips the direction of the inequality sign. Our Linear Inequality Solver isolates x correctly every time, flipping the sign automatically when needed.

How It Works

You enter the coefficient a, constant b, an inequality symbol (>, ≥, <, or ≤), and the right-hand side c. The calculator isolates x algebraically and automatically reverses the inequality direction whenever a is negative.

ax + b [>, ≥, <, ≤] c → x [>, ≥, <, ≤ or flipped] (c − b) ÷ a

Formula & Methodology

Isolating x from an inequality like ax + b > c follows the same first step as an equation: subtract b from both sides to get ax > c − b. The difference comes at the division step, dividing both sides of an inequality by a positive number preserves its direction, but dividing by a negative number reverses it, since multiplying or dividing by a negative flips the relative order of any two numbers on the number line. That's why this calculator checks the sign of a and swaps > with <, and ≥ with ≤, whenever a is negative, ensuring the final solution correctly describes the same set of values the original inequality did.

Step-by-Step: Calculating It By Hand

  1. 1Subtract b from both sides of the inequality to isolate the ax term.
  2. 2Check the sign of a.
  3. 3If a is positive, divide both sides by a and keep the inequality direction unchanged.
  4. 4If a is negative, divide both sides by a and reverse the inequality direction.

Examples

Positive coefficient

For 3x + 2 > 14: subtracting 2 gives 3x > 12, and dividing by 3 (positive, no flip) gives x > 4.

Negative coefficient

For −2x + 5 > 1: subtracting 5 gives −2x > −4, and dividing by −2 flips the sign, giving x < 2.

Advantages

  • Automatically flips the inequality direction when needed, eliminating a very common manual error
  • Solves all four inequality types (>, ≥, <, ≤) in one tool
  • Shows a clear note whenever the sign flip was applied
  • Faster and more reliable than isolating x by hand, especially with negative coefficients

Common Mistakes

  • Forgetting to flip the inequality sign when dividing by a negative number
  • Treating an inequality solution as a single value instead of an entire range
  • Mixing up strict inequalities (>, <) with inclusive ones (≥, ≤) when interpreting the boundary
  • Applying equation-solving habits without checking whether a sign flip is needed

Edge Cases to Watch For

  • The coefficient a cannot be zero, since there would be no x term left to isolate.
  • A negative a always flips the inequality direction, this is easy to forget when solving by hand.
  • A ≥ or ≤ inequality includes the boundary value itself as a valid solution, unlike a strict > or <.
  • The solution to a linear inequality is always an entire range of values, not a single number like a linear equation would produce.

Common Use Cases

  • Algebra coursework on solving and graphing linear inequalities
  • Word problems involving constraints, like budget or capacity limits
  • Quick verification of inequality solutions worked out by hand
  • Setting up boundary conditions for optimization or feasibility problems
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

Why does the inequality sign sometimes flip?

Multiplying or dividing both sides of an inequality by a negative number reverses its direction - since isolating x here divides by a, a negative a flips > to < (and ≥ to ≤), just like it would with plain algebra.

Conclusion

The sign-flip rule is the single detail that trips up most students learning inequalities, and having it handled automatically removes that risk entirely. Our Linear Equation Solver is the place to start if your problem uses an equals sign instead of an inequality.