Math Lab
Home/Class XII/Ch 13/Independent events

Independent events

Two events AA and BB are independent if knowing whether one occurs gives no information about the other. Formally: P(AB)=P(A)P(B).P(A \cap B) = P(A) \cdot P(B). Equivalently (when P(B)>0P(B) > 0): P(AB)=P(A)P(A \mid B) = P(A). The conditional probability equals the unconditional probability , conditioning on BB doesn't change AA's probability.

Three equivalent definitions

The following are equivalent for events with positive probabilities:

  1. P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B).
  2. P(AB)=P(A)P(A \mid B) = P(A).
  3. P(BA)=P(B)P(B \mid A) = P(B).

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: AB=A \cap B = \emptyset. Independent events have P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B).

Two disjoint events with positive probabilities are not independent (because if one occurs, the other cannot , so P(BA)=0P(B)P(B \mid A) = 0 \ne P(B)). The only way to be both disjoint and independent is if at least one has probability zero.

Pairwise vs mutual independence

For three events A,B,CA, B, C to be pairwise independent: each pair is independent. For mutual independence: every subset is independent, i.e. P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B), P(BC)=P(B)P(C)P(B \cap C) = P(B)P(C), P(AC)=P(A)P(C)P(A \cap C) = P(A)P(C), and P(ABC)=P(A)P(B)P(C)P(A \cap B \cap C) = P(A)P(B)P(C).

Pairwise independence does not imply mutual independence. A classic example: roll two dice. A=A = first is odd, B=B = second is odd, C=C = sum is odd. Pairwise independent , but A,BA, B together determine CC, so the three are not mutually independent.

In Class XII, "independent" usually means mutually independent for the events in question.

Independence of complements

If AA and BB are independent, so are AcA^c and BB, AA and BcB^c, AcA^c and BcB^c. The argument: P(AcB)=P(B)P(AB)=P(B)(1P(A))=P(Ac)P(B)P(A^c \cap B) = P(B) - P(A \cap B) = P(B)(1 - P(A)) = P(A^c)P(B).

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. A=A = first is heads, B=B = second is heads. Are they independent?

P(A)=1/2=P(B)P(A) = 1/2 = P(B). P(AB)=P(HH)=1/4=P(A)P(B)P(A \cap B) = P(\text{HH}) = 1/4 = P(A)P(B). Yes, independent.

Example 2. Roll a die. A=A = even, B=B = at least 4. Are they independent?

P(A)=1/2P(A) = 1/2, P(B)=1/2P(B) = 1/2. AB={4,6}A \cap B = \{4, 6\}, P(AB)=2/6=1/3P(A \cap B) = 2/6 = 1/3. But P(A)P(B)=1/41/3P(A)P(B) = 1/4 \ne 1/3. Not independent.

Example 3. Two coins are flipped. Find the probability of exactly one head.

P(HT)+P(TH)=(1/2)(1/2)+(1/2)(1/2)=1/2P(\text{HT}) + P(\text{TH}) = (1/2)(1/2) + (1/2)(1/2) = 1/2. (Used independence of the two flips.)

Example 4. P(A)=0.4,P(B)=0.5P(A) = 0.4, P(B) = 0.5, and A,BA, B are independent. Find P(AB)P(A \cup B).

P(AB)=0.2P(A \cap B) = 0.2. P(AB)=P(A)+P(B)P(AB)=0.4+0.50.2=0.7P(A \cup B) = P(A) + P(B) - P(A \cap B) = 0.4 + 0.5 - 0.2 = 0.7.

Example 5. Three independent shooters each hit a target with probability 0.6,0.7,0.50.6, 0.7, 0.5. Find the probability that at least one hits.

P(none hits)=0.40.30.5=0.06P(\text{none hits}) = 0.4 \cdot 0.3 \cdot 0.5 = 0.06. So P(at least one hits)=10.06=0.94P(\text{at least one hits}) = 1 - 0.06 = 0.94.

Example 6. A fair die is rolled three times. Find the probability that all three rolls are different.

P=1(5/6)(4/6)=20/36=5/9P = 1 \cdot (5/6) \cdot (4/6) = 20/36 = 5/9. The roll outcomes are independent; the constraint "different" multiplies through.

Try it yourself

  1. Flip a coin three times. Find P(all heads)P(\text{all heads}).
  2. P(A)=0.3,P(B)=0.6P(A) = 0.3, P(B) = 0.6, independent. Find P(AB)P(A \cap B) and P(AB)P(A \cup B).
  3. Two fair dice rolled. Are A=A = first is even and B=B = second is even independent?
  4. A coin is flipped 4 times. Find P(first 2 are heads, last 2 are tails)P(\text{first 2 are heads, last 2 are tails}).
  5. P(A)=0.5,P(B)=0.4P(A) = 0.5, P(B) = 0.4, P(AB)=0.7P(A \cup B) = 0.7. Are A,BA, B independent?
  6. Independent events with P(A)=0.6,P(B)=0.4P(A) = 0.6, P(B) = 0.4. Find P(AcB)P(A^c \cap B).
  7. Three students independently solve a problem with probabilities 0.7,0.5,0.80.7, 0.5, 0.8. Find P(all solve)P(\text{all solve}).
  8. Same as previous: find P(exactly one solves)P(\text{exactly one solves}).
  9. Two cards from a deck with replacement: P(both aces)P(\text{both aces}).
  10. Same but without replacement: compute and compare with previous. (Hint: the second case is not independent.)
  11. A box has 3 white, 7 black balls. Draw two with replacement: P(both white)P(\text{both white}).
  12. Same box, without replacement: P(both white)P(\text{both white}).
  13. Independent A,BA, B with P(A)=0.4P(A) = 0.4, P(B)=0.5P(B) = 0.5. Find P(neither occurs)P(\text{neither occurs}).
  14. Roll a die three times. Find P(at least one 6)P(\text{at least one 6}).

Pitfalls and tricks

  • Test for independence with P(AB)=P(A)P(B)P(A \cap B) = P(A) P(B). 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: P(Ac)=1P(A)P(A^c) = 1 - P(A), but you also have AcA^c independent of BB if AA is.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Independent events
6 questions · pick the best answer
Q1

A,BA, B disjoint with P(A),P(B)>0P(A), P(B) > 0. Are they independent?

Q2

Coin flipped twice. AA = first heads, BB = second heads. Independent?

Q3

A,BA, B independent with P(A)=0.4,P(B)=0.5P(A) = 0.4, P(B) = 0.5. P(AB)=P(A \cup B) =

Q4

nn independent shooters, each hits with probability pp. P(at least one hits)=P(\text{at least one hits}) =

Q5

If AA and BB are independent, then so are

Q6

Pairwise independence implies mutual independence?