When events don't influence each other's outcomes
Events A and B are independent if and only if:
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.
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
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)
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
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
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
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
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)