🔬 Session 2.4 - Unions of Events and Addition Rules

Example 2.15 – Unions of Events: Semiconductor Wafers

We have data from a semiconductor process. There are 940 wafers total. Each wafer is classified by contamination level and location in the sputtering tool.

Let:

We use the addition rule:

P(H ∪ C) = P(H) + P(C) − P(H ∩ C)

P(H ∪ C) = 358/940 + 626/940 − 112/940 = 872/940 ≈ 0.9277

Interpretation: Most wafers are either from the center, have high contamination, or both.

Example 2.16 – Mutually Exclusive Events

We use pH levels as an example. Let X be the pH value of a water sample.

We want to find the probability that X is between 6.5 and 7.8. We can divide that range into mutually exclusive parts — no overlap.

Let:

Total Probability: P(6.5 < X ≤ 7.8) = 0.30 + 0.45 + 0.15 = 0.90

This works because the events are mutually exclusive (they do not overlap).

Example 2.17 – Union of Three Events

We are given the following probabilities:

Goal: Calculate P(A ∪ B ∪ C)

Formula:

P(A ∪ B ∪ C) = P(A) + P(B) + P(C) − P(A ∩ B) − P(A ∩ C) − P(B ∩ C) + P(A ∩ B ∩ C)

Substituting:

P(A ∪ B ∪ C) = 0.5 + 0.6 + 0.4 − 0.3 − 0.2 − 0.25 + 0.1 = 0.85

Interpretation: The total probability that a case is in A, B, or C is 0.85 (some overlap exists).