AP Statistics Notes: Tree Diagrams and Conditional Probabilities

Introduction to Tree Diagrams and Conditional Probabilities

  • Definition: A tree diagram is a visual tool used to systematically think through conditional probabilities. It represents sequences of events as paths that resemble the branches of a tree.
  • Purpose: These diagrams are particularly useful for visualizing the sample space and calculating probabilities of compound events, especially when the probability of a later event depends on the outcome of an earlier one.
  • General Rule for Tree Diagrams:     * Branches represent different possible outcomes of a stage.     * The sum of probabilities for branches originating from the same point must equal 1.01.0.     * Probabilities along a single path are multiplied to find the joint probability of that specific sequence of events.     * To find the total probability of an event that occurs in multiple paths (disjoint events), the individual joint probabilities are added together (Addition Rule).

Case Study: College Binge Drinking and Automobile Accidents

  • Study References:     * Harvard School of Public Health: H. Wechsler, G. W. Dowdall, A. Davenport, and W. DeJong, "Binge Drinking on Campus: Results of a National Study."     * American Journal of Health Behavior: Study regarding alcohol-related automobile accidents among drinkers aged 2121 to 3434.
  • Definitions of Binge Drinking:     * Men: Defined as consuming five or more drinks in a row.     * Women: Defined as consuming four or more drinks in a row.     * Reason for Difference: The threshold varies due to the average difference in body weight between men and women.
  • Population Statistics (College Students):     * Engage in binge drinking (BB): 44%44\%     * Drink moderately (MM): 37%37\%     * Abstain entirely (AA): 19%19\%
  • Accident Statistics (Among those aged 2121 to 3434):     * Among binge drinkers (BB): 17%17\% have been involved in an alcohol-related automobile accident.     * Among non-binge drinkers (NBNB): Includes moderate drinkers and those who abstain.         * The transcript specifies: P(accidentmoderate)=0.09P(\text{accident} | \text{moderate}) = 0.09         * The transcript specifies: P(accidentabstain)=0P(\text{accident} | \text{abstain}) = 0

Tree Diagram Construction and Values

  • Stage 1: Drinking Category (Totaling 1.01.0 or 100%100\%):     * P(B)=0.44P(B) = 0.44     * P(M)=0.37P(M) = 0.37     * P(A)=0.19P(A) = 0.19
  • Stage 2: Conditional Accident Probabilities:     * From Binge Drinkers (BB):         * P(accidentB)=0.17P(\text{accident} | B) = 0.17         * P(no accidentB)=0.83P(\text{no accident} | B) = 0.83     * From Moderate Drinkers (MM):         * P(accidentM)=0.09P(\text{accident} | M) = 0.09         * P(no accidentM)=0.91P(\text{no accident} | M) = 0.91     * From Abstainers (AA):         * P(accidentA)=0P(\text{accident} | A) = 0         * P(no accidentA)=1.0P(\text{no accident} | A) = 1.0

Calculating Joint Probabilities (End of Branches)

  • Binge Drinking and Accident:     * P(Bacc)=(0.44)×(0.17)=0.075P(B \cap \text{acc}) = (0.44) \times (0.17) = 0.075
  • Binge Drinking and No Accident:     * P(Bno acc)=(0.44)×(0.83)=0.365P(B \cap \text{no acc}) = (0.44) \times (0.83) = 0.365
  • Moderate Drinking and Accident:     * P(Macc)=(0.37)×(0.09)=0.033P(M \cap \text{acc}) = (0.37) \times (0.09) = 0.033
  • Moderate Drinking and No Accident:     * P(Mno acc)=(0.37)×(0.91)=0.337P(M \cap \text{no acc}) = (0.37) \times (0.91) = 0.337
  • Abstaining and Accident:     * P(Aacc)=(0.19)×(0)=0P(A \cap \text{acc}) = (0.19) \times (0) = 0
  • Abstaining and No Accident:     * P(Ano acc)=(0.19)×(1)=0.190P(A \cap \text{no acc}) = (0.19) \times (1) = 0.190

Study Questions for Probability Analysis

  1. What's the probability that a randomly selected student has had an alcohol-related car accident?     * This is the sum of all joint probabilities ending in "accident."     * P(acc)=P(Bacc)+P(Macc)+P(Aacc)P(\text{acc}) = P(B \cap \text{acc}) + P(M \cap \text{acc}) + P(A \cap \text{acc})     * P(acc)=0.075+0.033+0=0.108P(\text{acc}) = 0.075 + 0.033 + 0 = 0.108

  2. What's the probability that a randomly selected college student is a binge drinker and has had an alcohol-related car accident?     * This is the joint probability established by following the first branch (BB) and then the accident branch.     * P(Bacc)=0.075P(B \cap \text{acc}) = 0.075

  3. What's the probability that a student who has had an alcohol-related car accident is a binge drinker?     * This is a conditional probability: P(Bacc)P(B | \text{acc}).     * Calculation: P(Bacc)P(acc)=0.0750.1080.694\frac{P(B \cap \text{acc})}{P(\text{acc})} = \frac{0.075}{0.108} \approx 0.694

  4. If a student has never had an alcohol-related accident, what is the probability they are actually a binge drinker?     * This is a conditional probability: P(Bno acc)P(B | \text{no acc}).     * First, calculate P(no acc)=0.365+0.337+0.190=0.892P(\text{no acc}) = 0.365 + 0.337 + 0.190 = 0.892.     * Calculation: P(Bno acc)P(no acc)=0.3650.8920.409\frac{P(B \cap \text{no acc})}{P(\text{no acc})} = \frac{0.365}{0.892} \approx 0.409

Bayes's Rule for Two Events

  • Formula: Bayes's Rule provides a way to calculate a conditional probability by reversing the conditioning.     * P(BA)=P(AB)P(B)P(AB)P(B)+P(ABC)P(BC)P(B | A) = \frac{P(A | B)P(B)}{P(A | B)P(B) + P(A | B^C)P(B^C)}
  • Note on Complexity: The transcript notes that while this formula can be used (offering "TB testing probabilities" as a potential challenge for "masochists"), it is often far easier and more intuitive to simply draw the tree diagram to reach the same result.