Introduction
In probability, events can be independent or dependent. Knowing which type you are dealing with is crucial because it determines whether probabilities multiply directly or must be adjusted based on prior outcomes.
This pattern helps you understand how to handle multiple events occurring together - like tossing coins, drawing cards, or selecting objects with or without replacement.
Pattern: Independent and Dependent Events
Pattern
Independent events do not affect each other's outcome, while dependent events do.
Formulas:
Independent Events: P(A ∩ B) = P(A) × P(B)
Dependent Events: P(A ∩ B) = P(A) × P(B | A)
Step-by-Step Example
Question
(i) Two coins are tossed together. What is the probability of getting two heads?
(ii) Two cards are drawn from a deck without replacement. What is the probability that both are Kings?
Solution
-
Part (i) - Understand independence before calculating
Step 1: Identify the event type
Each coin toss is independent. Probability of Head on one toss = 1/2.Step 2: Multiply probabilities for independent events
Multiply probabilities of each independent event: (1/2) × (1/2) = 1/4.Final Answer: Probability of two heads = 1/4.
Quick Check:
HH is 1 out of 4 total outcomes → 1/4 ✅ -
Part (ii) - Understand dependence before calculating
Step 1: Compute probability of the first event
Total cards = 52, Kings = 4. So, P(1st King) = 4/52 = 1/13.Step 2: Update probability after card removal
After removing one King, 3 remain from 51 cards → P(2nd King | 1st King) = 3/51.Step 3: Multiply probabilities for dependent events
Multiply the dependent probabilities: (1/13) × (3/51) = 3 / 663 = 1/221.Final Answer: Probability both are Kings = 1/221.
Quick Check:
Matches earlier combination approach for two Kings → 1/221 ✅
Quick Variations
1. Tossing multiple coins → independent events.
2. Drawing cards without replacement → dependent events.
3. Picking coloured balls from a bag with replacement → independent.
4. Picking without replacement → dependent.
Trick to Always Use
- Step 1: Check if one event affects another - if yes → dependent.
- Step 2: For independent → multiply direct probabilities.
- Step 3: For dependent → multiply with adjusted conditional probability (P(B|A)).
Summary
Summary
In the Independent and Dependent Events pattern:
- Independent → events don’t influence each other: P(A ∩ B) = P(A) × P(B).
- Dependent → first event affects second: P(A ∩ B) = P(A) × P(B | A).
- With replacement = independent; Without replacement = dependent.
- Always analyze before applying the correct formula.
