Inequalities show up in optimization, engineering tolerances, and almost every real-world constraint problem ("the budget must not exceed…"). The mechanics are similar to solving equations, with one critical twist: multiplying or dividing by a negative flips the inequality sign. This guide collects every move you need on a single page.
Linear inequalities
Treat them exactly like linear equations — except flip the sign whenever you multiply or divide both sides by a negative.
Solve :
- Subtract 5: .
- Divide by and flip: .
The solution set is the open interval .
Compound inequalities
A compound inequality combines two simpler ones with and (intersection) or or (union).
Solve (an "and" sandwich):
- Add 3 across all three parts: .
- Divide by 2: .
Solution: .
For "or" inequalities like or , the solution is two disjoint pieces: .
Absolute value inequalities
The trick: rewrites as , while rewrites as or .
Solve :
- Rewrite: .
- Add 1: .
- Divide by 2: . Solution .
Quadratic inequalities
Move everything to one side, factor, then test sign on each interval.
Solve :
- Factor: .
- Roots split the line into three intervals: , , .
- Test a point from each: at the product is positive; at negative; at positive.
- Solution: .
Common mistakes
- Forgetting to flip when dividing by a negative — the single biggest error.
- Mixing up open and closed brackets: uses parentheses, uses brackets.
- Squaring both sides of blindly: only valid when both sides are non-negative.
Verify with the AI Inequality Solver
Type any inequality into the Inequality Solver and you will see the full step list — perfect for double-checking homework.
Related references:
- Equation Solver — same algebra, equality version
- Absolute Value Solver — for flavor problems
- Quadratic Solver — paired with the quadratic case above