Probability
1. Foundations
Independence

Independence and Conditional Independence

Independence

Two events AA and BB are independent if knowing that one occurred does not change the probability of the other.

Mathematically: P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)

Conditional Independence

Two events AA and BB might be dependent, but become independent once we know a third event CC.

Mathematically: P(ABC)=P(AC)×P(BC)P(A \cap B | C) = P(A|C) \times P(B|C)

Test Your Knowledge

Example: Verifying Independence

A standard deck of 52 cards is well-shuffled. Let Event AA be drawing a Heart. Let Event BB be drawing a King. Are events AA and BB independent?

View Step-by-Step Solution

To check independence, we must verify if P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B).

  • P(A)=13/52=1/4P(A) = 13/52 = 1/4 (There are 13 Hearts)
  • P(B)=4/52=1/13P(B) = 4/52 = 1/13 (There are 4 Kings)
  • P(AB)P(A \cap B) is the probability of drawing the King of Hearts. There is exactly 1 King of Hearts, so P(AB)=1/52P(A \cap B) = 1/52.

Check the math: (1/4)×(1/13)=1/52(1/4) \times (1/13) = 1/52. Since 1/52=1/521/52 = 1/52, the events are independent.