Independent Events Formula

Independent events are independent if knowing that one event happened does not change the probability of the other event.

The Formula

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)

When to use: Independence means “no update.” If learning B happened leaves the chance of A exactly the same, then the events are independent.

Quick Example

Flip a coin and roll a die. Knowing the coin landed heads does not change the probability of rolling a 4, so the events are independent.

Notation

Independence is often tested with either the multiplication form or the conditional-probability form.

What This Formula Means

Two events are independent if knowing that one event happened does not change the probability of the other event.

Independence means “no update.” If learning B happened leaves the chance of A exactly the same, then the events are independent.

Formal View

Events AA and BB are independent exactly when the joint probability factors as the product of the marginals.

Worked Examples

Example 1

medium
From sample data, P(A)=0.4P(A)=0.4, P(B)=0.5P(B)=0.5, P(AB)=0.2P(A\cap B)=0.2. Are AA and BB independent?

Answer

Yes — P(A)P(B)=0.20=P(AB)\text{Yes — } P(A)\,P(B)=0.20=P(A\cap B)

First step

1
Check P(A)P(B)=0.40.5=0.20P(A)\cdot P(B)=0.4\cdot 0.5=0.20.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan — every worked solution, all subjects

Example 2

medium
P(A)=0.5P(A)=0.5, P(BA)=0.3P(B \mid A)=0.3, and P(B)=0.3P(B)=0.3. Are AA and BB independent? Justify.

Example 3

medium
A sample is collected by Bernoulli sampling with P(included)=0.10P(\text{included})=0.10. Three independent units are considered. Find P(exactly 1 included)P(\text{exactly 1 included}).

Common Mistakes

  • Assuming independence just because two events sound unrelated — 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).
  • Using the multiplication rule P(A)P(B)P(A)P(B) when events are actually dependent — for dependent events you must use P(A)P(BA)P(A) \cdot P(B \mid A) instead.
  • Confusing mutually exclusive with independent — 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.

Common Mistakes Guide

If this formula feels simple in isolation but keeps breaking during real problems, review the most common errors before you practice again.

Why This Formula 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.

Frequently Asked Questions

What is the Independent Events formula?

Two events are independent if knowing that one event happened does not change the probability of the other event.

How do you use the Independent Events formula?

Independence means “no update.” If learning B happened leaves the chance of A exactly the same, then the events are independent.

What do the symbols mean in the Independent Events formula?

Independence is often tested with either the multiplication form or the conditional-probability form.

Why is the Independent Events formula important in Statistics?

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.

What do students get wrong about Independent Events?

Students often assume events are independent just because the story describes two different actions. Recognition is harder than the formula.

What should I learn before the Independent Events formula?

Before studying the Independent Events formula, you should understand: conditional probability.