Independent Events & Multiplication Rule

When events don't influence each other's outcomes

Independent Events
Two events are independent if the occurrence of one event does not affect the probability of the other event occurring. In other words, P(A|B) = P(A) and P(B|A) = P(B). This is a fundamental concept in probability theory that simplifies many calculations.

Understanding Independence

Definition

Events A and B are independent if and only if:

Condition for Independence
P(A ∩ B) = P(A) × P(B)
Probability of both occurring equals product of individual probabilities

Characteristics

  • Independent Events: Outcome of one doesn't affect the other (coin tosses, dice rolls with replacement)
  • Dependent Events: Outcome of one affects the other (drawing cards without replacement)
  • Test for Independence: If P(A ∩ B) = P(A) × P(B), then A and B are independent

Examples of Independent Events

Example 1: Two Coin Tosses

Event A: First coin shows heads (P(A) = 1/2)

Event B: Second coin shows heads (P(B) = 1/2)

These are independent: P(A ∩ B) = 1/4 = 1/2 × 1/2

The result of the first coin doesn't affect the second coin.

Example 2: Drawing with Replacement

Event A: First card is a king (P(A) = 4/52)

Event B: Second card is a queen (P(B) = 4/52)

If we replace the first card, these are independent:

P(A ∩ B) = (4/52) × (4/52) = 16/2704

Examples of Dependent Events

Example 3: Drawing Without Replacement

Event A: First card is a king (P(A) = 4/52)

Event B: Second card is a queen (P(B) = 4/51, not 4/52)

Without replacement, these are dependent:

P(A ∩ B) = (4/52) × (4/51) ≠ (4/52) × (4/52)

Multiplication Rule

For Independent Events

Multiplication Rule (Independent)
P(A ∩ B) = P(A) × P(B)
For independent events A and B

For Dependent Events

Multiplication Rule (General)
P(A ∩ B) = P(A) × P(B|A) = P(B) × P(A|B)
For any two events A and B

For Multiple Independent Events

Multiplication Rule (Multiple)
P(A ∩ B ∩ C ∩ ...) = P(A) × P(B) × P(C) × ...
For multiple independent events

Worked Examples

Example 1: Three Fair Dice

Problem: Three fair dice are rolled. Find the probability of getting 1 on all three dice.

Solution:

These are independent events.

P(1 on first) = 1/6

P(1 on second) = 1/6

P(1 on third) = 1/6

P(all 1s) = 1/6 × 1/6 × 1/6 = 1/216

Example 2: Cards Without Replacement

Problem: Two cards are drawn without replacement. Find the probability that both are aces.

Solution:

P(first is ace) = 4/52 = 1/13

P(second is ace | first was ace) = 3/51 = 1/17

P(both aces) = (4/52) × (3/51) = 12/2652 = 1/221

Example 3: Mixed Independence

Problem: A die is rolled and a coin is tossed. Find the probability of getting an even number and heads.

Solution:

These are independent events.

P(even on die) = 3/6 = 1/2

P(heads on coin) = 1/2

P(even AND heads) = 1/2 × 1/2 = 1/4

Key Concepts

  • Independence is NOT the same as mutual exclusivity: Mutually exclusive events CANNOT both happen; independent events CAN but don't affect each other
  • If two events are mutually exclusive and both have non-zero probability, they cannot be independent
  • Always check if events are independent before using the multiplication rule
  • Replacement matters: With replacement → independent; without replacement → dependent
📋 Board Exam Tips

Q: Define independent and dependent events with examples

Q: Apply multiplication rule to find joint probability

Q: Distinguish between with/without replacement

Common Mistake: Forgetting to check independence before using P(A∩B) = P(A)×P(B)

Helpful Tip: Use tree diagrams for sequential events

🎯 JEE Advanced Tips

Pattern Recognition: Most JEE problems involve checking independence using the multiplication rule

Common Setup: Problems with "at least one" often use complement of independent events

Speed Technique: For repeated independent trials, use P(success)ⁿ directly

Integration Point: Independent events are crucial for understanding binomial distribution (Topic 4)

📐 Complete Formula Sheet
Multiplication Rule (Independent)
P(A ∩ B) = P(A) × P(B)
For independent events
Multiplication Rule (Dependent)
P(A ∩ B) = P(A) × P(B|A)
Using conditional probability
Multiple Independent Events
P(A ∩ B ∩ C) = P(A)×P(B)×P(C)
For three or more independent events
Test for Independence
A & B independent ⟺ P(A∩B) = P(A)×P(B)
How to verify independence
Complement with Independence
P(at least one) = 1 - P(none)
Using independent complements
Sequential Independent Trials
P(r successes in n trials) = (P)^r × (1-P)^(n-r)
Basis for binomial distribution