Property
Suppose the solutions of the equation ∣ax+b∣=c are r and s, with r<s. Then:
- The solutions of ∣ax+b∣<c are r<x<s.
- The solutions of ∣ax+b∣>c are x<r or x>s.
Examples
- To solve ∣x−5∣<3, we find solutions between the points where ∣x−5∣=3, which are x=2 and x=8. The solution is 2<x<8.
- To solve ∣2y+1∣≥7, we find solutions outside the points where ∣2y+1∣=7, which are y=3 and y=−4. The solution is y≤−4 or y≥3.
- The solutions to ∣z−10∣≤5 are all numbers whose distance from 10 is 5 or less. This corresponds to the interval 5≤z≤15.
Explanation
For absolute value inequalities, "less than" means the distance is small, so the solutions are between two points. "Greater than" means the distance is large, so the solutions are outside those two points, heading in opposite directions.