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, and it is written with a bar: P(AB)P(A \mid B) reads “the probability of A, given B.” Everything to the right of the bar is what you already know happened, and it becomes the new total you count out of. Independent means the bar makes no difference — P(AB)=P(A)P(A \mid B) = P(A). Test it on a class of 20 students where 10 wear glasses, 10 play piano, and 5 do both. Conditioning on glasses, the 10 glasses-wearers are the whole group and 5 of them play piano, so P(pianoglasses)=510=0.5P(\text{piano} \mid \text{glasses}) = \frac{5}{10} = 0.5. Ignoring glasses, P(piano)=1020=0.5P(\text{piano}) = \frac{10}{20} = 0.5. Same number, so knowing about the glasses told you nothing and the events are independent. If those two numbers come out different, 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
Start from the definition of conditional probability: P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}, valid whenever P(B)>0P(B) > 0. Independence says the left side is just P(A)P(A) — knowing BB changes nothing. Substitute that in and multiply both sides by P(B)P(B): P(AB)=P(A)P(B)P(A \cap B) = P(A)\,P(B). That is where the product form comes from; it is not a separate rule. All three statements say the same thing, so proving any one proves the others: P(AB)=P(A)P(A \mid B) = P(A), P(BA)=P(B)P(B \mid A) = P(B), and P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B).

How to read it: P(AB)P(A \mid B) reads “the probability of A, given B.” The bar \mid means “given” or “assuming”: whatever sits to the RIGHT of the bar is what you already know happened, and it becomes the new total you count out of. So P(AB)P(A \mid B) asks: out of the times B happens, how often does A happen too? P(BA)P(B \mid A) flips the roles — it counts out of the times A happens — and usually gives a different number. Independence is the special case where conditioning changes nothing: P(AB)=P(A)P(A \mid B) = P(A). Multiply that statement through by P(B)P(B) and you get the familiar P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B) — the same fact written a different way.

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 — Reading the bar: what P(A | B) and P(B | A) actually mean

Easy

Problem

In a group of 40 students, 20 ride a bike to school, 10 ride a skateboard, and 5 do both. Let AA = “rides a bike” and BB = “rides a skateboard.” (a) Find P(AB)P(A \mid B) and P(BA)P(B \mid A). (b) Decide whether AA and BB are independent.

Solution

  1. Name the events and say the bar out loud. P(AB)P(A \mid B) is read “the probability of A, given B.”

    The event to the right of the bar is the one you already know happened. It stops being something you are predicting and becomes the group you count inside.

  2. Compute P(AB)P(A \mid B). Given B, only the 10 skateboarders are still in play, and 5 of them also ride a bike: P(AB)=510=0.5P(A \mid B) = \frac{5}{10} = 0.5.

    The bar replaced the total. The denominator is 10 — the skateboarders — not 40, the whole group.

  3. Flip the bar and compute P(BA)P(B \mid A). Given A, the 20 bike riders are the group, and 5 of them also skateboard: P(BA)=520=0.25P(B \mid A) = \frac{5}{20} = 0.25.

    Same 5 students on top, different total underneath. That is the whole reason P(AB)P(A \mid B) and P(BA)P(B \mid A) are usually different numbers — swapping which event is “given” swaps the denominator.

  4. Compare each conditional with its unconditional twin. P(A)=2040=0.5P(A) = \frac{20}{40} = 0.5, and P(AB)=0.5P(A \mid B) = 0.5. P(B)=1040=0.25P(B) = \frac{10}{40} = 0.25, and P(BA)=0.25P(B \mid A) = 0.25.

    Independence is exactly this: conditioning changed nothing. Learning that a student skateboards did not move the chance that the student rides a bike.

  5. Confirm with the product form. P(AB)=540=0.125P(A \cap B) = \frac{5}{40} = 0.125, and P(A)P(B)=0.5×0.25=0.125P(A)P(B) = 0.5 \times 0.25 = 0.125.

    The two tests always agree, because P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B) is just P(AB)=P(A)P(A \mid B) = P(A) multiplied through by P(B)P(B).

Answer

P(AB)=510=0.5P(A \mid B) = \dfrac{5}{10} = 0.5 and P(BA)=520=0.25P(B \mid A) = \dfrac{5}{20} = 0.25. Each matches its unconditional twin (P(A)=0.5P(A) = 0.5, P(B)=0.25P(B) = 0.25), and P(AB)=0.125=P(A)P(B)P(A \cap B) = 0.125 = P(A)P(B), so AA and BB are independent.

Takeaway: Read the bar as “given,” and read whatever follows it as the new total. P(AB)P(A \mid B) and P(BA)P(B \mid A) share a numerator but not a denominator, so they are usually different — and independence is the case where each one equals its plain, unconditioned version.

Example 3 — 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.

Example 4 — “At least one” means 1 minus none

Standard

Problem

A safety system has two sensors that fail independently, each with probability 0.020.02. Find the probability that at least one sensor fails.

Solution

  1. Notice how many cases “at least one” covers: the first fails, the second fails, or both fail.

    Counting three branches separately is slow, and it is easy to double-count the “both” case. The opposite event has only one branch.

  2. Name the opposite event. If AA = “at least one sensor fails,” then AcA^c = “no sensor fails.” The superscript cc means complement — AcA^c is “A does not happen,” and P(Ac)=1P(A)P(A^c) = 1 - P(A).

    Every outcome either lands in AA or in AcA^c, never both and never neither, so their probabilities add to 1.

  3. Compute P(Ac)P(A^c). Each sensor survives with probability 10.02=0.981 - 0.02 = 0.98, and the sensors are independent, so P(Ac)=0.98×0.98=0.9604P(A^c) = 0.98 \times 0.98 = 0.9604.

    Independence is what licenses the multiplication here — one sensor failing tells you nothing about the other.

  4. Subtract from 1: P(A)=10.9604=0.0396P(A) = 1 - 0.9604 = 0.0396.

    Sanity check: a single sensor fails only 2% of the time, so “at least one of two” should be a little under 4%. It is.

Answer

P(at least one fails)=10.982=10.9604=0.0396P(\text{at least one fails}) = 1 - 0.98^2 = 1 - 0.9604 = 0.0396

Takeaway: “At least one” is almost always a complement problem: find the probability of none, then subtract from 1. In symbols, P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none}).

Example 5 — “A or B” when A and B are independent

Standard

Problem

AA and BB are independent. (a) If P(A)=0.6P(A) = 0.6 and P(B)=0.5P(B) = 0.5, find P(AB)P(A \cup B). (b) If instead P(AB)=0.7P(A \cup B) = 0.7 and P(B)=0.5P(B) = 0.5, find P(A)P(A).

Solution

  1. Start from the addition rule, which holds for any two events: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).

    Adding P(A)P(A) and P(B)P(B) counts the overlap twice, so you subtract it once to undo the double count.

  2. Use independence to price the overlap. Because P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B), the rule becomes P(AB)=P(A)+P(B)P(A)P(B)P(A \cup B) = P(A) + P(B) - P(A)P(B).

    Independence does not change the addition rule — it only tells you what the overlap term is worth, so “or” problems never turn into a plain product.

  3. (a) Substitute: P(AB)=0.6+0.5(0.6)(0.5)=1.10.3=0.8P(A \cup B) = 0.6 + 0.5 - (0.6)(0.5) = 1.1 - 0.3 = 0.8.

    Check the size: a union must be at least as big as either event and no bigger than 1. Here 0.80.60.8 \ge 0.6 and 0.810.8 \le 1.

  4. (b) Run the same identity backwards, with P(A)P(A) as the unknown: 0.7=P(A)+0.50.5P(A)0.7 = P(A) + 0.5 - 0.5\,P(A).

    Every quantity except P(A)P(A) is given, so the identity becomes a one-variable equation instead of a formula to plug into.

  5. Collect like terms and solve: 0.7=0.5P(A)+0.50.7 = 0.5\,P(A) + 0.5, so 0.5P(A)=0.20.5\,P(A) = 0.2 and P(A)=0.4P(A) = 0.4.

    Substitute back to check: 0.4+0.5(0.4)(0.5)=0.70.4 + 0.5 - (0.4)(0.5) = 0.7, which matches the given union.

Answer

(a) P(AB)=0.8P(A \cup B) = 0.8. (b) P(A)=0.4P(A) = 0.4.

Takeaway: For “or,” add and then subtract the overlap; independence only tells you the overlap equals P(A)P(B)P(A)P(B). The same identity works forwards for a union and backwards for a missing single probability.

Example 6 — Exactly one red in three spins: where the factor of 3 comes from

Hard

Problem

A spinner lands on red with probability 0.250.25 on each spin, and the spins are independent. Find the probability of getting exactly one red in three spins.

Solution

  1. Price one specific arrangement first — red, not-red, not-red: 0.25×0.75×0.75=14916=9640.25 \times 0.75 \times 0.75 = \frac{1}{4} \cdot \frac{9}{16} = \frac{9}{64}.

    Independence lets you multiply straight across a sequence of spins, so a single fully-specified arrangement is easy to evaluate.

  2. Ask where else the one red could land. It could be the first, second, or third spin: (red, no, no), (no, red, no), (no, no, red). That is 3 arrangements.

    “Exactly one” never says which spin was red. Each position is a different outcome of the experiment, and no two of them can happen at once, so their probabilities add.

  3. Notice that all three arrangements have the same probability. Each multiplies one factor of 0.250.25 and two factors of 0.750.75; only the order differs, and multiplication does not care about order.

    That is why you get one multiplier instead of three separate calculations — this is exactly where the factor of 3 comes from.

  4. Add the three equal pieces, which is the same as multiplying by 3: P(exactly one red)=3×0.25×0.752=3×964=2764P(\text{exactly one red}) = 3 \times 0.25 \times 0.75^2 = 3 \times \frac{9}{64} = \frac{27}{64}.

    27640.422\frac{27}{64} \approx 0.422. The 3 is a count of positions, not a probability, which is why the answer can be bigger than any single arrangement.

Answer

P(exactly one red)=3×0.25×0.752=27640.422P(\text{exactly one red}) = 3 \times 0.25 \times 0.75^2 = \dfrac{27}{64} \approx 0.422

Takeaway: For exactly kk successes in nn independent trials, price one arrangement by multiplying, then multiply by how many arrangements there are. Dropping that count is the most common way this problem goes wrong.

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).

  5. A fair coin is flipped twice. What is the probability of getting at least one head? Take the complement route: first find the probability of no heads at all.

    Hint: “At least one” has three branches (HT, TH, HH); “none” has just one. Price the one, then subtract from 1.

  6. AA and BB are independent with P(A)=0.5P(A) = 0.5 and P(B)=0.2P(B) = 0.2. What is P(AB)P(A \cup B) — the probability that at least one of them happens?

    Hint: Add the two probabilities, then subtract the overlap once. For independent events the overlap is P(A)P(B)P(A)P(B).

  7. Two independent free throws each go in with probability 0.80.8. What is the probability of making exactly one of the two? Write down the two arrangements before you calculate.

    Hint: “Exactly one” does not say which throw went in. There are two orders, and each is priced by multiplying.

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