Property
If an inequality simplifies to ∣K∣≤(negative number), there is no solution ({} or ∅). If it simplifies to ∣K∣≥(negative number), the solution is all real numbers (R).
Explanation
This is a logic check! Absolute value represents a distance, and distance cannot be negative. Asking for a distance to be less than or equal to -2, like in ∣x∣≤−2, is impossible. On the flip side, asking for a distance to be greater than -5 is always true for any real number.
Examples
∣x∣+6≤4 simplifies to ∣x∣≤−2. Since absolute value cannot be negative, there is no solution, ∅.
∣x∣+6>1 simplifies to ∣x∣>−5. Since absolute value is always non-negative, this is true for all real numbers, R.