0% found this document useful (0 votes)
25 views41 pages

Problems With All Outcomes Equally Likely, Including A Famous Hat Problem

This document discusses problems involving outcomes with equal probabilities. It introduces the concept of equally likely outcomes and calculating probabilities for subsets. It then provides examples of probability problems involving dice rolls, coin tosses, and other scenarios. It also covers the famous hat problem, explaining how to use the inclusion-exclusion principle to calculate the probability that nobody receives their own hat after a random shuffling.

Uploaded by

Ed Z
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views41 pages

Problems With All Outcomes Equally Likely, Including A Famous Hat Problem

This document discusses problems involving outcomes with equal probabilities. It introduces the concept of equally likely outcomes and calculating probabilities for subsets. It then provides examples of probability problems involving dice rolls, coin tosses, and other scenarios. It also covers the famous hat problem, explaining how to use the inclusion-exclusion principle to calculate the probability that nobody receives their own hat after a random shuffling.

Uploaded by

Ed Z
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 41

18.

600: Lecture 5
Problems with all outcomes equally likely,
including a famous hat problem

Scott Sheffield

MIT
Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Equal likelihood

I If a sample space S has n elements, and all of them are


equally likely, then each one has to have probability 1/n
Equal likelihood

I If a sample space S has n elements, and all of them are


equally likely, then each one has to have probability 1/n
I What is P(A) for a general set A S?
Equal likelihood

I If a sample space S has n elements, and all of them are


equally likely, then each one has to have probability 1/n
I What is P(A) for a general set A S?
I Answer: |A|/|S|, where |A| is the number of elements in A.
Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Problems

I Roll two dice. What is the probability that their sum is three?
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
I (99/100)100 1/e
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
I (99/100)100 1/e
I Roll ten dice. What is the probability that a 6 appears on
exactly five of the dice?
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
I (99/100)100 1/e
I Roll ten dice. What is the probability that a 6 appears on
exactly five of the dice?
10 5 10

5 5 /6
I
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
I (99/100)100 1/e
I Roll ten dice. What is the probability that a 6 appears on
exactly five of the dice?
10 5 10

5 5 /6
I

I In a room of 23 people, what is the probability that two of


them have a birthday in common?
Problems

I Roll two dice. What is the probability that their sum is three?
I 2/36 = 1/18
I Toss eight coins. What is the probability that exactly five of
them are heads?
8
 8
5 /2
I

I In a class of 100 people with cell phone numbers, what is the


probability that nobody has a number ending in 37?
I (99/100)100 1/e
I Roll ten dice. What is the probability that a 6 appears on
exactly five of the dice?
10 5 10

5 5 /6
I

I In a room of 23 people, what is the probability that two of


them have a birthday in common?
1 22 365i
Q
I
i=0 365
Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Recall the inclusion-exclusion identity

n
X X
P(ni=1 Ei ) = P(Ei ) P(Ei1 Ei2 ) + . . .
i=1 i1 <i2
X
+ (1)(r +1) P(Ei1 Ei2 . . . Eir )
i1 <i2 <...<ir
n+1
= + . . . + (1) P(E1 E2 . . . En ).
Recall the inclusion-exclusion identity

n
X X
P(ni=1 Ei ) = P(Ei ) P(Ei1 Ei2 ) + . . .
i=1 i1 <i2
X
+ (1)(r +1) P(Ei1 Ei2 . . . Eir )
i1 <i2 <...<ir
n+1
= + . . . + (1) P(E1 E2 . . . En ).
n
P 
I The notation i1 <i2 <ir means a sum over all of the r
subsets of size r of the set {1, 2, . . . , n}.
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
(nr )!
I Answer: n! .
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
(nr )!
I Answer: n! .
I There are n terms like that in the inclusion exclusion sum.
r
n (nr )!
What is r n! ?
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
(nr )!
I Answer: n! .
I There are n terms like that in the inclusion exclusion sum.
r
n (nr )!
What is r n! ?
I Answer: 1 .
r!
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
(nr )!
I Answer: n! .
I There are n terms like that in the inclusion exclusion sum.
r
n (nr )!
What is r n! ?
I Answer: 1 .
r!
I P(n Ei ) = 1 1 + 1 1 + . . . 1
i=1 2! 3! 4! n!
Famous hat problem

I n people toss hats into a bin, randomly shuffle, return one hat
to each person. Find probability nobody gets own hat.
I Inclusion-exclusion. Let Ei be the event that ith person gets
own hat.
I What is P(Ei1 Ei2 . . . Eir )?
(nr )!
I Answer: n! .
I There are nr terms like that in the inclusion exclusion sum.
What is nr (nr )!

n! ?
I Answer: r1! .
1 1 1 1
I P(ni=1 Ei ) = 1 2! + 3! 4! + . . . n!
1 1 1 1
I 1 P(ni=1 Ei ) = 1 1 + 2! 3! + 4! . . . n! 1/e .36788
Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Outline

Equal likelihood

A few problems

Hat problem

A few more problems


Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Thats 13 12 43 42 / 52
  
5 = 6/4165.
I
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Thats 13 12 43 42 / 52
  
5 = 6/4165.
I
I What is the probability of a two-pair hand in poker?
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Thats 13 12 43 42 / 52
  
5 = 6/4165.
I
I What is the probability of a two-pair hand  in poker?
Fix suit breakdown, then face values: 2 2 13
4
 13 52

I
2 2 13/ 5
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Thats 13 12 43 42 / 52
  
5 = 6/4165.
I
I What is the probability of a two-pair hand  in poker?
Fix suit breakdown, then face values: 2 2 13
4
 13 52

I
2 2 13/ 5
I How about bridge hand with 3 of one suit, 3 of one suit, 2 of
one suit, 5 of another suit?
Problems
I Whats the probability of a full house in poker (i.e., in a five
card hand, 2 have one value and three have another)?
I Answer 1:
# ordered distinct-five-card sequences giving full house
# ordered distinct-five-card sequences
I Thats
5

2 13 12 (4 3 2) (4 3)/(52 51 50 49 48) = 6/4165.
I Answer 2:
# unordered distinct-five-card sets giving full house
# unordered distinct-five-card sets
Thats 13 12 43 42 / 52
  
5 = 6/4165.
I
I What is the probability of a two-pair hand  in poker?
Fix suit breakdown, then face values: 2 2 13
4
 13 52

I
2 2 13/ 5
I How about bridge hand with 3 of one suit, 3 of one suit, 2 of
one
 suit, 13
5 of another
  suit?
4 13 13 13
 52
2 2 3 5 / 13
I
3 2

You might also like