SM 316 - Spring 2019 Homework 1 Solutions
SM 316 - Spring 2019 Homework 1 Solutions
SM 316 - Spring 2019 Homework 1 Solutions
Homework 1 Solutions
c) the set of outcomes when a coin is tossed until a tail or three heads appear;
For this problem, it is best to write out all the possibilities
S = ∅.
2.4 Solution: An experiment involves tossing a pair of dice, one green and one red, and
recording the numbers that come up. If x equals the outcome on the green die and y the
outcome on the red die, describe the sample space S.
Listing out the different outcomes in (x, y) we have
S = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), ...}
Number of outcomes = (6 outcomes for green die) · (6 outcomes for red die) = 36.
A = {(6, 3), (6, 4), (6, 5), (6, 6), (3, 6), (4, 6), (5, 6)}.
b) list the elements corresponding to the event B that a 2 occurs on either die;
We list the events that have a 2 occurs on either die
B = {(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), (1, 2), (3, 2), (4, 2), (5, 2), (6, 2)}
c) list the elements corresponding to the event C that a number greater than 4 comes up on
the green die;
We list the events that have x greater than 4
C = {(5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6), (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)}.
A ∩ C = {(5, 6), (6, 3), (6, 4), (6, 5), (6, 6)}.
A∩B =∅
2.17 Solution: Let A, B, and C be events relative to the sample space S. Using Venn
diagrams, shade the areas representing the following events:
The sample space S and events A, B, and C are drawn in the figure below, possibly all
overlapping.
a) First we draw A ∩ B, then identify (A ∩ B)0 .
2.22 Solution: In a medical study, patients are classified in 8 ways according to whether
they have blood type AB+, AB-, A+, A-, B+, B-, O+, or O-, and also according to whether
their blood pressure is low, normal, or high. Find the number of ways in which a patient can
be classified.
Note there are 8 ways to classify blood type and 3 ways in which each blood type can have blood
pressure. So the total number of ways is
Total Number of ways = (number of blood types) · (number of pressures) = (8) · (3) = 24.
2.30 Solution: In how many different ways can a true-false test consisting of 9 questions be
answered?
In this problem we label questions 1,2,3,... as Q1, Q2, ..., Q9. There are two choices for each
(T/F), thus the total number of ways are
Total Number of ways = (# of answer for Q1)·(# of answer for Q2) · · · (# of answer for Q9) = 29 .
2.32 Solution: a) In how many ways can 6 people be lined up to get on a bus?
The 6 people are distinct and thus order matters. So the number of ways is a permutation of
the full set of 6
Total Number of ways = 6 · 5 · 4 · 3 · 2 · 1 = 6!.
b) If 3 specific persons, among 6, insist on following each other, how many ways are possible?
To answer this question, we consider the 3 specific people following each other to be essentially
1 person (because the order between the three can not change). Thus the total number of ways
is the permutation of the set of 4 {person 1, person 2, person 3, persons 456},
c) If 2 specific persons, among 6, refuse to follow each other, how many ways are possible?
To do this one, we consider the number of ways that the 2 specific persons are sitting next to
each other. Let those persons be persons 5 and 6. Much like the previous one, we have the
set {person 1, person 2, person 3, person 4, persons 56}. Note that persons 5 and 6 can sit
56 or 65. Thus we must multiply by 2. Thus the number of ways is
Then we take the total number of ways that the six can be arranged and subtract the above.
In other words
# of ways 56 are not sitting next to each other = Total # of ways−# of ways 56 are sitting next to each
= 6 · 5! − 2 · 5! = 4 · 5!.
2.36 Solution: a) How many three-digit numbers can be formed from the digits 0, 1, 2, 3,
4, 5, and 6 if each digit can be used only once?
We set this up as digits.
Note that 0 can not be in the hundredth’s digit. Thus there are
For case 2 we consider numbers of 34X. Since we can not have, for example, 331 because 3
is repeated. Thus,
Total Number of 34X = (1) · (1) ·(4) .
|{z} |{z} |{z}
hundreds tens ones
Finally,
Total Number > 330 = 20 + 4 = 24.
2. 10 women and 5 men are meeting in a conference room. How many different ways can a
committee be formed that will consist of 2 men and 2 women?
For this we, we break it up into choosing women as operation 1, and men as operation 2. For
choosing men and women, we use combination, because it is done without replacement. Thus,
10 5
Total Number of ways = (choose 2 women)(choose 2 men) = .
2 2
3. You roll fair die 5 times. How many ways can you see a full house in the sense of seeing three
roles of one type, and two of another (distinct) type? Note that we do note allow for all five
to be of the same type.
The die is being rolled sequentially. Thus order matters. That is, seeing a 44545 is different
than seeing a 45544. First we have the number of full houses (e.g. “4’s over 5’s”) is
Now we count the number of ways of arranging the 3 of a kind. We have 5 slots to pick from.
5
So that is 3 . Thus the total number is
5
Total Number of ways = 6 · 5.
3