跳转至

3.5.2 Independent and Dependent Events

Distinguishing between independent and dependent events, and calculating probabilities using multiplication rule for both types.

定义

Independent and dependent events are fundamental concepts in probability theory that describe the relationship between two or more events.

Independent Events: Two events A and B are independent if the occurrence of one event does not affect the probability of the other event occurring. Mathematically, events A and B are independent if and only if \(P(A \cap B) = P(A) \cdot P(B)\), or equivalently, \(P(A|B) = P(A)\) and \(P(B|A) = P(B)\), where \(P(A|B)\) denotes the conditional probability of A given B.

Dependent Events: Two events A and B are dependent if the occurrence of one event affects the probability of the other event occurring. For dependent events, the probability of both events occurring is given by the multiplication rule: \(P(A \cap B) = P(A) \cdot P(B|A)\), where \(P(B|A)\) is the conditional probability of B given that A has occurred.

Key Distinction: The critical difference lies in whether the sample space or the number of favorable outcomes changes after the first event occurs. In independent events (such as rolling a die twice), the conditions remain unchanged. In dependent events (such as drawing cards without replacement), the conditions change after each event.

核心公式

  • \(P(A \cap B) = P(A) \cdot P(B) \text{ (for independent events)}\)
  • \(P(A \cap B) = P(A) \cdot P(B|A) \text{ (for dependent events)}\)
  • \(P(A|B) = \frac{P(A \cap B)}{P(B)} \text{ (conditional probability definition)}\)
  • \(P(A \cap B \cap C) = P(A) \cdot P(B|A) \cdot P(C|A \cap B) \text{ (multiplication rule for three dependent events)}\)
  • \(P(A \cap B \cap C) = P(A) \cdot P(B) \cdot P(C) \text{ (multiplication rule for three independent events)}\)

易错点

  • ⚠️ Assuming events are independent when they are actually dependent: Students often incorrectly treat dependent events (like drawing cards without replacement) as independent, leading to incorrect probability calculations. Always check whether the sample space or conditions change after the first event.
  • ⚠️ Confusing conditional probability with independence: Students may misinterpret \(P(A|B) = P(A)\) and fail to recognize that this is the defining characteristic of independence. If this equation does not hold, the events are dependent.
  • ⚠️ Incorrectly applying the multiplication rule: Students sometimes multiply probabilities for dependent events without adjusting the second probability based on the first event's outcome, or they fail to use \(P(B|A)\) instead of \(P(B)\) in the formula \(P(A \cap B) = P(A) \cdot P(B|A)\).
  • ⚠️ Misunderstanding 'with replacement' vs. 'without replacement': In sampling problems, students often fail to recognize that 'with replacement' creates independent events while 'without replacement' creates dependent events, leading to selection of the wrong probability formula.