Statistics · Grade 9-12 · 5 min read

Independent Events

⚡ In one breath

Two events are independent when one outcome has zero effect on the chance of the other.

📐 The formula

P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)
Venn diagram of First event happens and Second event happensFor independent events, the probability that both happen equals the product of the two individual probabilities — knowing one outcome does not change the chance of the other.ABA ∩ Be.g. coin = headse.g. die = 4
A: First event happens
B: Second event happens
A ∩ B: P(A) × P(B)
For independent events, the probability that both happen equals the product of the two individual probabilities — knowing one outcome does not change the chance of the other.

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

Two events are independent when one outcome has zero effect on the chance of the other. Flipping a coin and rolling a die is the classic example: whether the coin lands heads tells you nothing about the die. For independent events, the chance that both happen equals the chance of one multiplied by the chance of the other.

Section 2

Why This Matters

Independence is the dividing line between two completely different probability tools. If events are independent, you can multiply their probabilities directly — that's how every coin/die/spinner/dart problem becomes simple. If they are NOT independent, you must use conditional probability and the multiplication rule with P(AB)P(A \mid B), which is much harder. Getting this distinction wrong is the single most common source of error on probability tests.

Section 3

Intuitive Explanation

Imagine you flip a coin in your right hand and roll a die in your left. The coin can't see the die. The die can't see the coin. So whatever happens on one side, the other side's probabilities don't change at all — that's independence.

Now imagine drawing two cards from a deck without replacing the first one. The first card is gone, so the second draw has different odds. Knowing what came out first updates what's possible second — that's NOT independent.

The test is simple: after you learn one event happened, does your estimate of the other event's probability change? If yes → dependent. If no → independent.

Core idea

Independent does not mean “separate topics.” It means one event gives no probabilistic information about the other.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use independence when the problem describes two separate physical or random processes that genuinely don't influence each other — different coins, different dice, different days, different people picked at random with replacement. Watch for the words “separately,” “independently,” “with replacement,” or two distinct devices/processes. Do NOT assume independence just because two events sound different — always check whether one truly affects the other.

✨ Pro tip

Ask: after I learn one event happened, does the probability of the other event stay the same or change?

Section 5

How to Recognize It

Before you reach for P(A)P(B)P(A)P(B), run through this checklist. If any answer is no, the events are dependent and you need conditional probability instead.

  1. Does the first event change the sample space for the second event?

    If the sample space (the set of possible outcomes) shrinks or shifts after the first event, the events are dependent. Drawing a card without replacement is the canonical example — the deck has changed.

  2. Is there replacement — i.e. does each trial start from the same starting state?

    Drawing with replacement, repeating an experiment, or rolling dice multiple times typically preserves the sample space. Without replacement is a strong signal of dependence.

  3. Are the two events produced by separate random processes?

    Different physical devices (a coin AND a die), different days, different people sampled independently — these usually produce independent events. One device that produces two correlated outcomes does not.

  4. Does knowing one result change the probability of the other?

    This is the formal definition. If P(BA)=P(B)P(B \mid A) = P(B), the events are independent. If learning AA updates your estimate of BB, they are dependent.

Section 6

Independent vs Dependent vs Mutually Exclusive

These three terms get mixed up constantly. They are NOT synonyms — they describe different relationships between two events.

Independent

Meaning
One event has no effect on the probability of the other.
Can both happen?
Yes
Formula
P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B)
Example
Flip a coin AND roll a die

Dependent

Meaning
One event changes the probability of the other.
Can both happen?
Yes
Formula
P(AB)=P(A)P(BA)P(A \cap B) = P(A)\,P(B \mid A)
Example
Draw two cards without replacement

Mutually exclusive

Meaning
The two events cannot both happen at the same time.
Can both happen?
No
Formula
P(AB)=0P(A \cap B) = 0
Example
Roll one die and get both a 2 and a 5

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

P(AB)=P(A)P(B)andP(AB)=P(A)P(A \cap B) = P(A)P(B) \quad \text{and} \quad P(A \mid B) = P(A)

What each part means

P(A)P(A)
chance event A happens
P(B)P(B)
chance event B happens
P(AB)P(A \cap B)
chance both happen together
P(AB)P(A \mid B)
chance of A given B already happened
Events AA and BB are independent exactly when the joint probability factors as the product of the marginals.

How to read it: Independence is often tested with either the multiplication form or the conditional-probability form.

Section 8

Worked Examples

Example 1 — Coin + die: classic independent events

Easy

Problem

A fair coin is flipped and a fair six-sided die is rolled. Find the probability that the coin lands heads AND the die shows a 4.

Solution

  1. Identify the two events.

    AA = 'coin lands heads', BB = 'die shows 4'.

  2. Decide whether they are independent.

    The coin and the die are physically separate. The coin's outcome can't change the die's outcome. So AA and BB are independent.

  3. Find each individual probability.

    P(A)=1/2P(A) = 1/2 for a fair coin. P(B)=1/6P(B) = 1/6 for a fair die.

  4. Multiply the probabilities.

    Because the events are independent, 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

P(heads and 4)=112P(\text{heads and 4}) = \dfrac{1}{12}

Takeaway: When two events come from separate random processes, multiply their probabilities directly.

Example 2 — Cards without replacement: a dependent contrast

Standard

Problem

Two cards are drawn one after the other from a standard 52-card deck WITHOUT replacement. Are the events 'first card is a heart' and 'second card is a heart' independent?

Solution

  1. Compute the first probability.

    There are 13 hearts in 52 cards, so P(1st heart)=13/52=1/4P(\text{1st heart}) = 13/52 = 1/4.

  2. Compute the conditional probability after a heart is drawn.

    If the first card was a heart, only 12 hearts remain in 51 cards: P(2nd heart1st heart)=12/510.235P(\text{2nd heart} \mid \text{1st heart}) = 12/51 \approx 0.235.

  3. Compare the unconditional and conditional probabilities.

    Unconditional: P(2nd heart)=13/52=0.25P(\text{2nd heart}) = 13/52 = 0.25. Conditional: 0.235\approx 0.235. These are different — knowing the first draw changed the probability of the second.

  4. Apply the definition of independence.

    Independence requires P(BA)=P(B)P(B \mid A) = P(B). Here 0.2350.250.235 \neq 0.25, so the events are NOT independent.

Answer

The events are dependent. You must use P(AB)=P(A)P(BA)=141251=117P(A \cap B) = P(A) \cdot P(B \mid A) = \dfrac{1}{4} \cdot \dfrac{12}{51} = \dfrac{1}{17}.

Takeaway: Without replacement is the strongest signal of dependence in card / ball / lottery problems. Always check the sample space after the first draw.

Section 9

Common Mistakes

Common slip-up

Assuming independence just because two events sound unrelated

The right idea

always check whether the first event's outcome actually changes the second event's probability before applying P(A)P(B)P(A)P(B).

Common slip-up

Using the multiplication rule P(A)P(B)P(A)P(B) when events are actually dependent

The right idea

for dependent events you must use P(A)P(BA)P(A) \cdot P(B \mid A) instead.

Common slip-up

Confusing mutually exclusive with independent

The right idea

mutually exclusive events CAN'T both happen so P(AB)=0P(A \cap B) = 0, while independent events have P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B), which is nonzero.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. A spinner is spun and a coin is flipped. Are the two outcomes independent or dependent?

    Hint: Ask: does the spinner's result change anything about the coin?

  2. Two cards are drawn from a deck without replacement. Are the two draws independent?

    Hint: Without replacement: the sample space shrinks after the first draw.

  3. A fair die is rolled twice. What is the probability of rolling a 6 on both rolls?

    Hint: Two rolls of the same die are independent. Multiply.

  4. Events AA and BB have P(A)=0.4P(A) = 0.4, P(B)=0.5P(B) = 0.5, and P(AB)=0.2P(A \cap B) = 0.2. Are they independent?

    Hint: Compute P(A)P(B)P(A) \cdot P(B) and compare to P(AB)P(A \cap B).

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How can two events be independent if they happen at the same time?

Independence isn't about timing — it's about whether one event's outcome changes the probability of the other. A coin flip and a die roll happen at roughly the same time, but neither outcome shifts the other's odds, so they're independent.

Are mutually exclusive events also independent?

No — and this is a famous trap. If two events are mutually exclusive (they can't both happen), then knowing AA happened forces P(B)=0P(B) = 0, which is a huge change. So they are dependent. The only edge case is when one of the events is impossible to begin with.

Is drawing cards independent if I shuffle between draws?

If you shuffle a full deck back together (i.e. draw with replacement), each draw is independent because the sample space is identical every time. If you draw without replacement, the events are dependent — even shuffling the remaining cards doesn't restore the missing card.

What's the quickest way to test independence on an exam?

Compute P(A)P(B)P(A) \cdot P(B) and compare it to P(AB)P(A \cap B). If they're equal, the events are independent. If they're different — even slightly — the events are dependent, and you need conditional probability.

Does independence work the same for more than two events?

Pairwise independence (every pair satisfies the rule) is necessary but not sufficient for full (mutual) independence of three or more events. For three independent events A,B,CA, B, C, you need P(ABC)=P(A)P(B)P(C)P(A \cap B \cap C) = P(A) \cdot P(B) \cdot P(C) AND every pair to be independent.

Can knowing one event happened make another event MORE likely?

Yes. If learning AA makes BB more likely, the events are positively associated (a kind of dependence). If learning AA makes BB less likely, they're negatively associated. Either way, they're not independent.

Section 12

Learning Path

Independent Events

You are here

Before this, students should be comfortable with basic probability and conditional probability — independence is defined in terms of conditional probability not changing. After this, the multiplication rule and expected value problems become much safer to apply because you can correctly choose between multiplying directly versus using a conditional adjustment.

Section 13

See Also