Mathwords logoMathwords

Independent Events

Independent Events

Events for which the probability of any one event occurring is unaffected by the occurrence or non-occurrence of any of the other events. Formally, A and B are independent if and only if P(A|B) = P(A).

 

Example: Two separate tosses of a fair coin are independent events; the first toss has no effect on the probability of the...

 

See also

Conditional probability, multiplication rule, mutually exclusive events

Key Formula

P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)
Where:
  • P(AB)P(A \cap B) = The probability that both event A and event B occur
  • P(A)P(A) = The probability that event A occurs
  • P(B)P(B) = The probability that event B occurs

Worked Example

Problem: You flip a fair coin and roll a fair six-sided die. What is the probability that you get heads on the coin AND roll a 4 on the die?
Step 1: Identify the two events. Event A is getting heads on the coin. Event B is rolling a 4 on the die.
Step 2: Confirm the events are independent. The result of the coin flip has no effect on what the die shows, so these events are independent.
Step 3: Find the individual probabilities.
P(A)=12,P(B)=16P(A) = \frac{1}{2}, \quad P(B) = \frac{1}{6}
Step 4: Apply the multiplication rule for independent events.
P(AB)=P(A)P(B)=1216=112P(A \cap B) = P(A) \cdot P(B) = \frac{1}{2} \cdot \frac{1}{6} = \frac{1}{12}
Answer: The probability of getting heads and rolling a 4 is 1120.0833\frac{1}{12} \approx 0.0833.

Another Example

This example shows sampling with replacement, which is a classic scenario that creates independence. If the marble were NOT replaced, the draws would be dependent, and you would need conditional probability instead.

Problem: A bag contains 3 red and 7 blue marbles. You draw one marble, record its color, put it back, then draw again. What is the probability that both draws are red?
Step 1: Because the first marble is replaced before the second draw, the composition of the bag is the same both times. This makes the two draws independent.
Step 2: Find the probability of drawing red on each draw.
P(Red)=310P(\text{Red}) = \frac{3}{10}
Step 3: Since the draws are independent, multiply the probabilities.
P(Red1Red2)=310310=9100P(\text{Red}_1 \cap \text{Red}_2) = \frac{3}{10} \cdot \frac{3}{10} = \frac{9}{100}
Answer: The probability that both draws are red is 9100=0.09\frac{9}{100} = 0.09.

Frequently Asked Questions

What is the difference between independent events and mutually exclusive events?
Independent events can happen at the same time — one just doesn't affect the other's probability. Mutually exclusive events cannot happen at the same time; if one occurs, the other is impossible. In fact, if two events both have nonzero probability, they cannot be both independent and mutually exclusive. For mutually exclusive events, P(AB)=0P(A \cap B) = 0, while for independent events, P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B), which is positive when both probabilities are positive.
How do you test whether two events are independent?
Check whether P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B). If this equation holds, the events are independent. Equivalently, you can check whether P(AB)=P(A)P(A|B) = P(A). If knowing B occurred doesn't change the probability of A, the events are independent.
Does independent mean the same thing as not related?
Not exactly. Independence is a precise mathematical condition about probabilities, not a vague statement about whether events seem related. Two events might seem connected in the real world but still be mathematically independent if the probability condition holds. Always verify with the formula rather than relying on intuition.

Independent Events vs. Mutually Exclusive Events

Independent EventsMutually Exclusive Events
DefinitionOne event's occurrence does not affect the other's probabilityThe two events cannot both occur at the same time
Key formulaP(A ∩ B) = P(A) · P(B)P(A ∩ B) = 0
Can both occur?YesNo
Addition ruleP(A ∪ B) = P(A) + P(B) − P(A)·P(B)P(A ∪ B) = P(A) + P(B)
ExampleFlipping a coin and rolling a dieRolling a 3 and rolling a 5 on a single die

Why It Matters

Independent events appear constantly in probability courses, statistics, and real-world applications like genetics, quality control, and risk assessment. The multiplication rule for independent events is one of the most frequently used formulas on AP Statistics and other standardized exams. Understanding independence also helps you recognize when you cannot simply multiply probabilities — if events are dependent, you must use conditional probability instead.

Common Mistakes

Mistake: Confusing independent events with mutually exclusive events.
Correction: These are different concepts. Mutually exclusive means events cannot both happen (P(AB)=0P(A \cap B) = 0). Independent means one event doesn't affect the other's probability (P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)). If both events have nonzero probability, they cannot be both independent and mutually exclusive.
Mistake: Assuming events are independent without checking.
Correction: Drawing cards without replacement, for example, creates dependent events because the composition of the deck changes. Always consider whether the outcome of one event changes the conditions for the other. When in doubt, verify using P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B).

Related Terms