Question

In: Statistics and Probability

What is the probability that in a group of three people at least two will have...

What is the probability that in a group of three people at least two will have the same birth month? (Assume that all sequences of three birth months are equally likely.) (b) What is the probability that in a group of n people, n ≤ 12 , at least two will have the same birth month? (c) What is the probability that in a group of n people, n > 12 , at least two will have the same birth month? (d) What is the probability that at least two members of the U.S. House of Representatives have the same birth date?

Solutions

Expert Solution

(a) In a group of three people,

P(at least two have same birth month) = P(two have same birth month) + P(all three have same birth month)

= 1 - P(all have different birth month)

Let's find P(all have different birth month) .

Birth month of the first-person lie in any of the 12 month, so the birth month of the second person must fall in the remaining 11 months, and for third, it must be in the remaining 10 months.

P(all have different birth month) = 12/12*11/12*10/12 = 12! *3! / 9! * 3! * (12)^3 = 12C3*3! / (12)^3 = 12P3 / (12)^3

P(at least two have same birth month) = 1 - 12P3 / (12)^3

(b) Similarly proceeding the same way above, it can be shown that in a group of n people n <= 12,

P(at least two have same birth month) = 1 - 12Pn / (12)^n

(c) If number of people exceeds 12, then it is sure that at least two people will have the same birth month. Hence P(at least two have same birth month) = 1.

It can be answered by the pigeon-hole principle. It says that if there are n-pigeonholes and (n+1) pigeons, and we want to put every pigeon in one of the pigeonholes, then there will be at least one pigeonhole with more than one pigeon.

In this case, pigeons will be birth months, and pigeonholes will be months in a year.

(d) In the U.S. House of Representatives, there are 435 members. As here n>12,

P(at least two have same birth month) = 1.


Related Solutions

Given a group of four people, find the probability that: (a) at least two have the...
Given a group of four people, find the probability that: (a) at least two have the same birth month (b) at least two have the same birthday Assume each day or month is equally likely. Ignore leap years. [Hint: First calculate the probability that they all have different birthdays. Similar to Q5 but with either 12 or 365 hotels.] Answer to a) should be 0.427 Answer to b) should be 0.00164
What is the probability that out of a class of 25 people at least two have...
What is the probability that out of a class of 25 people at least two have the same birthday? Assume that each birthday is equally likely and that there are only 365 days on which to be born each year. State you answer as a decimal rounded to six decimal places.
Determine the probability that in a group of 5 people, at least two share the same...
Determine the probability that in a group of 5 people, at least two share the same birth month. Assume that all 12 months are equally likely to be someone’s birth month. a) How many choices are there for the birth months of these 5 people (without any restrictions)? b) How many choices are there for the 5 people to have all different birth months? c) Report the probability that in a group of 5 people, at least two share the...
A group of twenty-seven people is selected at random. What is the probability that at least...
A group of twenty-seven people is selected at random. What is the probability that at least two of them will have the same birthday? (Round your answer to four decimal places.)
BACKGROUND: Given a group of 'n' people, the odds that at least two people have the...
BACKGROUND: Given a group of 'n' people, the odds that at least two people have the same birthday are much higher than you would think. PLEASE WRITE CODE IN C++ The program takes no input. Assumptions: 1. There is an equal chance of birthday landing on any day of the year. 2. We are not considering a leap year (only 365 days) The simulation will be run in the following manner: 1. For a group size 2, assign a random...
2. In a group of 5 teenagers, what is the probability that at least two of...
2. In a group of 5 teenagers, what is the probability that at least two of them were born in the same year?
In tossing three fair coins, what is the probability of getting at least two heads?
In tossing three fair coins, what is the probability of getting at least two heads?
The birthday problem considers the probability that two people in a group of a given size...
The birthday problem considers the probability that two people in a group of a given size have the same birth date. We will assume a 365 day year (no leap year birthdays). Code set-up Dobrow 2.28 provides useful R code for simulating the birthday problem. Imagine we want to obtain an empirical estimate of the probability that two people in a class of a given size will have the same birth date. The code trial = sample(1:365, numstudents, replace=TRUE) simulates...
Find the probability that a randomly chosen group of 9 people have no birthdays in common,...
Find the probability that a randomly chosen group of 9 people have no birthdays in common, but randomly chosen person #10 has a birthday in common with one of the first 9.
In a group of 40 people, how many cases that two or more people have the...
In a group of 40 people, how many cases that two or more people have the same birthday? NOT probability, cases please.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT