Every compound inequality problem hinges on a single English word. "x > 2 and x < 5" and "x > 2 or x < 5" produce completely different answers — one is the narrow strip (2, 5), the other is the entire real line. And the only thing that changed is the conjunction.

If you find yourself pausing to think which operation goes with which word, you are losing a battle you should never have to fight. The translation is not a rule to remember — it is a reflex to install. This article wires in that reflex so the moment your eyes land on "and," your pen is already shading the overlap, and the moment they land on "or," your pen is lighting up both regions.

The hard-wired translation

Say the conjunction out loud and let the picture appear.

You read Set operation Picture Shade
"x \in A and x \in B" A \cap B intersection only the overlap
"x \in A or x \in B" A \cup B union both regions, combined

That is the whole skill. Everything else in this article is scaffolding to make it stick.

The English word "and" is a filter — it demands both conditions, so it keeps only the points that survive both. Fewer points make it through an "and." The word "or" is generous — one condition is enough, so every point that satisfies either gets in. More points make it through an "or."

One-sentence mnemonic: "and" narrows, "or" widens. Intersection always fits inside each original set. Union always contains each original set.

The picture that makes it stick

AND shades only the overlap; OR shades both intervals combinedTwo number lines stacked vertically. The top line, labelled x greater than 1 AND x less than 5, shows two intervals drawn with thin outlines — the first from 1 to 5 and the second from −1 to 4 — and a thick shaded band only where they overlap, from 1 to 4. The bottom line, labelled x less than 0 OR x greater than 3, shows two separate thick shaded rays — one extending leftward from a hollow circle at 0 and another extending rightward from a hollow circle at 3 — with a gap between 0 and 3 left empty. x > 1 AND x < 5 → overlap only 0 1 3 5 x > 1 x < 5 (1, 5) — the overlap x < 0 OR x > 3 → both pieces lit −1 0 3 5 (−∞, 0) ∪ (3, ∞) — two pieces, gap in the middle
Top: "and" shades only where the two faint outlines overlap. The final answer is strictly smaller than either original interval. Bottom: "or" shades both pieces; the answer strictly contains each original interval. The conjunction decides which paint you pick up.

Notice what the picture does to your intuition. The "and" answer is narrower than either input interval. The "or" answer is wider than either input interval. If you ever solve a compound inequality and your final region is wider than one of the inputs when you had "and," or narrower than one of the inputs when you had "or," the answer is wrong — no algebra needed to see it.

Worked example: the same two intervals, two different conjunctions

Take the same pair of conditions and swap the conjunction. Watch the answer change completely.

Conditions: A : x \ge -1 and B : x < 4. As intervals, A = [-1, \infty) and B = (-\infty, 4).

Case 1: A and B — intersection

You need both: x must be at least -1 and strictly less than 4.

Shade [-1, \infty) on the number line. Now, on top of that, shade the overlap with (-\infty, 4) — which means throw away everything from 4 onwards. What remains is [-1, 4).

A \cap B = [-1, \infty) \cap (-\infty, 4) = [-1, 4).

The left endpoint is square (from A, which included -1) and the right endpoint is round (from B, which excluded 4). Intersection inherits the tighter bracket at each end: closed wins over open only when both pieces are closed there; otherwise the more restrictive one carries.

Case 2: A or B — union

You need either: x at least -1, or x strictly less than 4.

Now the question is: is there any real number that fails both? It would have to be less than -1 (to fail A) and at least 4 (to fail B) simultaneously — impossible. So every real number satisfies at least one condition:

A \cup B = [-1, \infty) \cup (-\infty, 4) = (-\infty, \infty) = \mathbb{R}.

Same two intervals. The word "and" cut out [-1, 4) — a bounded stretch four units wide. The word "or" lit up the entire real line. That is a massive swing, driven by a single English word.

If you got "or" and wrote [-1, 4), you picked up the wrong paint. If you got "and" and wrote \mathbb{R}, same mistake, opposite direction. The fix is not to "re-learn set operations" — it is to install the reflex and → overlap only, or → both lit.

The reflex in three beats

Train this the next time you meet a compound inequality.

  1. Spot the conjunction. Before you do any algebra, underline the word "and" or circle the word "or." If it is not there explicitly — if the problem is stated as a double inequality like 1 < x < 5 — recognise that this is silent "and": it means x > 1 and x < 5.
  2. Sketch both intervals lightly. Two thin strokes on a number line, one for each condition. Do not try to solve them together yet.
  3. Apply the reflex. If "and," shade only the overlap. If "or," shade both pieces and merge whatever touches. Read the shaded region off as interval notation.

The algebra is the same in both cases. The difference is entirely in step 3 — a two-second colouring decision that you should never have to think about.

When the intervals do not overlap

The "and" / "or" reflex has interesting edge cases when the two intervals have nothing in common.

One more edge case: if one interval is contained in the other — say A = [2, 5] and B = [0, 7] — then "and" gives the smaller one (A \cap B = [2, 5] = A) and "or" gives the larger one (A \cup B = [0, 7] = B). Intersection gives the tighter set; union gives the looser set. This is the same pattern as "and narrows, or widens," now checked at the extremes.

One-line translation for exam paper English

Exam problems often hide the conjunction behind everyday English. Train your eye:

None of these phrases should require conscious translation. English to set-operation should be as automatic as English to number for the word "five."

For a live, draggable picture of exactly this shading logic — where you can slide the two intervals around and watch the "and" region shrink and the "or" region grow — play with AND vs OR: Intersection and Union of Intervals Visualizer. Once you have watched the overlap appear and disappear a few times, "and" and "or" stop being words you parse. They become colours you pick up.