Loading…
Apply addition and multiplication rules, and understand complements and mutually exclusive events.
Learn step-by-step with practice exercises built right in.
Sample Space ()
At a concert, P(rain) = 0.3. What is P(no rain)?
P(no rain) = 1 - P(rain) = 1 - 0.3 = 0.7. The complement rule states that an event and its complement partition the sample space with probability 1.
In a class of 100 students, 60 play soccer, 40 play basketball, and 15 play both. What is P(soccer OR basketball)?
Avoid these 3 frequent errors
Review key concepts with our flashcard system
Explore more AP Statistics topics
Event ()
Probability
Definition: is the complement (event does NOT occur)
Example: If , then
Use case: Sometimes easier to calculate directly
Definition: Events cannot occur simultaneously;
Example: Single die roll → "even" and "odd" are mutually exclusive
Implication: If and mutually exclusive, then
Example:
Subtract to avoid double-counting
Example:
Scenario: Polling 1000 voters
What's the probability a voter supports tax increase OR education reform?
Need —not given! Use Venn diagram or two-way table.
Are events mutually exclusive? → Use Can they overlap? → Use
Draw Venn diagrams or two-way tables for clarity. The general addition rule always works—apply it first when unsure.
Using the inclusion-exclusion principle: P(A ∪ B) = P(A) + P(B) - P(A ∩ B). P(soccer ∪ basketball) = 60/100 + 40/100 - 15/100 = 85/100 = 0.85. The union includes all who play at least one sport; subtract the overlap to avoid double-counting.
A lottery ticket wins with probability 0.001. If you buy 5 independent tickets, what is the probability of winning at least one prize?
P(at least one win) = 1 - P(no wins) = 1 - P(all 5 lose). P(lose one ticket) = 1 - 0.001 = 0.999. P(all 5 lose) = (0.999)⁵ ≈ 0.9950. P(at least one win) = 1 - 0.9950 ≈ 0.0050 = 0.50%. Using complement is simpler than summing P(X=1) + P(X=2) + ... + P(X=5).