Fatskills
Practice. Master. Repeat.
Study Guide: AP Statistics (AP Stats): Conditional Probability and Independence
Source: https://www.fatskills.com/ap-statistics/chapter/ap-stats-ap-statistics-conditional-probability-and-independence

AP Statistics (AP Stats): Conditional Probability and Independence

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

AP Statistics – Conditional Probability and Independence


AP Statistics: Conditional Probability and Independence – Exam-Ready Study Guide


What This Is

Conditional probability measures the probability of an event occurring given that another event has already occurred (e.g., "What’s the probability a student is left-handed given they play soccer?"). Independence means two events do not affect each other’s probabilities (e.g., "Does knowing a coin landed heads on the first flip change the probability of heads on the second flip?"). This topic is essential on the AP exam because it appears in probability questions, two-way tables, and experimental design (e.g., "Does a new fertilizer increase crop yield, or is the effect due to random chance?"). Mastering this helps you avoid confounding variables and correctly interpret real-world data.


Key Terms & Formulas

  • Conditional Probability (P(A|B)):
    ( P(A|B) = \frac{P(A \cap B)}{P(B)} ) Probability of event A occurring given that event B has occurred.

  • Independent Events:
    Events A and B are independent if and only if ( P(A|B) = P(A) ) or ( P(A \cap B) = P(A) \cdot P(B) ).
    Knowing B does not change the probability of A.

  • Multiplication Rule (General):
    ( P(A \cap B) = P(A) \cdot P(B|A) ) Probability of both A and B occurring (can be rearranged for ( P(B|A) )).

  • Multiplication Rule (Independent Events):
    ( P(A \cap B) = P(A) \cdot P(B) ) Only true if A and B are independent.

  • Two-Way Table (Contingency Table):
    A table showing frequencies for two categorical variables (e.g., handedness vs. sport played). Used to calculate conditional probabilities.

  • Tree Diagram:
    Visual tool for conditional probabilities (e.g., "Probability a student is left-handed and plays soccer").

  • Simpson’s Paradox:
    A trend appears in different groups of data but disappears or reverses when the groups are combined. Example: A drug may seem effective in men and women separately but harmful overall.

  • Random Variable Independence:
    Two random variables X and Y are independent if ( P(X = x \text{ and } Y = y) = P(X = x) \cdot P(Y = y) ) for all x, y.

  • Calculator: normalcdf / binompdf / binomialcdf:

  • normalcdf(lower, upper, μ, σ) → Probability for normal distributions.
  • binompdf(n, p, k) → P(X = k) for binomial distributions.
  • binomialcdf(n, p, k) → P(X ≤ k) for binomial distributions.


Step-by-Step / Process Flow


How to Solve a Conditional Probability FRQ

  1. Identify the Given and the Event:
  2. Read carefully: "Given that a student is in AP Stats, what’s the probability they play soccer?"
  3. Given (B): Student is in AP Stats.
  4. Event (A): Student plays soccer.

  5. Extract Data from the Problem:

  6. Use a two-way table, Venn diagram, or tree diagram to find:


    • ( P(A \cap B) ) (probability of both events).
    • ( P(B) ) (probability of the given event).
  7. Apply the Conditional Probability Formula:

  8. ( P(A|B) = \frac{P(A \cap B)}{P(B)} )
  9. Example: If 30 out of 100 students are in AP Stats and play soccer, and 50 are in AP Stats, then ( P(\text{Soccer}|\text{AP Stats}) = \frac{30}{50} = 0.6 ).

  10. Check for Independence (If Asked):

  11. Compare ( P(A|B) ) vs. ( P(A) ).
  12. If equal → independent.
  13. If not equal → dependent.

  14. Interpret in Context:

  15. "There is a 60% chance a student plays soccer given they are in AP Stats."

Common Mistakes

  • Mistake: Confusing ( P(A|B) ) with ( P(B|A) ).
  • Correction: ( P(A|B) ) is not the same as ( P(B|A) ). Example: ( P(\text{Cancer}|\text{Smoker}) \neq P(\text{Smoker}|\text{Cancer}) ).

  • Mistake: Assuming independence without checking.

  • Correction: Always verify ( P(A \cap B) = P(A) \cdot P(B) ). Example: Just because two events seem unrelated (e.g., "rain" and "traffic") doesn’t mean they’re independent.

  • Mistake: Misreading two-way tables (e.g., using row totals instead of column totals for ( P(B) )).

  • Correction: For ( P(A|B) ), divide by the total of the given event (B), not the grand total.

  • Mistake: Forgetting to simplify fractions in probability calculations.

  • Correction: Always reduce fractions (e.g., ( \frac{30}{50} = \frac{3}{5} )) for full credit.


AP Exam Insights

  • FRQ Hotspot: Expect a two-way table or tree diagram with 2-3 conditional probability questions. Example: "Given that a voter is under 30, what’s the probability they support Candidate X?"
  • Tricky Distinction: Independence vs. Disjoint (Mutually Exclusive) Events.
  • Independent: ( P(A \cap B) = P(A) \cdot P(B) ).
  • Disjoint: ( P(A \cap B) = 0 ). ⚠️ Two events cannot be both independent and disjoint (unless one has probability 0).
  • Calculator Pitfall: Using binompdf when you need binomialcdf (or vice versa). Example: "Probability of at most 3 successes" → binomialcdf(n, p, 3).
  • Real-World Trap: Simpson’s Paradox. Example: A drug may seem effective in men and women separately but harmful when data is combined.


Quick Check Questions

  1. Multiple Choice:
    A survey of 100 students found:
  2. 40 play soccer.
  3. 30 are in band.
  4. 10 play soccer and are in band.
    What is ( P(\text{Soccer}|\text{Band}) )?
    (A) 0.10 (B) 0.25 (C) 0.33 (D) 0.40
    Answer: (C) 0.33. ( P(\text{Soccer}|\text{Band}) = \frac{10}{30} = \frac{1}{3} ).

  5. FRQ Part:
    A factory produces light bulbs with a 2% defect rate. If a bulb is defective, there’s a 90% chance it fails inspection. If a bulb is not defective, there’s a 5% chance it fails inspection.

  6. What’s the probability a randomly selected bulb fails inspection?
    Answer: ( P(\text{Fail}) = P(\text{Defective}) \cdot P(\text{Fail}|\text{Defective}) + P(\text{Not Defective}) \cdot P(\text{Fail}|\text{Not Defective}) = (0.02)(0.90) + (0.98)(0.05) = 0.067 ).

Last-Minute Cram Sheet

  1. Conditional Probability: ( P(A|B) = \frac{P(A \cap B)}{P(B)} ).
  2. Independent Events: ( P(A \cap B) = P(A) \cdot P(B) ).
  3. Tree Diagrams: Multiply along branches for joint probabilities.
  4. Two-Way Tables: Divide by the given row/column total, not the grand total.
  5. ⚠️ Simpson’s Paradox: Always check if trends reverse when data is combined.
  6. Disjoint ≠ Independent: If ( P(A \cap B) = 0 ), they’re not independent (unless ( P(A) = 0 ) or ( P(B) = 0 )).
  7. Calculator: normalcdf for normal probabilities, binompdf/binomialcdf for binomial.
  8. ⚠️ Read Carefully: ( P(A|B) ) vs. ( P(B|A) ) are not the same!
  9. Real-World Context: Always interpret probabilities in the problem’s context.
  10. ⚠️ Check Independence: Don’t assume—verify with ( P(A \cap B) = P(A) \cdot P(B) ).