Introduction
Coin and dice experiments are the simplest and most frequent probability models. They use equally likely outcomes and help build intuition for sample spaces, counting outcomes, and basic probability formulas. Mastering these patterns prepares you for multi-stage experiments and conditional probability.
Typical questions ask for probabilities of single outcomes (e.g., head on a coin), combined outcomes (e.g., sum on two dice), or events like "at least one", "exactly k", and complements.
Pattern: Coin and Dice Based Probability
Pattern
Use the equally likely outcomes model: list the sample space, count favourable outcomes, then apply P(E) = Favourable / Total.
Key reminders:
- Single fair coin → sample space = {H, T} (2 outcomes).
- n fair coins → total outcomes = 2ⁿ (ordered outcomes count separately).
- One fair die → sample space = {1,2,3,4,5,6} (6 outcomes).
- Two dice (ordered) → total outcomes = 6 × 6 = 36.
Step-by-Step Example
Question
(i) Two fair coins are tossed. Find the probability of getting exactly one Head.
(ii) Two fair dice are rolled. Find the probability that the sum is 7.
Solution
-
Step 1: List all outcomes for two coins
For 2 coins the sample space (ordered) = {HH, HT, TH, TT} → total outcomes = 4. -
Step 2: Identify favourable outcomes for exactly one Head
Exactly one Head outcomes = {HT, TH} → favourable = 2. -
Step 3: Compute probability of exactly one Head
P(exactly one Head) = Favourable / Total = 2 / 4 = 1/2. -
Step 4: Verify using combinations
Quick check: Using combinations → 2C1 × (1/2)² = 2 × 1/4 = 1/2 ✅ -
Step 5: List total outcomes for two dice
Two dice → total ordered pairs = 6 × 6 = 36. -
Step 6: Identify pairs giving a sum of 7
Pairs: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6 favourable. -
Step 7: Compute probability of sum = 7
P(sum = 7) = 6 / 36 = 1/6. -
Final Answer:
(i) 1/2
(ii) 1/6 -
Quick Check:
(i) 2 favourable of 4 → 1/2
(ii) 6 favourable of 36 → 1/6 ✅
Quick Variations
1. “At least one” problems → P(at least one Head) = 1 - P(no Heads).
2. “Exactly k” Heads → Use nCk × (1/2)ⁿ for coins.
3. Dice patterns → even sum, doubles, total divisibility etc.
Trick to Always Use
- Step 1: Identify if outcomes are ordered (coins or dice).
- Step 2: Use total = 2ⁿ (coins) or 6ᵐ (dice).
- Step 3: Apply complement for “at least” or “none” type questions.
Summary
Summary
- Formula: P(E) = Favourable outcomes ÷ Total outcomes.
- For n coins → total outcomes = 2ⁿ.
- For m dice → total outcomes = 6ᵐ.
- Use combinations or direct counting for multiple outcomes.
- Apply complement rule for “at least one” type problems.
- Always verify that probabilities sum to 1 for consistency.
