Math Lab
Home/Class X/Ch 14/Coins and dice

Coins and dice

Coins and dice are the canonical probability experiments. Their sample spaces are clean, the outcomes are equally likely (for fair coins and dice), and the enumeration is mechanical. Master these and a wide variety of probability problems become routine.

One coin

Sample space: S={H,T}S = \{H, T\}. Size 22.

For a fair coin, P(H)=P(T)=1/2P(H) = P(T) = 1/2.

Two coins (or one coin tossed twice)

Sample space: S={HH,HT,TH,TT}S = \{HH, HT, TH, TT\}. Size 44.

EventOutcomesProbability
Two heads{HH}\{HH\}1/41/4
Exactly one head{HT,TH}\{HT, TH\}2/4=1/22/4 = 1/2
At least one head{HH,HT,TH}\{HH, HT, TH\}3/43/4
No head{TT}\{TT\}1/41/4
At most one head{TT,HT,TH}\{TT, HT, TH\}3/43/4

Three coins (or one coin tossed three times)

Sample space: S={HHH,HHT,HTH,THH,HTT,THT,TTH,TTT}S = \{HHH, HHT, HTH, THH, HTT, THT, TTH, TTT\}. Size 88.

EventCountProbability
Three heads111/81/8
Two heads33 (HHT,HTH,THHHHT, HTH, THH)3/83/8
Exactly one head333/83/8
No head111/81/8
At least one head777/87/8

A useful observation: with nn tosses, the count of "exactly kk heads" is (nk)\binom{n}{k} (read "nn choose kk"). For n=3n = 3: (30),(31),(32),(33)=1,3,3,1\binom{3}{0}, \binom{3}{1}, \binom{3}{2}, \binom{3}{3} = 1, 3, 3, 1.

One die

Sample space: S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}. Size 66.

EventOutcomesProbability
Even{2,4,6}\{2, 4, 6\}3/6=1/23/6 = 1/2
Odd{1,3,5}\{1, 3, 5\}1/21/2
Prime{2,3,5}\{2, 3, 5\}1/21/2
Multiple of 33{3,6}\{3, 6\}1/31/3
Greater than 44{5,6}\{5, 6\}1/31/3
11 or 66{1,6}\{1, 6\}1/31/3

Two dice

Sample space: ordered pairs (d1,d2)(d_1, d_2) where each did_i is one of 1,,61, \ldots, 6. Size 3636.

The most important distribution to know: the sum of the two dice.

SumCombinationsCount
22(1,1)(1,1)11
33(1,2),(2,1)(1,2),(2,1)22
44(1,3),(3,1),(2,2)(1,3),(3,1),(2,2)33
55(1,4),(4,1),(2,3),(3,2)(1,4),(4,1),(2,3),(3,2)44
66(1,5),(5,1),(2,4),(4,2),(3,3)(1,5),(5,1),(2,4),(4,2),(3,3)55
7766 pairs66
885555
994444
10103333
11112222
1212(6,6)(6,6)11

Notice the symmetric triangular distribution: counts go 1,2,3,4,5,6,5,4,3,2,11, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1, summing to 3636. The most likely sum is 77.

Other useful events:

EventCountProbability
Doubles661/61/6
Sum is prime (2,3,5,7,112,3,5,7,11)1+2+4+6+2=151+2+4+6+2 = 1515/36=5/1215/36 = 5/12
Sum >> 101033 (11,11,1211, 11, 12)3/36=1/123/36 = 1/12
Sum is multiple of 441+5+3=91+5+3 = 9 (4,8,124, 8, 12)9/36=1/49/36 = 1/4

Worked examples

Example 1. A coin is tossed twice. Find P(P(head appears at least once)).

P=3/4P = 3/4.

Example 2. Three coins are tossed. Find P(P(exactly two heads)).

P=3/8P = 3/8.

Example 3. Two dice are rolled. Find P(P(sum is 8$$).

55 combinations. P=5/36P = 5/36.

Example 4. Two dice are rolled. Find P(P(product is a multiple of 6$$).

Outcomes where d1d2d_1 \cdot d_2 is a multiple of 66: enumerate. Multiples of 66 in {1,,36}\{1, \ldots, 36\} are 6,12,18,24,30,366, 12, 18, 24, 30, 36. Pairs: (1,6)(6,1)(2,3)(3,2)(1,6)(6,1)(2,3)(3,2) \Rightarrow for 66, 44 pairs. For 1212: (2,6)(6,2)(3,4)(4,3)4(2,6)(6,2)(3,4)(4,3) \Rightarrow 4. For 1818: (3,6)(6,3)2(3,6)(6,3) \Rightarrow 2. For 2424: (4,6)(6,4)2(4,6)(6,4) \Rightarrow 2. For 3030: (5,6)(6,5)2(5,6)(6,5) \Rightarrow 2. For 3636: (6,6)1(6,6) \Rightarrow 1. Total 1515. P=15/36=5/12P = 15/36 = 5/12.

Example 5. Two dice are rolled. Find P(P(same number on both)).

Doubles: (1,1),(2,2),,(6,6)6(1,1), (2,2), \ldots, (6,6) \Rightarrow 6. P=6/36=1/6P = 6/36 = 1/6.

Example 6. A die is rolled. Find P(P(neither prime nor multiple of 3$$).

Primes: {2,3,5}\{2, 3, 5\}. Multiples of 33: {3,6}\{3, 6\}. Union: {2,3,5,6}\{2, 3, 5, 6\}. Complement: {1,4}\{1, 4\}, 22 outcomes. P=2/6=1/3P = 2/6 = 1/3.

Example 7. Two dice are rolled. Find P(P(sum is less than 6$$).

Sums 2,3,4,52, 3, 4, 5: 1+2+3+4=101 + 2 + 3 + 4 = 10 outcomes. P=10/36=5/18P = 10/36 = 5/18.

Try it yourself

  1. A coin is tossed three times. P(P(all three heads)=?) = ?
  2. A coin is tossed three times. P(P(exactly two heads)=?) = ?
  3. A coin is tossed three times. P(P(at least one head)=?) = ?
  4. A die is rolled. P(P(prime number)=?) = ?
  5. A die is rolled. P(P(even or multiple of 3$$) = ?
  6. Two dice are rolled. P(P(sum = 7$$) = ?
  7. Two dice are rolled. P(P(sum is even)=?) = ?
  8. Two dice are rolled. P(P(sum is \geq 9$$) = ?
  9. Two dice are rolled. P(P(at least one shows 6$$) = ?
  10. Two dice are rolled. P(P(product is odd)=?) = ?
  11. Three coins are tossed. P(P(no tails)=?) = ?
  12. A coin is tossed nn times. P(P(all heads)=?) = ? (express in terms of nn).

Pitfalls / Insight

(1) For two coins or two dice, treat them as ordered (first and second). The sample space is 44 or 3636, not 33 or 2121.

(2) For "at least" events, often easier to use complement: P(P(at least one)=1P() = 1 - P(none)).

(3) For dice sums, memorise the triangular distribution. The sum 77 has the most ways (66); the further from 77, the fewer ways.

(4) Always reduce fractions to lowest terms. The board examiner expects 1/121/12, not 3/363/36.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Coins and dice
6 questions · pick the best answer
Q1

Three coins tossed. P(P(exactly two heads)=) = :

Q2

Two dice rolled. P(P(doubles)=) = :

Q3

One die. P(P(odd)=) = :

Q4

Two dice. P(P(sum >10> 10)=) = :

Q5

Two coins. P(P(no head)=) = :

Q6

One die. P(P(greater than 33)=) = :