1.3 Combined, joint, and conditional probabilities 17
Answer: Recall first that a 32-card deck has four series (red hearts, red diamonds, black
clubs, and black spades) of eight cards each, including an ace, a king, a queen, a jack
and four cards having the values 10, 9, 8, and 7.
Considering question (a), we must calculate the probability of drawing five red cards
successively. We first observe that half of the cards (16) have the same (red or black)
color. The probability of drawing a red card is thus
1
/
2
,or,moreformally, p(x
1
=
red) = C
1
16
/C
1
32
= 16/32 = 1/2. For the second draw, we have 31 cards left, which by
definition include only 15 red cards. Thus, p(x
2
= red) = C
1
15
/C
1
31
= 15/31, and so on
for the other three selections. The final answer for the joint probability is, therefore:
p(red, red, red, red, red) =
16
32
15
31
14
30
13
29
12
28
= 0.021.
Question (b) concerns a hand having at least one ace. We could go through all the
possibilities of successively drawing five cards with one, two, three, or four aces, but
we can proceed much more quickly. Indeed, we can instead calculate the probability of
the complementary event “no ace in hand,” then use the property p(at least one ace) =
1–p(no ace). The task is to use combinatorics to evaluate the probabilities of having
no ace at each draw. The number of ways of drawing a first card that is not an ace
is C
1
32−4
= C
1
28
= 28. The probability of having no ace in the first draw is, therefore,
28/32. With similar reasoning for the next four draws, it is straightforward to obtain
finally:
p(no ace) =
28
32
27
31
26
30
25
29
24
28
= 0.488,
and p(at least one ace) = 1 −0.488 = 0.511. We see that the probability of eventually
having at least one ace in the five-card hand is a little over 50%, which was not an
intuitive result. The lesson learnt is that successive events may be independent, but their
respective probabilities keep evolving according to the outcome of the preceding events.
Put otherwise, each occurring event affects the space of the next series of events, even
if all events are 100% independent.
To complete this first chapter, I must introduce the summing rule of conditional
probabilities, also called the law of total probability. Assume two complete and disjoint
event spaces S ={a, b} and T ={x, y, z}, with S ∩ T =∅(the symbol ∅ meaning an
empty set or a set having zero elements) and with, by definition of probabilities p(a) +
p(b) = 1, and p(x) + p(y) + p(z) = 1. Then the following summing relations hold:
p(x) = p(x
|
a )p(a) + p(x
|
b ) p(b)
p(y) = p(y
|
a )p(a) + p(y
|
b ) p(b)
(1.18)
and
p(a) = p(a
|
x ) p(x) + p(a
|
y ) p(y) + p(a
|
z )p(z)
p(b) = p(b
|
x ) p(x) + p(b
|
y ) p(y) + p(b
|
z )p(z).
(1.19)