Property
To solve an "or" compound inequality, you must solve the two inequalities completely separately. The final solution is the union of the two solution sets, meaning any number that makes either the first inequality true, the second true, or both true is included in the final answer.
Examples
- Standard "Or" Solution: Solve 3x−2>10 or x+1<0.
Solve each part independently: 3x>12→x>4, and x<−1.
The solution is x<−1 or x>4.
- Overlapping "Or" Solution: Solve x−5>2 or x−5>0.
This simplifies to x>7 or x>5. Since any number greater than 7 is already greater than 5, the two rules merge, and the final combined solution is simply x>5.
- All Real Numbers: Solve x+3≤5 or x−4≥−2.
This simplifies to x≤2 or x≥2. Because this covers all numbers less than 2, equal to 2, and greater than 2, the solution is All Real Numbers.
Explanation
Solving an "or" inequality is about gathering all possible solutions into one big group. You simply solve the two inequalities completely independently of one another. When graphing them on a number line, you will usually draw two separate arrows pointing in opposite directions. As long as a number falls under at least one of those shaded arrows, it is a valid solution.