10.2 Compound Probability: Independent Events, Dependent Events, & Addition Rules
Key Takeaways
- Compound probability evaluates multiple events occurring together ('AND' indicating multiplication rules) or alternative events occurring ('OR' indicating addition rules).
- Independent events occur when the outcome of one event does not affect the probability of subsequent events (sampling with replacement), satisfying P(A and B) = P(A) × P(B).
- Dependent events occur when the first event alters the sample space for subsequent events (sampling without replacement), requiring conditional probability: P(A and B) = P(A) × P(B|A).
- Mutually exclusive events cannot occur simultaneously (P(A and B) = 0), using the simple addition rule P(A or B) = P(A) + P(B), while overlapping events require subtracting joint occurrences: P(A or B) = P(A) + P(B) - P(A and B).
10.2 Compound Probability: Independent Events, Dependent Events, & Addition Rules
While single-event probability examines individual isolated outcomes, compound probability evaluates the likelihood of two or more events occurring in combination or succession. On the TABE Mathematics assessment, compound probability problems test your understanding of two core structural dimensions:
- Sequential / Joint Occurrence ("AND"): Governed by the Multiplication Rules (evaluating whether events are independent or dependent).
- Alternative / Disjunctive Occurrence ("OR"): Governed by the Addition Rules (evaluating whether events are mutually exclusive or overlapping).
Compound Operations: "AND" vs. "OR"
Understanding the verbal conjunction in a word problem immediately identifies the required mathematical operation:
Compound Probability Framework:
├── Joint Events ("AND" / Intersection ∩) ──> MULTIPLICATION RULES
│ ├── Independent (With Replacement): P(A and B) = P(A) × P(B)
│ └── Dependent (Without Replacement): P(A and B) = P(A) × P(B|A)
└── Alternative Events ("OR" / Union ∪) ───> ADDITION RULES
├── Mutually Exclusive (Disjoint): P(A or B) = P(A) + P(B)
└── Overlapping (Inclusive): P(A or B) = P(A) + P(B) - P(A and B)
Independent Events & The Multiplication Rule
Two events $A$ and $B$ are independent if the occurrence or outcome of Event $A$ has absolutely no effect on the probability of Event $B$.
Hallmarks of Independent Events
- Tossing a coin multiple times (each toss is an isolated physical event).
- Rolling multiple dice or rolling the same die consecutively.
- Spinning a game spinner repeatedly.
- Selecting objects from a container WITH replacement (the chosen item is returned before the next draw, restoring the exact original sample space).
The Multiplication Rule for Independent Events
Worked Example 1: Repeated Independent Coin Flips
Problem: A fair coin is tossed three times in succession. What is the probability of obtaining Heads on all three tosses?
Worked Example 2: Card Drawing With Replacement & Die Roll
Problem: A card is drawn from a standard 52-card deck, recorded, and returned to the deck. Then, a standard 6-sided die is rolled. What is the probability of drawing a Diamond and rolling a number greater than $4$?
- Probability of a Diamond: $P(\text{Diamond}) = \frac{13}{52} = \frac{1}{4}$.
- Probability of rolling $> 4$ (rolling a $5$ or $6$): $P(> 4) = \frac{2}{6} = \frac{1}{3}$.
- Multiply independent probabilities:
Dependent Events, Conditional Probability, & Sampling Without Replacement
Two events $A$ and $B$ are dependent if the occurrence of Event $A$ alters the probability that Event $B$ will occur.
Conditional Probability: $P(B|A)$
The notation $P(B|A)$ is read as "the probability of event $B$ occurring given that event $A$ has already occurred."
The Multiplication Rule for Dependent Events
The Hallmark of Dependency: Sampling WITHOUT Replacement
When an item is selected from a group and not replaced, two critical changes occur for the second selection:
- The total denominator (sample space) decreases by $1$.
- The target numerator decreases by $1$ if the second selection targets the same category as the first.
Worked Example 3: Tool Selection Without Replacement
Problem: A maintenance technician has a pouch containing $10$ drill bits: $6$ masonry bits and $4$ wood bits. The technician randomly pulls out two bits consecutively without replacement. What is the probability that both selected items are masonry bits?
- First Selection ($A$): Pulling a masonry bit from the initial pool of $10$:
- Second Selection ($B|A$): Now $9$ bits remain in the pouch, and $5$ are masonry bits:
- Apply the Multiplication Rule for Dependent Events:
Worked Example 4: Sequential Dependent Draws of Different Items
Problem: Using the same pouch ($6$ masonry, $4$ wood bits), what is the probability of selecting a masonry bit first and a wood bit second without replacement?
- First pick (Masonry): $P(M_1) = \frac{6}{10}$.
- Second pick (Wood given 1st was Masonry): $9$ bits remain total, of which all $4$ wood bits are still present $\implies P(W_2 | M_1) = \frac{4}{9}$.
- Multiply:
Mutually Exclusive (Disjoint) Events & The Basic Addition Rule
Two events $A$ and $B$ are mutually exclusive (disjoint) if they cannot happen at the same time. The occurrence of one event completely precludes the occurrence of the other ($P(A \text{ and } B) = 0$).
The Addition Rule for Mutually Exclusive Events
Mutually Exclusive Events (Disjoint Venn Diagram):
┌──────────────┐ ┌──────────────┐
│ Event A │ │ Event B │
│ (e.g., Odd) │ │ (e.g., Even) │
│ {1, 3, 5} │ │ {2, 4, 6} │
└──────────────┘ └──────────────┘
No Common Elements: P(A ∩ B) = 0
Worked Example 5: Rolling a Single Die
Problem: A standard 6-sided die is rolled. What is the probability of rolling a number less than $3$ OR rolling a $6$?
- Event $A$ ($< 3$): outcomes ${1, 2} \implies P(A) = \frac{2}{6}$.
- Event $B$ ($6$): outcome ${6} \implies P(B) = \frac{1}{6}$.
- Since a single roll cannot be both $< 3$ and $6$, the events are mutually exclusive:
Overlapping (Inclusive) Events & The General Addition Rule
Two events $A$ and $B$ are overlapping (inclusive) if they can occur simultaneously ($P(A \text{ and } B) > 0$).
The Double-Counting Trap
If you simply add $P(A) + P(B)$, any outcomes that belong to both events are counted twice! To correct for this double-counting, you must subtract the intersection ($P(A \text{ and } B)$).
The General Addition Rule
Overlapping Events (Inclusive Venn Diagram):
┌─────────────────────────┐
│ Event A Event B │
│ (King) (Hearts) │
│ ┌───────┬───────┐ │
│ │ 3 K's │King of│12 │ │
│ │(other)│Hearts │other│ │
│ │ │(Both) │H's │ │
│ └───────┴───────┘ │
└─────────────────────────┘
Overlap: Subtract P(A ∩ B) to avoid double-counting
Worked Example 6: Card Drawing (King OR Heart)
Problem: A single card is drawn from a standard 52-card deck. What is the probability of drawing a King OR a Heart?
- Probability of a King: $P(\text{King}) = \frac{4}{52}$.
- Probability of a Heart: $P(\text{Heart}) = \frac{13}{52}$.
- Overlap (King of Hearts): $P(\text{King and Heart}) = \frac{1}{52}$.
- Apply the General Addition Rule:
Two-Way Frequency Contingency Tables
A two-way frequency table (contingency table) organizes bivariate categorical data, allowing rapid calculation of joint, marginal, and conditional probabilities.
Workplace Training Survey Dataset ($100$ Employees)
| Employment Status | Completed Safety Training ($C$) | Not Completed ($C'$) | Row Total (Marginal) |
|---|---|---|---|
| Full-Time ($FT$) | $54$ | $6$ | $60$ |
| Part-Time ($PT$) | $26$ | $14$ | $40$ |
| Column Total (Marginal) | $80$ | $20$ | $100$ (Grand Total $N$) |
Calculating Probabilities from the Table
- Marginal Probability: Probability of selecting an employee who completed training:
- Joint Probability ("AND"): Probability of selecting an employee who is Full-Time AND completed training:
- Conditional Probability ("GIVEN"): Probability that an employee completed training given that the employee is Part-Time:
- Rule: Restrict the denominator to the condition's marginal row total ($40$ Part-Time employees):
A storage bin contains 6 blue electrical connectors, 4 red connectors, and 2 green connectors (total of 12 connectors). A technician selects two connectors at random one after another without replacement. What is the probability that both selected connectors are red?
A single card is drawn at random from a standard, well-shuffled 52-card deck. What is the probability that the drawn card is an Ace OR a Spades card?
In a manufacturing facility, Machine X produces 60% of all precision bolts, and quality tests establish that 5% of the bolts produced by Machine X are defective. If an employee randomly inspects a bolt known to have been produced by Machine X, what is the probability that the bolt is non-defective?