All linear inequalities reduce to the same standard multi-step procedure once a single preparation step is applied — and a flip when dividing by a negative. The table below collects each form, an example, the preparation that converts it to a clean multi-step inequality, and the technique that finishes it.
| Form |
Example |
Preparation step |
Then solve as |
| Single-step |
3x > 12 |
none |
apply one property of inequality |
| Multi-step |
4x − 7 ≤ 2x + 11 |
none (already simplified) |
gather, then isolate |
| With parentheses |
5 − 3(2x + 1) ≥ 4x − 8 |
distribute |
multi-step |
| With fractions |
x/3 − (x + 2)/4 > 1 |
multiply every term by the LCD (positive — no flip) |
multi-step |
| With decimals |
0.4x − 1.5 ≤ 0.1x + 3 |
multiply by 10ⁿ to clear decimals |
multi-step |
| Literal |
ax + b > c, solve for x |
divide by a; case-split on sign of a (preserve if a > 0, reverse if a < 0) |
multi-step + cases |