Question

In a group of 51 people, what is the probability that at least two people share...

In a group of 51 people, what is the probability that at least two people share the same birthday? What about three people? Use Excel random number generator and a sufficient number of loop iterations to solve.

Homework Answers

Answer #1

Load the data into Excel.

Use the function =RANDBETWEEN(1,365).

You have to limit your range from 1 to 365 so that you can check which day is common for the people.

Now, since they are random numbers, your random numbers generated from Excel can be different from mine.

The random numbers obtained from Excel are:

Birthday
158
278
141
333
254
288
175
244
81
252
7
332
70
225
312
207
86
359
126
284
264
90
169
98
134
104
135
277
78
16
104
203
232
337
243
363
295
338
233
12
283
140
178
77
162
245
225
106
135
135
333

The formula used is:

Birthday
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)
=RANDBETWEEN(1,365)

What is the probability that at least two people share the same birthday?

From the above data, we can see that:

Birthday Frequency
333 2
225 2
104 2
Birthday Frequency
135 3

Therefore, the probability that at least two people share the same birthday will be:

= 2+2+2+3/51 = 9/51 = 0.176471

What about three people?

The probability that three people share the same birthday will be:

= 3/51 = 0.058824

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
If there are N people in a room, What is the probability that at least two...
If there are N people in a room, What is the probability that at least two of them share the same birthday (the same day of the same month) a year = 365 days? How many people are needed such that the probability is better than even? 

In a group of 5 people, what is the probability that at least two were born...
In a group of 5 people, what is the probability that at least two were born on the same day of the week?  Give your answer to three decimal places.
there are 23 people in this class. what is the probability that at least 2 of...
there are 23 people in this class. what is the probability that at least 2 of the people in the class share the same birthday
What is the probability that, in a group of 7 people, at least two were born...
What is the probability that, in a group of 7 people, at least two were born in the same month (disregard day and year)? Assume each person is as likely to be born in one month as another.
What is the probability that in a group of n people, n > 12, at least...
What is the probability that in a group of n people, n > 12, at least two will have the same birth month?
Find the probability of a least one birthday match among a group of 38 people. The...
Find the probability of a least one birthday match among a group of 38 people. The probability is approximately ..... ​(Round to four decimal places as​ needed.)
A group has 7 people. Find the probability that 2 or more people in this group...
A group has 7 people. Find the probability that 2 or more people in this group share the same birthday. (Assume a non-leap year with 365 days). Write each answer as a percent rounded to one decimal place, i.e. 16.8%. Do not include the percent symbol.
How many people need to be in a group to claim that at least 3 people...
How many people need to be in a group to claim that at least 3 people will have the same birthday? (account leap year)
Given k people in a room, what is the probability that there are two who share...
Given k people in a room, what is the probability that there are two who share a birthday? You can ignore leap years and assume all birthdays are equally likely. Hint: You can start thinking of the complementary event. (b) What is the lowest k for which the above probability exceeds 50%?
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...