Conditional Probability and the General Multiplication Rule

Foundations of Conditional Probability

  • Historical and Conceptual Context: The study of probability builds upon concepts introduced in Chapter 3, specifically contingency tables and conditional distributions.
  • Conceptual Definition: A probability that accounts for a specific condition is known as a conditional probability.
  • Notation and Terminology:     * The notation is written as P(BA)P(B|A).     * It is pronounced as "the probability of B given A."     * This answers the question: "Given that A has happened, what is the probability of B?"
  • Methodology for Determination: To calculate the probability of event B given event A, the focus is restricted exclusively to the outcomes within event A. From that subset, the fraction of those outcomes where B also occurred is determined.
  • The Conditional Probability Formula:     * The mathematical representation is: P(BA)=P(A and B)P(A)P(B|A) = \frac{P(A \text{ and } B)}{P(A)}.     * Mandatory Constraint: In this formula, P(A)0P(A) \neq 0 because the premise is that event A has already occurred.     * Data Table Application: When using table data, calculating P(A and B)P(A)\frac{P(A \text{ and } B)}{P(A)} involves identifying the intersection of a specific row and column representing those events.

The General Multiplication Rule

  • Independence vs. Dependence:     * In Chapter 14, the multiplication rule for independent events was established as: P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B).     * However, if events are not independent, this standard rule fails to produce accurate results.
  • The Formal Rule: The General Multiplication Rule is derived by rearranging the definition of conditional probability. It applies to any two events A and B, regardless of independence.
  • Formula Options:     * The rule can be expressed as: P(A and B)=P(A)×P(BA)P(A \text{ and } B) = P(A) \times P(B|A).     * Alternatively, it can be expressed as: P(A and B)=P(B)×P(AB)P(A \text{ and } B) = P(B) \times P(A|B).
  • Logical Implication: The inclusion of P(BA)P(B|A) reflects the fact that because event A has happened, the probability of B has changed or is evaluated within the context of A's occurrence.

Practical Examples and Applications

  • Example: Sampling Without Replacement: A specific scenario involves a bag containing a total of 10 items, where 2 are blue marbles.
  • Probability Calculation for Sequential Events: To find the probability of drawing two blue marbles in succession (B1B_1 and B2B_2):     * The formula used is: P(B1 and B2)=P(B1)×P(B2B1)P(B_1 \text{ and } B_2) = P(B_1) \times P(B_2|B_1).     * This accounts for the fact that the first draw (B1B_1) changes the composition of the bag for the second draw (B2B_2), characterizing the events as dependent.