In: Statistics and Probability
[12] In an experiment on human behavior, a psychologist asks four men and four women to enter a room and sit at a rectangular table. This table has three seats on each of the longer sides of the table, and one seat at each end of the table. The seats at the end of the table are considered to be the dominant seats. (A diagram may help you to visualize this).
a. If the people choose their seats randomly, determine the probability distribution for the random variable X, where X represents the number of women occupying the end seats. [4]
b. Determine E(X) and Var(X). [5]
c. In 15 independent repetitions of the experiment involving different people each time, calculate the probability that women occupy both end seats 2 or more times. [3]
Answer:
a)
Here there are two dominant or we can say the end seats out of eight seats.
there are four women and four men are there.
so here out of these two, women can occupy either no end seats or one end seat or both the end seats.
So here as it given that X represents the number of women occupying the end seats
so here sample space of X is
S(X) = {0, 1, 2}
so here now we have to find the probability distribution of X.
Now it is clear than if X number of women will occupy the end seats (2-X) number of end seats willbe occupied by the men.
so,
p(X) = 2Cx4CX4C(2-X)/8C2
so here
p(0) = 2C04C04C2/8C2 = (4 * 3)/(8 * 7) = 3/14
p(1) = 2C1 * 4C14C1/8C2 = (2 * 4 * 4)/(8 * 7) = 8/14
p(2) = 2C2 * 4C04C2/8C2 = (4 * 3)/(8 * 7) = 3/14
so pdf of X is
p(x) = 3/14 ;x = 0
= 4/7 ; x = 1
= 3/14 ; x = 2
b)
E[X] = = 3/14 * 0 + 8/14 * 1 + 3/14 * 2 = 1
VaR[X] = E[X2] - E[X]2
E[X2] = = 3/14 * 0 * 0 + 8/14 * 1 * 1 + 3/14 * 2 * 2 = 10/7
VaR[X] = 10/7 - 12 = 3/7
c)
Here now this experiment is performed 15 times so here n = 15
and probability of having women occupy both seats is fixed and it theoretical probability = p = 3/14
so here if y is the number of times women occupy both seats out of 15 times.
then y follows binomial experiment with n = 15 and p = 3/14
so, we have to find
Pr(y >= 2) = BINOMIAL (y > =2 ; n = 15 ; p = 3/14)
p(y) = 15Cy (3/14)y(11/14)(15-y)
Pr(y > = 2) =1 - P(y = 0) - P(y = 1)
= 1 - 15C0 (3/14)0(11/14)15 - 15C1 (3/14)1 (11/14)14
= 1 - 0.0269 - 0.1098 = 0.8633