By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
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.
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
binompdf
binomialcdf
normalcdf(lower, upper, μ, σ)
binompdf(n, p, k)
binomialcdf(n, p, k)
Event (A): Student plays soccer.
Extract Data from the Problem:
Use a two-way table, Venn diagram, or tree diagram to find:
Apply the Conditional Probability Formula:
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 ).
Check for Independence (If Asked):
If not equal → dependent.
Interpret in Context:
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.
binomialcdf(n, p, 3)
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} ).
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.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.