Independent Events Formula

Independent events are independent if the occurrence of one does not change the probability of the other: P(A B) = P(A) x P(B).

The Formula

P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B) for independent events

When to use: They don't 'know about' each other. One happening tells you nothing about the other.

Quick Example

Coin flips are independent. Whether I flip heads doesn't affect your flip.

Notation

P(AB)P(A|B) reads “the probability of A, given B.” The bar 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|B) asks: out of the times B happens, how often does A happen too? P(BA)P(B|A) swaps the roles and usually gives a different number. Independence is the case where the condition changes nothing, P(AB)=P(A)P(A|B) = P(A); multiply both sides by P(B)P(B) and you get the familiar P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). The shorthand ABA \perp B, read “A is independent of B,” is another way to write that same statement.

What This Formula Means

Two events are independent if the occurrence of one does not change the probability of the other: P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B).

They don't 'know about' each other. One happening tells you nothing about the other.

Formal View

Start from the definition of conditional probability, P(AB)=P(AB)P(B)P(A|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) \cdot P(B). So the product form is not a separate rule; it is the conditional statement multiplied out. All three are equivalent, and proving any one proves the other two: P(AB)=P(A)P(A|B) = P(A), P(BA)=P(B)P(B|A) = P(B), and P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B).

Worked Examples

Example 1

easy
A fair coin is flipped and a fair die is rolled. Find P(Heads and a 4)P(\text{Heads and a 4}).

Answer

P(Heads and a 4)=112P(\text{Heads and a 4}) = \frac{1}{12}

First step

1
Identify the two events: A=HeadsA = \text{Heads}, B=rolling a 4B = \text{rolling a 4}

Full solution

  1. 2
    Check independence: the coin flip does not affect the die roll, so AA and BB are independent
  2. 3
    Find individual probabilities: P(A)=12P(A) = \frac{1}{2}, P(B)=16P(B) = \frac{1}{6}
  3. 4
    Apply multiplication rule: 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}
Two events are independent if the occurrence of one does not change the probability of the other. For independent events, P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B). Physical separation of experiments is the clearest indicator of independence.

Example 2

medium
For two events AA and BB, P(A)=0.4P(A) = 0.4 and P(B)=0.5P(B) = 0.5. If AA and BB are independent, find (a) P(AB)P(A \cap B) and (b) P(AB)P(A \cup B).

Example 3

medium
A coin is flipped and a die is rolled. Find P(heads AND rolling a 6).

Common Mistakes

  • Multiplying probabilities for without-replacement draws — those are dependent; use the updated second probability.
  • Confusing independent with mutually exclusive — independent events can both happen (product nonzero); mutually exclusive cannot (product is zero).
  • Adding instead of multiplying for 'and' — use ++ for 'or' on exclusive events, ×\times for 'and' on independent ones.

Why This Formula Matters

Independence is the gate to multiplying probabilities — multiply only when events don't influence each other, and the whole 'and' calculation collapses if you multiply when they actually do. Telling independence from dependence is the core decision in every two-event probability problem. Recognizing it by "Does the first event happening change the probability of the second?" — rather than by familiar numbers — is what lets a student tell it apart from dependent events and mutually exclusive events and conditional probability in a mixed problem set.

Frequently Asked Questions

What is the Independent Events formula?

Two events are independent if the occurrence of one does not change the probability of the other: P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B).

How do you use the Independent Events formula?

They don't 'know about' each other. One happening tells you nothing about the other.

What do the symbols mean in the Independent Events formula?

P(AB)P(A|B) reads “the probability of A, given B.” The bar 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|B) asks: out of the times B happens, how often does A happen too? P(BA)P(B|A) swaps the roles and usually gives a different number. Independence is the case where the condition changes nothing, P(AB)=P(A)P(A|B) = P(A); multiply both sides by P(B)P(B) and you get the familiar P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). The shorthand ABA \perp B, read “A is independent of B,” is another way to write that same statement.

Why is the Independent Events formula important in Math?

Independence is the gate to multiplying probabilities — multiply only when events don't influence each other, and the whole 'and' calculation collapses if you multiply when they actually do. Telling independence from dependence is the core decision in every two-event probability problem. Recognizing it by "Does the first event happening change the probability of the second?" — rather than by familiar numbers — is what lets a student tell it apart from dependent events and mutually exclusive events and conditional probability in a mixed problem set.

What do students get wrong about Independent Events?

The procedure for independent events is the easy part; the trap is multiplying probabilities for without-replacement draws. Asking "Does the first event happening change the probability of the second?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Independent Events formula?

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