You are on page 1of 6

1. A deck of cards is dealt out. What is the probability that the 14th card dealt is an ace?

What is the probability that the rst ace occurs on the 14th card?
Solution:
The fourteenth card is equally likely to be any of the 52 cards. So the probability is 4/52.
Another way to see this is to look at the 52! arrangements of cards, out of these there
are 4.51! arrangements containing an ace as the 14 card. So the probability is
51!
4
4
=
52! 52
The first ace occurs on the fourteenth card means that we only have 48 cards to choose
from in the first card followed by 47 for the second, , then we have 4 ways to get an
ace in the out of 39 cards for the 14th card. So the probability is
48 47 36 4
52 51 40 39
2. A closet contains 10 pairs of shoes. If 8 shoes are randomly selected, what is the
probability that there will be
(a) no complete pair?
(b) exactly 1 complete pair?
Solution:
(a) There are a total of (20 C 8) ways of choosing 8 shoes. To have no pairs the selection
must have 8 different colors. There are (10 C 8) choices for color and two shoes for each
color.
10

20

( 1 )

(b) in this case we need to choose one color for the pair and the remaining 6 shoes
must come from six different pairs.
10

1 96
20

( 1 )

3. An elementary school is offering 3 language classes: one in Spanish, one in French, and
one in German. These classes are open to any of the 100 students in the school. There
are 28 students in the Spanish class, 26 in the French class, and 16 in the German class.
There are 12 students that are in both Spanish and French, 4 that are in both French and
German, and 6 that are in both Spanish and German, In addition, there are 2 students
taking all 3 classes. Let S be the event that a student is in Spanish, let F be the event that
a student is in French and let G be the event that a student is in German.

(a) If a student is chosen randomly, what is the probability that he or she is not in any
of these classes?
(b) If 2 students are chosen randomly, what is the probability that at least 1 is taking a
language class?
Solution:
(a) Not in any of these classes means not in Spanish AND not in French AND
not in German, or, ( ). By De Morgans laws, this is the same as finding
(( ) ) = 1 ( )
( ) = () + () + () ( ) ( )
( ) + ( )
= 0.28 + 0.26 + 0.16 0.12 0.06 0.04 + 0.02
= 0.50
1 ( ) = 1 0.5 = 0.5
(b) P(at least 1 is taking a language class) = 1 P(neither is taking a language class)
50

1 100

4. If there are 12 strangers in a room, what is the probability that no two of them celebrate
their birthday in the same month?
Solution:
First, lets find the size of the sample space. There are 12 months of the year and each of
the people can initially have a birthday in any one of these 12 months. The size of the
sample space is 1212
Now we impose the restriction that none of the 12 strangers has a birthday in the same
month. Lets start with the first person. The first person can have a birthday in any of
the 12 months. Once this month is chosen, the next person cannot have a birthday in
the same month. The second person can have a birthday in any one of 11 months and
the third in any of 10 months and so on. Therefore, there are 12! ways for 12 strangers
to have a birthday in a different month. So,
P(each has a different birth month) =
12!
1212
5. An urn contains 5 red, 6 blue, and 8 green balls. If a set of 3 balls is randomly selected,
what is the probability that each of the balls will be
(a) of the same color
(i) Under sampling with replacement
(ii) Under sampling without replacement

(b) of different colors


(i) Under sampling without replacement
(ii) Under sampling with replacement

Solution:
(a) (i) Under sampling with replacement, we have the following. Each time the ball is
drawn, it is replaced and can be drawn again
5 3
6 3
8 3
( ) + ( ) + ( ) = 0.124
19
19
19
(ii) . Of the 19 balls, we want to draw 3 of them so sample space is (19 C 3). we want to
draw 3 of the red balls, or 3 of the green balls, or 3 of the blue balls:
5

3 + 63 + 8 3
19

(b)

= 0.089

(i) We are interested in drawing 1 red ball, 1 green ball and 1 blue ball:
5

1 + 61 + 8 1
19

= 0.248

(ii)
5
6
8

= 0.035
19 19 19
6. You are dealt two cards from a well-shuffled deck. What is the probability that both are
of the same suit given that the first card is a spade? Do the problem directly and then do
it again using conditional probability.
Solution:
Doing the problem directly.
After the first card is dealt (which is a spade), there are 51 left in the deck. Of these, 12
are spades. So the probability is 12/51.
Using the definition of conditional probability:
Let T be the event of getting two cards of the same suit.

Let F be the event that the first card is a spade.


How many ways are there to get a sequence of two cards of the same suit, with the first
card being a spade?
Thats the same as both cards being spades. So 13 12.
The number of ways that the first card is a spade and the second could be any suit is
13 51.
( ) 13 12 12
(|) =
=
=
()
13 51 51
7. A simplified model for the movement of the price of a stock supposes that on each day
the stocks price either moves up 1 unit with probability p or moves down 1 unit with
probability 1 p. The changes on different days are assumed to be independent.
(a) What is the probability that after 2 days the stock will be at its original price?
(b) What is the probability that after 3 days the stocks price will have increased by 1
unit?
(c) Given that after 3 days the stocks price has increase by 1 unit, what is the probability
that it went up on the first day?
Solution:
(a) Let a string of k letters denote what the stock did the first k days, with U denoting
up and D denoting down. For the stock to return to its original price, we either have U D
or DU , each of which occurs with probability p(1 p). Thus the probability that the
stock is at its original price after two days is 2p(1 p).

(b) For the stock to increase 1 unit in 3 days, we either have U U D, U DU ,


or DU U , each of which occurs with probability p2(1 p). Thus the
probability that the stock is at its original price after two days is
3p2(1 p).
(c) We want

( on first day|Increase 1 unit) =

( on first day AND increase 1 unit)


(Increase 1 unit)

22 (1 ) 2
=
33 (1 ) 3

8. Two cards are randomly chosen without replacement from an ordinary deck of 52 cards.
Let B be the event that both cards are aces, let As be the event that the ace of spades is
chosen, and let A be the event that at least one ace is chosen.
Find
(a) P(B|As)
(b) P(B|A)
Solution:
(a)

(|) =

( )
( )

B As is the event that both of the cards are aces and one of them is the ace of spades.
There are 3 ways for this to happen, an ace of spades and an ace of diamonds, an ace of
spades and an ace of hearts or an ace of spades and an ace of clubs. There are (52 C 2)
ways of drawing 2 cards from a deck.
The event As is the event that an ace of spades occurs. This can happen in one of 51
ways: an ace of spades and any other card in the deck.

3
2

52

3
= 51 =
51
52
2
(b)
(|) =

( )
()

A B is the event that at least one ace is chosen and both cards are aces which is
redundant: A B = B.
P (B) Is the probability that both cards are aces. Of the 4 aces in the deck, we must
choose 2 of them.
P (A) is the probability that at least one of the cards is an ace. We use the complement;
P (A) = 1 P (neither card is an ace). To find P (neither card is an ace), of the 48 nonaces, we want to choose 2 of them and of the 4 aces, we want to choose none of them
4

2
2

52

48

1 52 2
2

= 0.0303

9. Consider 3 urns. Urn A contains 2 white and 4 red balls; urn B contains 8 white and 4 red
balls; and urn C contains 1 white and 3 red balls. If 1 ball is selected from each urn, what
is the probability that the ball chosen from urn A was white, given that exactly 2 white
balls were selected?
Solution:

(Ball from A white|2 white balls selected)


(Ball from A white 2 white balls selected)
=
(2 white balls selected)
=

2 8 3
1 4
(6 12 4) + (4 12)
2 8 3
4 8 2
2 8 1
(6 12 4) + (6 12 6) + (6 12 4)

10. A recent college graduate is planning to take the rst three actuarial examinations in the
coming summer. She will take the rst actuarial exam in June. If she passes that exam,
then she will take the second exam in July, and if she also passes that one, then she will
take the third exam in September. If she fails an exam, then she is not allowed to take
any others. The probability that she passes the rst exam is .9. If she passes the rst
exam, then the conditional probability that she passes the second one is .8, and if she
passes both the rst and the second exams, then the conditional probability that she
passes the third exam is .7.
(a) What is the probability that she passes all three exams?
(b) Given that she did not pass all three exams, what is the conditional probability that
she failed the second exam?
Solution:
(a)
( ) = (3 2 1 ) = (3 |2 1 ) (2 |1 ) (1 )
( ) = (3 2 1 ) = 0.7 0.8 0.9

(b) Note that the event that she failed the second exam is 1 2 and the event that she did
not pass all three exams is (1 2 3 )
(1 2 (1 2 3 ) ) (1 0.8) 0.9

(1 2 |(1 2 3 ) ) =
=
0.3629
((1 2 3 ) )
1 0.504

You might also like