Linear
Linear Inequality Solver
A linear inequality is the inequality version of a linear equation — same first-power , but with , , , or in place of . The solver isolates exactly the way it would for a linear equation, with one extra rule: multiplying or dividing both sides by a negative number flips the inequality direction, and the solver tracks every flip explicitly. Once is isolated, the answer is reported in interval notation, with parentheses for strict inequalities (, ) and brackets for non-strict (, ). Identities (every real number satisfies it, e.g. ) and contradictions (no real number satisfies it, e.g. ) are handled as named cases.
Open solver →