Independent Events Formula

The Formula

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

A \perp B means A and B are independent; equivalently P(A|B) = P(A)

What This Formula Means

Two events are independent if the occurrence of one does not change the probability of the other: 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

A \perp B \iff P(A \cap B) = P(A) \cdot P(B) \iff P(A|B) = P(A) \iff P(B|A) = P(B)

Worked Examples

Example 1

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

Solution

  1. 1
    Identify the two events: A = \text{Heads}, B = \text{rolling a 4}
  2. 2
    Check independence: the coin flip does not affect the die roll, so A and B are independent
  3. 3
    Find individual probabilities: P(A) = \frac{1}{2}, P(B) = \frac{1}{6}
  4. 4
    Apply multiplication rule: P(A \cap B) = P(A) \cdot P(B) = \frac{1}{2} \cdot \frac{1}{6} = \frac{1}{12}

Answer

P(\text{Heads and a 4}) = \frac{1}{12}
Two events are independent if the occurrence of one does not change the probability of the other. For independent events, 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 A and B, P(A) = 0.4 and P(B) = 0.5. If A and B are independent, find (a) P(A \cap B) and (b) P(A \cup B).

Common Mistakes

  • Assuming events are independent without checking โ€” drawing cards without replacement makes draws dependent
  • Multiplying probabilities for dependent events without using conditional probability
  • Thinking 'mutually exclusive' and 'independent' mean the same thing โ€” mutually exclusive events cannot both occur and are actually dependent

Why This Formula Matters

Independence is a crucial modeling assumption โ€” assuming independence when events are actually dependent leads to severely wrong probability calculations.

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(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?

A \perp B means A and B are independent; equivalently P(A|B) = P(A)

Why is the Independent Events formula important in Math?

Independence is a crucial modeling assumption โ€” assuming independence when events are actually dependent leads to severely wrong probability calculations.

What do students get wrong about Independent Events?

Independence is not the same as mutual exclusivity โ€” independent events can both occur; mutually exclusive events cannot occur together.

What should I learn before the Independent Events formula?

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