Independent events
Two events and are independent if knowing whether one occurs gives no information about the other. Formally: Equivalently (when ): . The conditional probability equals the unconditional probability , conditioning on doesn't change 's probability.
Three equivalent definitions
The following are equivalent for events with positive probabilities:
- .
- .
- .
Use whichever is most convenient for the situation. The first is the official definition because it doesn't require any probability to be positive.
Independence vs disjointness
These are different things, and easily confused. Disjoint events have empty intersection: . Independent events have .
Two disjoint events with positive probabilities are not independent (because if one occurs, the other cannot , so ). The only way to be both disjoint and independent is if at least one has probability zero.
Pairwise vs mutual independence
For three events to be pairwise independent: each pair is independent. For mutual independence: every subset is independent, i.e. , , , and .
Pairwise independence does not imply mutual independence. A classic example: roll two dice. first is odd, second is odd, sum is odd. Pairwise independent , but together determine , so the three are not mutually independent.
In Class XII, "independent" usually means mutually independent for the events in question.
Independence of complements
If and are independent, so are and , and , and . The argument: .
Independent trials
When experiments are repeated independently (coin flips, die rolls, sampling with replacement), the events from each trial are independent. So P(\text{event in all n trials}) = P(\text{event in 1 trial})^n.
Worked examples
Example 1. Flip a fair coin twice. first is heads, second is heads. Are they independent?
. . Yes, independent.
Example 2. Roll a die. even, at least 4. Are they independent?
, . , . But . Not independent.
Example 3. Two coins are flipped. Find the probability of exactly one head.
. (Used independence of the two flips.)
Example 4. , and are independent. Find .
. .
Example 5. Three independent shooters each hit a target with probability . Find the probability that at least one hits.
. So .
Example 6. A fair die is rolled three times. Find the probability that all three rolls are different.
. The roll outcomes are independent; the constraint "different" multiplies through.
Try it yourself
- Flip a coin three times. Find .
- , independent. Find and .
- Two fair dice rolled. Are first is even and second is even independent?
- A coin is flipped 4 times. Find .
- , . Are independent?
- Independent events with . Find .
- Three students independently solve a problem with probabilities . Find .
- Same as previous: find .
- Two cards from a deck with replacement: .
- Same but without replacement: compute and compare with previous. (Hint: the second case is not independent.)
- A box has 3 white, 7 black balls. Draw two with replacement: .
- Same box, without replacement: .
- Independent with , . Find .
- Roll a die three times. Find .
Pitfalls and tricks
- Test for independence with . Don't conflate independent with disjoint.
- With-replacement sampling is independent; without-replacement is not.
- Probability of at least one occurrence: compute the complement (none occurs) and subtract from 1.
- For multiple independent events, the probability of all occurring is the product.
- Complement rule applies within independence: , but you also have independent of if is.