Exercises — Compound inequalities — AND, OR

Above: the AND picture. Two rays (blue and orange) each mark where one condition is true. The green overlap is where both are true — that green strip is the answer to an AND problem.

Above: the OR picture. Same two rays, but now we keep everything either one covers. The combined red shading is the answer to an OR problem — sometimes two separate pieces, sometimes the whole line.
Level 1 — Recognition
You only need to name the operation and read the region. No algebra yet.
L1.1 Which set operation matches " and "? Write the solution in Interval notation.
L1.2 Which set operation matches " or "? Write the solution set.
L1.3 True or false: the compact form means " or ".
Recall Solutions — L1
L1.1 The word is and → ==intersection ==. We want numbers bigger than 2 and smaller than 9 — the overlap. Both endpoints are strict (, ), so both are open circles → .
L1.2 The word is or → ==union ==. Keep everything either ray covers. These rays point apart and don't overlap, so we get two pieces: . Both endpoints are / , so they are included (square brackets).
L1.3 False. The compact three-part form always means AND (both and hold at once). There is no compact form for OR — you must write two separate inequalities.
Level 2 — Application
Now solve simple compound inequalities and give the interval.
L2.1 Solve and .
L2.2 Solve or .
L2.3 Solve the three-part inequality .
Recall Solutions — L2
L2.1 Solve each piece (each is a Linear inequalities in one variable):
- , so .
- , so .
AND → intersection → numbers and → . Compact: . (Round on = excluded, square on = included.)
L2.2 Solve each piece:
- , so .
- , so .
OR → union → keep both pieces. They don't overlap → .
L2.3 Same operation to all three parts at once.
- Add everywhere: .
- Divide everywhere by (positive — no flip): .
Answer: .
Level 3 — Analysis
These require you to reason about degenerate cases: empty sets, whole-line answers, single-point answers, and sign flips.
L3.1 Solve and . What kind of answer is this, and why?
L3.2 Solve or . What kind of answer is this, and why?
L3.3 Solve and . What single object is the answer?
L3.4 Solve the three-part inequality . (Watch the negative divisor.)
Recall Solutions — L3
L3.1 points right; points left. They aim away from each other, so there is no number that is both and . AND → intersection → (empty set, no solution).
L3.2 and overlap on and together spill over the whole line. Pick any real number : it is either less than or greater than (or both). So OR → union → .
L3.3 This is the degenerate single-point case. reaches up to and includes ; starts at and includes . Their overlap is only the one number they share: Because both endpoints are included ( and ), the single point survives. In interval notation this shrivelled interval is written , which is just the set . (Had either inequality been strict — say AND — the point would be excluded by the strict side, and the overlap would collapse to .)
L3.4 Solve all three parts together, then handle the negative divisor carefully.
- Start: .
- Divide every part by . Dividing by a negative flips BOTH relation signs at once:
- Why rewrite the order? The chain reads "right-to-left" (big number on the left), which is correct but awkward — a reader expects the smaller bound on the left. Reversing the entire chain (swap both ends and flip both relation signs together) gives the identical statement written low-to-high: . Nothing changed mathematically; we just made it readable.
Answer: .
Level 4 — Synthesis
Combine compound inequalities with absolute values and mixed connectives.
L4.1 Rewrite as a compound inequality and solve it. Which connective appears?
L4.2 Rewrite as a compound inequality and solve it. Which connective appears?
L4.3 Solve and write the answer in interval notation.
Recall Solutions — L4
L4.1 By the Absolute value inequalities rule, (with ) means the distance of from is less than , i.e. is trapped between and . That "trapped between" is an AND: Add to all three parts: . Answer: . Connective: AND.
L4.2 For , the distance is at least , so sits outside the band — either far left or far right. That "either/or" is an OR:
- Left piece: .
- Right piece: .
Answer: . Connective: OR.
L4.3 Same operation to all three parts.
- Multiply every part by : .
- Subtract everywhere: .
- Multiply by (flip both signs): .
- Why rewrite the order? is correct but written high-to-low, which is hard to read. Reverse the whole chain at once — swap both ends and flip both relation signs together — to get the same statement low-to-high: . This is purely cosmetic; the solution set is unchanged.
Answer: .
Level 5 — Mastery
Model a real constraint, then defend your logic.
L5.1 A theme-park ride requires riders to be taller than cm and no taller than cm. Let be height in cm. Write the compound inequality, name the connective, and give the interval of allowed heights.
L5.2 A phone charges fine only when the ambient temperature (in °C) satisfies . Meanwhile it refuses to fast-charge when or . Find the range of where the phone charges but does not fast-charge. (Hint: intersect the "charges" set with the "not fast-charging" set.)
L5.3 Construct a compound inequality whose solution is exactly (all reals except ), using a connective. Explain why AND cannot produce this set.
Recall Solutions — L5
L5.1 "Taller than 120" → . "No taller than 195" → . Both must hold → AND: Answer: cm. (Round on = excluded, square on = included.)
L5.2 Two steps.
- "Charges fine" set: , i.e. .
- "Does NOT fast-charge" set: we want the phone to refuse fast charging, which happens when or . So this set is .
- Intersect the two (charges AND not fast-charging):
- — the low band.
- — the high band.
Answer: °C. (See Set operations — union and intersection for the intersect-then-union bookkeeping.)
L5.3 Use OR to remove a single point: The union of and is every real number except . ✔
Why AND cannot do this: an AND takes the intersection of two sets, which is always one contiguous overlap (or empty, or a single point). It can only ever produce a single interval (or ) — it can never leave a hole in the middle of the line. Punching out an interior point requires combining two separated rays, and only union (OR) does that.
Connections
- Linear inequalities in one variable — every half of these problems is one of these.
- Set operations — union and intersection — the AND/OR bookkeeping, especially L5.2.
- Interval notation — how every boxed answer above is written.
- Absolute value inequalities — the L4 translations to AND / OR.
- Number line representation — the two figures at the top drive every case.