Question

Each of n people are randomly and independently assigned a number from the set {1, 2,...

Each of n people are randomly and independently assigned a number from the set {1, 2, 3, . . . , 365} according to the uniform distribution. We will call this number their birthday. (a) What is the probability that no two people share a birthday? (b) Use a computer or calculator to evaluate your answer as a decimal for n = 22 and n = 23.

Homework Answers

Answer #1

a)

  • P(event happens) + P(event doesn't happen) = 1
    P(two people share birthday) + P(no two people share birthday) = 1
    P(two people share birthday) = 1 - P(no two people share birthday).

So, what is the probability that no two people will share a birthday?

Again, the first person can have any birthday. The second person's birthday has to be different. There are 364 different days to choose from, so the chance that two people have different birthdays is 364/365. That leaves 363 birthdays out of 365 open for the third person.

To find the probability that both the second person and the third person will have different birthdays, we have to multiply:

(365/365) * (364/365) * (363/365) = 132 132/133 225,
which is about 99.18%.

If we want to know the probability that four people will all have different birthdays, we multiply again:

(364/365) * (363/365) * (362/365) = 47 831 784/ 48 627 125,
or about 98.36%.

We can keep on going the same way as long as we want. A formula for the probability that n people have different birthdays is

  • ((365-1)/365) * ((365-2)/365) * ((365-3)/365) * . . . * ((365-n+1)/365).

If you know permutation notation, you can write this formula as

  • (365_P_n)/(365^n).

That's the same as

  • 365! / ((365-n)! * 365^n).

b) if n = 23

365! / ((365-23)! * 365^23)

P = 0.4927

if n = 22

365! / ((365-22)! * 365^22)

P = 0.5243

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Your computer randomly generates numbers in the set { 1,2,3,4,5 }. Each outcome is equally likely...
Your computer randomly generates numbers in the set { 1,2,3,4,5 }. Each outcome is equally likely each time you compute a random number. ( It's a uniform distribution. ). You randomly generate 100 numbers and will win a prize if 19% or more of your randomly generated numbers is a 2. Find the probability that you win.
There are n processors in the system. m jobs arrive and each job is assigned to...
There are n processors in the system. m jobs arrive and each job is assigned to a randomly chosen processor such that each job is equally likely to be sent to any of the n processors. We call a processor idle if it is not assigned any jobs. What is the expected number of idle processors?
Fifteen people were randomly selected from the population and randomly assigned to 1 of 3 experimental...
Fifteen people were randomly selected from the population and randomly assigned to 1 of 3 experimental groups. Group 3 was included as the control group and did not receive any treatment. Use the following data set to answer the questions. Group 1 Group 2 Group 3 21 25 32 53 54 41 44 26 86 72 32 75 Probability value = A. 0.370 B. 3.070 C. 0.703 D. None of the above
Each member of a population of size n is, independently, female with probability p or male...
Each member of a population of size n is, independently, female with probability p or male with probability 1-p. Let X be the number of the other n-1 members of the population that are the same sex as is person 1. (a) Find P(X=i), i=0,..,n-1 Now suppose that two people of the same sex will, independently of other pairs, be friends with probability (alpha); whereas two persons of opposite sexes will be friends with probability (beta). Find the probability mass...
Suppose there are n ≥ 2 people in a room, each of whom owns a hat....
Suppose there are n ≥ 2 people in a room, each of whom owns a hat. Suppose the n hats are collected and then randomly assigned to the people. Find the expected value and variance of the number of people who get their own hat.
Use R to tackle the following problem Suppose there is a class of 23 people with...
Use R to tackle the following problem Suppose there is a class of 23 people with birthdays given by the random variables X1, . . . , X23. Suppose that the random variables are independent and that each Xi has the property that P(Xi = k) = 1 365 for 1 ≤ k ≤ 365; thus we make the assumption that there are no leap years and that people are equally likely to be born on each day of the...
Fifteen people were randomly selected from the population and randomly assigned to 1 of 3 experimental...
Fifteen people were randomly selected from the population and randomly assigned to 1 of 3 experimental groups.  Group 3 was included as the control group and did not receive any treatment.  Use the following data set to answer the questions. Group 1 Group 2 Group 3 21 25 32 53 54 41 44 26 86 72 32 75 29.  F-test statistic = A. 1.45 B. 1.35 C. 1.53 D. None of the above
Discrete Math: The Birthday Problem investigates the minimum number of people needed to have better than...
Discrete Math: The Birthday Problem investigates the minimum number of people needed to have better than a 50% chance of at least two people have the same birthday. Calculating this probability shows that n = 23 yields a probability of approximately .506. Use the probabilistic algorithm called the Monte Carlo algorithm and find the number of people in a room that yields an approximate probability greater than .75. Please use the following list to complete the problem ● Adopt the...
In a given population, n individuals are sampled randomly, with replacement, and each sampled individual is...
In a given population, n individuals are sampled randomly, with replacement, and each sampled individual is asked whether his/her salary is greater than some fixed threshold z. Assume that the salary of a randomly chosen individual has the exponential distribution with unknown parameter λ. Asking whether the salary overcomes a given threshold rather than directly asking for the salary increases the number of people that are willing to answer and decreases the number of mistakes in the collected answers. Denote...
A birthday attack (Links to an external site.) is a type of cryptographic attack that exploits...
A birthday attack (Links to an external site.) is a type of cryptographic attack that exploits the mathematics behind the birthday problem in probability theory (Links to an external site.). Birthday matching is a good model for collisions between items randomly inserted into a hash table. What is the probability that some birthday is shared by two people in a class of n randomly and independently selected students? To work this out, we’ll assume that the probability that a randomly...