Math 561 Probability - Chapter 1
Math 561 Probability - Chapter 1
Chapter 1
PROBABILITY OF EVENTS
1.1. Introduction
During his lecture in 1929, Bertrand Russel said, “Probability is the most
important concept in modern science, especially as nobody has the slightest
notion what it means.” Most people have some vague ideas about what prob-
ability of an event means. The interpretation of the word probability involves
synonyms such as chance, odds, uncertainty, prevalence, risk, expectancy etc.
“We use probability when we want to make an affirmation, but are not quite
sure,” writes J.R. Lucas.
Von Mises (1928) and Kolmogorov (1965). The Russian mathematician Kol-
mogorov gave the solid foundation of probability theory using measure theory.
The advantage of Kolmogorov’s theory is that one can construct probabilities
according to the rules, compute other probabilities using axioms, and then
interpret these probabilities.
N (A)
P (A) =
N (S)
where N (A) denotes the number of elements of A and N (S) denotes the
number of elements in the sample space S. For a discrete case, the probability
of an event A can be computed by counting the number of elements in A and
dividing it by the number of elements in the sample space S.
There are three basic counting techniques. They are multiplication rule,
permutation and combination.
H HH
H HT
T
H TH
T
T TT
Tree diagram
Example 1.2. Find the number of possible outcomes of the rolling of a die
and then tossing a coin.
Answer: Here n1 = 6 and n2 = 2. Thus by multiplication rule, the number
of possible outcomes is 12.
H 1H
1 1T
2H
2 2T
3H
3 3T
4 4H
4T
5
5H
6 5T
6H
Tree diagram
T 6T
Example 1.3. How many different license plates are possible if Kentucky
uses three letters followed by three digits.
Answer:
(26)3 (10)3
= (17576) (1000)
= 17, 576, 000.
1.2.2. Permutation
Consider a set of 4 objects. Suppose we want to fill 3 positions with
objects selected from the above 4. Then the number of possible ordered
arrangements is 24 and they are
Probability of Events 4
n(n − 1)(n − 2) · · · (n − r + 1)
n!
=
(n − r)!
= n Pr .
Example 1.4. How many permutations are there of all three of letters a, b,
and c?
Answer:
n!
3 P3 =
(n − r)!
.
3!
= =6
0!
Probability and Mathematical Statistics 5
Answer:
n! n!
n Pn = = = n!.
(n − n)! 0!
Example 1.6. Four names are drawn from the 24 members of a club for the
offices of President, Vice-President, Treasurer, and Secretary. In how many
different ways can this be done?
Answer:
(24)!
24 P4 =
(20)!
= (24) (23) (22) (21)
= 255, 024.
1.2.3. Combination
Let c denote the number of subsets of size r that can be selected from
n different objects. The r objects in each set can be ordered in r Pr ways.
Thus we have
n Pr = c (r Pr ) .
Definition 1.2. Each of the nr unordered subsets is called a combination
of n objects taken r at a time.
Example 1.7. How many committees of two chemists and one physicist can
be formed from 4 chemists and 3 physicists?
Probability of Events 6
Answer:
4 3
2 1
= (6) (3)
= 18.
Thus 18 different committees can be formed.
(x + y)2 = x2 + 2 xy + y 2
2 2 2 2 2
= x + xy + y
0 1 2
2
2 2−k k
= x y .
k
k=0
Similarly
(x + y)3 = x3 + 3 x2 y + 3xy 2 + y 3
3 3 3 2 3 2 3 3
= x + x y+ xy + y
0 1 2 3
3
3 3−k k
= x y .
k
k=0
This result is called the Binomial Theorem. The coefficient nk is called the
binomial coefficient. A combinatorial proof of the Binomial Theorem follows.
If we write (x + y)n as the n times the product of the factor (x + y), that is
(x + y)n = (x + y) (x + y) (x + y) · · · (x + y),
then the coefficient of xn−k y k is nk , that is the number of ways in which we
can choose the k factors providing the y’s.
Probability and Mathematical Statistics 7
Remark 1.1. In 1665, Newton discovered the Binomial Series. The Binomial
Series is given by
α α 2 α n
α
(1 + y) = 1 + y+ y + ··· + y + ···
1 2 n
∞
α k
=1+ y ,
k
k=1
Hence
3 3 3
+ + = 3 + 3 + 1 = 7.
1 2 0
Probability of Events 8
Proof:
(1 + y)n = (1 + y) (1 + y)n−1
= (1 + y)n−1 + y (1 + y)n−1
n n−1 n − 1
n r n−1 r
n−1
y = y +y yr
r=0
r r=0
r r=0
r
n − 1
n−1 n − 1
n−1
= yr + y r+1 .
r=0
r r=0
r
Answer:
23 23 24
+ +
10 9 11
24 24
= +
10 11
25
=
11
25!
=
(14)! (11)!
= 4, 457, 400.
n
n r
Example 1.10. Use the Binomial Theorem to show that (−1) = 0.
r=0
r
k
m n m+n
= .
r=0
r k−r k
Proof:
(1 + y)m+n = (1 + y)m (1 + y)n
m n
m + n
m+n m n
r
y = yr yr .
r=0
r r=0
r r=0
r
Equating the coefficients of y k from the both sides of the above expression,
we obtain
m+n m n m n m n
= + + ··· +
k 0 k 1 k−1 k k−k
k
m n m+n
=
r=0
r k−r k
n
n
n 2n
=
r=0
r n−r n
n
n
n 2n
=
r=0
r r n
n 2
n 2n
= .
r=0
r n
Probability of Events 10
Proof: In order to establish the above identity, we use the Binomial Theorem
together with the following result of the elementary algebra
n−1
xn − y n = (x − y) xk y n−1−k .
k=0
Note that
n n
n n
k
x = xk − 1
k k
k=1 k=0
= (x + 1)n − 1n by Binomial Theorem
n−1
= (x + 1 − 1) (x + 1)m by above identity
m=0
n−1 m
m j
=x x
m=0 j=0
j
n−1 m
m j+1
= x
m=0 j=0
j
n m
n−1
= xk .
k−1
k=1 m=k−1
S = {M, F }
where M denotes the male rat and F denotes the female rat.
Example 1.13. What is the sample space for an experiment in which the
state of Kentucky picks a three digit integer at random for its daily lottery?
Answer: The sample space of this experiment is
S = {(x, y) | 1 ≤ x ≤ 6, 1 ≤ y ≤ 6}
where x represents the number rolled on red die and y denotes the number
rolled on green die.
Probability of Events 12
Definition 1.4. Each element of the sample space is called a sample point.
Example 1.15. Describe the sample space of rolling a die and interpret the
event {1, 2}.
S = {1, 2, 3, 4, 5, 6}.
Example 1.16. First describe the sample space of rolling a pair of dice,
then describe the event A that the sum of numbers rolled is 7.
S = {(x, y) | x, y = 1, 2, 3, 4, 5, 6}
and
A = {(1, 6), (6, 1), (2, 5), (5, 2), (4, 3), (3, 4)}.
∞ ∞
(P3) P Ak = P (Ak )
k=1 k=1
if A1 , A2 , A3 , ..., Ak , ..... are mutually disjoint events of S.
Any set function with the above three properties is a probability measure
for S. For a given sample space S, there may be more than one probability
measure. The probability of an event A is the value of the probability measure
at A, that is
P rob(A) = P (A).
P (∅) = 0.
Therefore
∞
P (∅) = 0.
i=2
P (∅) = 0
Probability of Events 14
n
n
P Ai = P (Ai ).
i=1 i=1
and
An+1 = An+2 = An+3 = · · · = ∅.
Hence
n ∞
P Ai =P Ai
i=1 i=1
∞
= P (Ai )
i=1
n ∞
= P (Ai ) + P (Ai )
i=1 i=n+1
n ∞
= P (Ai ) + P (∅)
i=1 i=n+1
n
= P (Ai ) + 0
i=1
n
= P (Ai )
i=1
S = {HH, HT, T H, T T }.
Remark 1.2. Notice that here we are not computing the probability of the
elementary events by taking the number of points in the elementary event
and dividing by the total number of points in the sample space. We are
using the randomness to obtain the probability of the elementary events.
That is, we are assuming that each outcome is equally likely. This is why the
randomness is an integral part of probability theory.
Corollary 1.1. If S is a finite sample space with n sample elements and A
is an event in S with m elements, then the probability of A is given by
m
P (A) = .
n
Proof: By the previous theorem, we get
m
P (A) = P Oi
i=1
m
= P (Oi )
i=1
m
1
=
i=1
n
m
= .
n
The proof is now complete.
Example 1.18. A die is loaded in such a way that the probability of the
face with j dots turning up is proportional to j for j = 1, 2, ..., 6. What is
the probability, in one roll of the die, that an odd number of dots will turn
up?
Answer:
P ({j}) ∝ j
= kj
where k is a constant of proportionality. Next, we determine this constant k
by using the axiom (P2). Using Theorem 1.5, we get
P (S) = P ({1}) + P ({2}) + P ({3}) + P ({4}) + P ({5}) + P ({6})
= k + 2k + 3k + 4k + 5k + 6k
= (1 + 2 + 3 + 4 + 5 + 6) k
(6)(6 + 1)
= k
2
= 21k.
Probability and Mathematical Statistics 17
j
P ({j}) = .
21
Now, we want to find the probability of the odd number of dots turning up.
P (Ac ) = 1 − P (A)
1 = P (S) = P (A ∪ Ac )
= P (A) + P (Ac ).
Probability of Events 18
c
A A
P (A) ≤ P (B).
P (B) = P (A ∪ (B \ A))
= P (A) + P (B \ A).
P (B) ≥ P (A)
0 ≤ P (A) ≤ 1.
Probability and Mathematical Statistics 19
Proof: Follows from axioms (P1) and (P2) and Theorem 1.8.
Theorem 1.10. If A and B are any two events, then
A ∪ B = A ∪ (Ac ∩ B)
and
A ∩ (Ac ∩ B) = ∅.
A B
B = (A ∩ B) ∪ (Ac ∩ B)
A B
Probability of Events 20
P (A ∪ B) = P (A) + P (B) − P (A ∩ B)
This above theorem tells us how to calculate the probability that at least
one of A and A occurs.
Example 1.19. If P (A) = 0.25 and P (B) = 0.8, then show that 0.05 ≤
P (A ∩ B) ≤ 0.25.
Hence
P (A ∩ B) ≤ min{P (A), P (B)}.
P (A ∪ B) ≤ P (S)
Hence, we obtain
0.8 + 0.25 − P (A ∩ B) ≤ 1
0.05 ≤ P (A ∩ B) ≤ 0.25.
A ∪ B c = A ∪ (Ac ∩ B c ).
Hence,
P (A ∪ B c ) = P (A) + P (Ac ∩ B c )
1 1
= +
2 3
5
= .
6
A 2 = A1 (A2 \ A1 )
which is
P (A2 \ A1 ) = P (A2 ) − P (A1 )
A1 ⊆ A2 ⊆ · · · ⊆ An ⊆ · · ·
E 1 = A1
En = An \ An−1 ∀n ≥ 2.
Then {En }∞
n=1 is a disjoint collection of events such that
∞ ∞
An = En .
n=1 n=1
Further
∞ ∞
P An =P En
n=1 n=1
∞
= P (En )
n=1
m
= lim P (En )
m→∞
n=1
m
= lim P (A1 ) + [P (An ) − P (An−1 )]
m→∞
n=2
= lim P (Am )
m→∞
= lim P (An ).
n→∞
Probability and Mathematical Statistics 23
and
∞
lim Bn = Bn .
n→∞
n=1
and
P lim Bn = lim P (Bn )
n→∞ n→∞
and the Theorem 1.12 is called the continuity theorem for the probability
measure.
1.5. Review Exercises
1. If we randomly pick two television sets in succession from a shipment of
240 television sets of which 15 are defective, what is the probability that they
will both be defective?
2. A poll of 500 people determines that 382 like ice cream and 362 like cake.
How many people like both if each of them likes at least one of the two?
(Hint: Use P (A ∪ B) = P (A) + P (B) − P (A ∩ B) ).
3. The Mathematics Department of the University of Louisville consists of
8 professors, 6 associate professors, 13 assistant professors. In how many of
all possible samples of size 4, chosen without replacement, will every type of
professor be represented?
4. A pair of dice consisting of a six-sided die and a four-sided die is rolled
and the sum is determined. Let A be the event that a sum of 5 is rolled and
let B be the event that a sum of 5 or a sum of 9 is rolled. Find (a) P (A), (b)
P (B), and (c) P (A ∩ B).
5. A faculty leader was meeting two students in Paris, one arriving by
train from Amsterdam and the other arriving from Brussels at approximately
the same time. Let A and B be the events that the trains are on time,
respectively. If P (A) = 0.93, P (B) = 0.89 and P (A ∩ B) = 0.87, then find
the probability that at least one train is on time.
Probability of Events 24
6. Bill, George, and Ross, in order, roll a die. The first one to roll an even
number wins and the game is ended. What is the probability that Bill will
win the game?
8. Suppose a box contains 4 blue, 5 white, 6 red and 7 green balls. In how
many of all possible samples of size 5, chosen without replacement, will every
color be represented?
n
n
9. Using the Binomial Theorem, show that k = n 2n−1 .
k
k=0
11. Let S be a countable sample space. Let {Oi }∞i=1 be the collection of all
the elementary events in S. What should be the value of the constant c such
i
that P (Oi ) = c 13 will be a probability measure in S?
12. A box contains five green balls, three black balls, and seven red balls.
Two balls are selected at random without replacement from the box. What
is the probability that both balls are the same color?
13. Find the sample space of the random experiment which consists of tossing
a coin until the first head is obtained. Is this sample space discrete?
14. Find the sample space of the random experiment which consists of tossing
a coin infinitely many times. Is this sample space discrete?
15. Five fair dice are thrown. What is the probability that a full house is
thrown (that is, where two dice show one number and other three dice show
a second number)?
16. If a fair coin is tossed repeatedly, what is the probability that the third
head occurs on the nth toss?
18. An urn contains 3 red balls, 2 green balls and 1 yellow ball. Three balls
are selected at random and without replacement from the urn. What is the
probability that at least 1 color is not drawn?
19. A box contains four $10 bills, six $5 bills and two $1 bills. Two bills are
taken at random from the box without replacement. What is the probability
that both bills will be of the same denomination?
21. Two people take turns rolling a fair die. Person X rolls first, then
person Y , then X, and so on. The winner is the first to roll a 6. What is the
probability that person X wins?
22. Mr. Flowers plants 10 rose bushes in a row. Eight of the bushes are
white and two are red, and he plants them in random order. What is the
probability that he will consecutively plant seven or more white bushes?
23. Using mathematical induction, show that
n k
dn n d dn−k
[f (x) · g(x)] = [f (x)] · [g(x)] .
dxn k dxk dxn−k
k=0
Probability of Events 26