Introduction
In real-world probability questions, we often deal with multiple stages, combined events, and interdependent outcomes - for example, drawing multiple balls with or without replacement, or combining outcomes from two or more experiments.
Understanding how to calculate probabilities in such mixed or multiple event scenarios is essential, as these problems combine conditional probability, independent/dependent events, and combinations of outcomes.
Pattern: Complex Probability Situations
Pattern
The key idea is to multiply probabilities for sequential events, adjusting for changing conditions (like without replacement) and summing probabilities when multiple pathways can lead to the same outcome.
Step-by-Step Example
Question
A box contains 3 red and 2 blue balls. Two balls are drawn one after another without replacement. What is the probability that both balls are red?
Solution
Step 1: Find probability of first red ball
There are 3 red out of 5 total balls, so P(R₁) = 3/5.Step 2: Find probability of second red ball
After drawing one red, 2 red balls remain out of 4 total, so P(R₂ | R₁) = 2/4 = 1/2.Step 3: Multiply probabilities for both events
Since draws are sequential and dependent: P(R₁ ∩ R₂) = (3/5) × (1/2) = 3/10.Final Answer:
3/10.Quick Check:
Favorable outcomes = 3C2 = 3; total outcomes = 5C2 = 10 → 3/10 ✅
Quick Variations
1. Drawing balls with replacement (independent events).
2. Drawing from multiple boxes or containers.
3. Problems involving at least one event happening.
4. Multi-stage experiments combining dice, cards, or urns.
Trick to Always Use
- Step 1: Identify if the events are dependent or independent.
- Step 2: Multiply sequential probabilities for “AND” cases.
- Step 3: Add probabilities for “OR” cases or multiple pathways.
- Step 4: Use combinations when choosing multiple items at once.
Summary
Summary
- Complex probability situations involve multiple, often dependent, events.
- For “AND” events → multiply probabilities.
- For “OR” events → add probabilities (if mutually exclusive).
- Always consider whether the problem involves replacement or no replacement.
- Use combinations when dealing with multiple selections at once.
