Absolute Value Inequalities Calculator
Solve |ax + b| < c or |ax + b| > c.
Absolute-value inequalities split into two cases that give either a single interval or a union.
The math behind it
|ax+b| < c means βc < ax+b < c (a bounded interval). |ax+b| > c means ax+b > c OR ax+b < βc (a union of two rays).
Worked example
|x β 2| < 5 β β3 < x < 7, i.e. (β3, 7).
FAQ
What if c is negative?
For '<' there is no solution; for '>' all real numbers work.