(1 point) For a group of 80 people, assuming that each person is equally likely to have a birthday on each of 365 days in the year, compute
(a) The expected number of days of the year
that are birthdays of exactly 4 people:
E[days with 4 birthdays]=E[days with 4 birthdays]=
(b) The expected number of distinct
birthdays:
E[distinct birthdays]=E[distinct birthdays]=
a)probability that 4 people have a birthday on a particular day =80C4(1/365)4(364/365)76 =0.0000723
hence expected number of days of the year that are birthdays of exactly 4 people =np=365*0.0000723 =0.0264
b)
P(exactly one birthday on a day)=80C1(1/365)1(364/365)79 =0.1764697
hence E[distinct birthdays]= np=365*0.1764697=64.41144
(1 point) For a group of 80 people, assuming that each person is equally likely to...
4. Let X be the number of distinct birthdays in a group of 100 people. In a webwork, you found the expected value of x. You should now find its variance (assuming each person was born on any of 365 days equally likely, and independently from any other person).
Let ?? be the probability that in a group of ? people, at least two share the same birthday. Assume there are 365 days in a year, and that all birthdays are equally likely. a) What is the probability that in a group of 2, 3, 4, or 5 people, at least two have the same birthday? ?2=? ?3=? ?4=? ?5=?
What is the probability that exactly two people and I in a group of 180 people in total have birthdays on three consecutive days? Assume the following 1. 365 days in the year (no leap year) 2. Only one person has a birthday on each of those three days Include a leading zero and five digits to the right of the decimal place. Your answer should be of the form 0.12345. Use standard rounding: 0.123454 rounds to 0.12345 and 0.123455...
In a group of 5 people, what is the probability that they all have different birthdays? [Assume that each is equally likely to be born on any of the 365 days of the year, i.e. no one is born on Feb. 29 in a leap year.]
Ignore, for simplicity, the possibility of being born on February 29th. Assume that a person is just as likely to be born on any one date as on any other date, excluding February 29th, of course. Suppose 253 people are picked at random. (We use 253 since e” = 1/2 almost exactly. Use 1/2 in your computations.) c. What is the expected number of different birthdays of the group? d. The expected number of days which are each the birthday...
PLEASE WRITE LEGIBLE
Ienoring leap-years and assuming all birthdays are equally likely, what is the probability that a person's two grandfathers have birthdays that are exactly two days apart.
. In a class of 50 students, assuming every student has a birthday at random from one of the 365 days independently of each other, what is the expected number of days none of the students has a birthday on? What is the expected number of days that are the birthdays of exactly one student?
The R command sample (1:365,23, replace=T) > simulates birthdays from a group of 23 people. The expression 2 %int table (sample (1:365, 23, replace=T)) can be used to simulate the birthday problem. It creates a frequency table showing how many people have each birthday, and then determines if two is in that table; that is, whether two or more people have the same birthday. Use and suitably modify the expression for the following problems (a) Simulate the probability that two...
We have seen that the probability that at least two people in a group of 23 people share the same birthday is approximately 0.5. In this question we are interested in the probability that at least three people in a group of 23 people share the same birthday. Draw 23 numbers independently from the integers {1, 2, . . . , 365} with each number equally likely to be drawn. Let E be the event that at least one of...
Each of n people (whom we label 1, 2, . . . , n) 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. Let j and k be distinct labels (between 1 and n) and let Ajk denote the event that the corresponding people share a birthday. Let Xjk denote the indicator random variable associated to Ajk. (1) Are...