One and Two Coins

One coin has sample space {H,T}\{H, T\} — two equally likely outcomes.

Two coins (or one coin tossed twice) has four equally likely outcomes: {HH, HT, TH, TT}.\{HH,\ HT,\ TH,\ TT\}. From this list you can read off:

  • P(two heads)=14P(\text{two heads}) = \dfrac14 (only HHHH),
  • P(exactly one head)=24=12P(\text{exactly one head}) = \dfrac24 = \dfrac12 (HT,THHT, TH),
  • P(at least one head)=34P(\text{at least one head}) = \dfrac34 (all but TTTT),
  • P(no head)=14P(\text{no head}) = \dfrac14 (only TTTT).

Key Point: Write the whole sample space first; then counting favourable cases is easy.

One Die

One die has sample space {1,2,3,4,5,6}\{1,2,3,4,5,6\}. Common events:

  • P(even)=P(odd)=12P(\text{even}) = P(\text{odd}) = \dfrac12,
  • P(prime)=36=12P(\text{prime}) = \dfrac36 = \dfrac12 (primes 2,3,52,3,5),
  • P(multiple of 3)=26=13P(\text{multiple of 3}) = \dfrac26 = \dfrac13 (3,63,6),
  • P(number>4)=26=13P(\text{number} > 4) = \dfrac26 = \dfrac13 (5,65,6).

Key Point: For a single die the total is always 6 — only the favourable count changes.

Two Dice — 36 Outcomes

When two dice are thrown, each of the 36 ordered pairs (a,b)(a,b) with a,b{1,,6}a,b\in\{1,\dots,6\} is equally likely — total =6×6=36= 6\times 6 = 36.

The sum of the two dice ranges from 2 to 12, but the sums are not equally likely. Counting the pairs:

Sum 2 3 4 5 6 7 8 9 10 11 12
Ways 1 2 3 4 5 6 5 4 3 2 1

So P(sum=7)=636=16P(\text{sum} = 7) = \dfrac{6}{36} = \dfrac16 (the most likely sum), P(sum=2)=136P(\text{sum} = 2) = \dfrac1{36}, and so on.

[Board Important] A doublet is a pair with equal numbers {(1,1),,(6,6)}\{(1,1),\dots,(6,6)\} — 6 of them, so P(doublet)=636=16P(\text{doublet}) = \dfrac{6}{36} = \dfrac16.

A 6 by 6 grid of the 36 equally likely outcomes when two dice are thrown, with the six cells whose two numbers add up to 7 shaded.

Reading the Two-Dice Grid

Think of the 36 outcomes as a 6×66\times 6 grid. Any event is just a set of cells; its probability is (cells in the event) ÷\div 36. For example:

  • P(both show 6)=136P(\text{both show 6}) = \dfrac1{36},
  • P(sum4)=1+2+336=636=16P(\text{sum} \le 4) = \dfrac{1+2+3}{36} = \dfrac{6}{36} = \dfrac16,
  • P(a total of 8)=536P(\text{a total of 8}) = \dfrac{5}{36}.

Key Point: Two dice \Rightarrow 36 in the denominator. Count the favourable cells from the sum table.

Solved Examples

Example 1: Two coins

Two coins are tossed together. Find the probability of getting (i) at least one head, (ii) exactly one tail.

Solution:

  1. Sample space {HH,HT,TH,TT}\{HH,HT,TH,TT\}, total 4.
  2. (i) At least one head ={HH,HT,TH}= \{HH,HT,TH\}: 34\dfrac34.
  3. (ii) Exactly one tail ={HT,TH}= \{HT,TH\}: 24=12\dfrac24 = \dfrac12.

Final Answer: (i) 34\dfrac34; (ii) 12\dfrac12.

Takeaway: List all 4 outcomes, then count.

Example 2: Sum of two dice

Two dice are thrown. Find the probability that the sum is (i) 7, (ii) 10, (iii) 8.

Solution:

  1. Total outcomes =36= 36.
  2. (i) Sum 7: 66 ways 636=16\Rightarrow \dfrac{6}{36} = \dfrac16.
  3. (ii) Sum 10: {(4,6),(5,5),(6,4)}\{(4,6),(5,5),(6,4)\}, 33 ways 336=112\Rightarrow \dfrac{3}{36} = \dfrac1{12}.
  4. (iii) Sum 8: 55 ways 536\Rightarrow \dfrac{5}{36}.

Final Answer: (i) 16\dfrac16; (ii) 112\dfrac1{12}; (iii) 536\dfrac{5}{36}.

Takeaway: Use the sum table for the number of ways.

Example 3: Doublets

Two dice are thrown. Find the probability of getting a doublet.

Solution:

  1. Doublets {(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)}\{(1,1),(2,2),(3,3),(4,4),(5,5),(6,6)\}: 66 outcomes.
  2. P=636=16P = \dfrac{6}{36} = \dfrac16.

Final Answer: 16\dfrac16.

Takeaway: A doublet is "same number on both dice".

Example 4: Complement with dice

Two dice are thrown. Find the probability that the sum is not 7.

Solution:

  1. P(sum=7)=16P(\text{sum} = 7) = \dfrac16.
  2. P(sum7)=116=56P(\text{sum} \ne 7) = 1 - \dfrac16 = \dfrac56.

Final Answer: 56\dfrac56.

Takeaway: Complement saves counting all the non-7 sums.