Respuesta :
Using the hypergeometric distribution, it is found that the distribution is:
P(X = 0) = 0.0152
P(X = 1) = 0.1818
P(X = 2) = 0.4545
P(X = 3) = 0.3030
P(X = 4) = 0.0455
Hence:
A) There is a 0.0455 = 4.55% probability that all selected rats are female.
B) There is a 0.1818 = 18.18% probability that only one of the selected rats is female.
C) There is a 0.803 = 80.3% probability that at least two of the selected rats is female.
D) The mean of the probability distribution is of 2.18.
E) The standard deviation of the probability distribution is of 0.833.
The rats are chosen without replacement, hence the hypergeometric distribution is used to solve this question.
What is the hypergeometric distribution formula?
The formula is:
[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
- x is the number of successes.
- N is the size of the population.
- n is the size of the sample.
- k is the total number of desired outcomes.
In this problem:
- There is a total of 11 rats, hence N = 11.
- 6 of the rats are female, hence k = 6.
- 4 rats are taken, hence n = 4.
The distribution is the probability of each outcome, hence:
[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]
[tex]P(X = 0) = h(0,11,4,6) = \frac{C_{6,0}C_{5,4}}{C_{11,4}} = 0.0152[/tex]
[tex]P(X = 1) = h(1,11,4,6) = \frac{C_{6,1}C_{5,3}}{C_{11,4}} = 0.1818[/tex]
[tex]P(X = 2) = h(2,11,4,6) = \frac{C_{6,2}C_{5,2}}{C_{11,4}} = 0.4545[/tex]
[tex]P(X = 3) = h(3,11,4,6) = \frac{C_{6,3}C_{5,1}}{C_{11,4}} = 0.3030[/tex]
[tex]P(X = 4) = h(4,11,4,6) = \frac{C_{6,4}C_{5,0}}{C_{11,4}} = 0.0455[/tex]
Item a:
P(X = 4) = 0.0455, hence:
There is a 0.0455 = 4.55% probability that all selected rats are female.
Item b:
P(X = 1) = 0.1818, hence:
There is a 0.1818 = 18.18% probability that only one of the selected rats is female.
Item c:
[tex]P(X \geq 2) = P(X = 2) + P(X = 3) + P(X = 4) = 0.4545 + 0.3030 + 0.0455 = 0.803[/tex]
There is a 0.803 = 80.3% probability that at least two of the selected rats is female.
Item d:
The mean of the hypergeometric distribution is:
[tex]\mu = \frac{nk}{N}[/tex]
Hence:
[tex]\mu = \frac{4(6)}{11} = 2.18[/tex]
The mean of the probability distribution is of 2.18.
Item e:
The standard deviation of the hypergeometric distribution is:
[tex]\sigma = \sqrt{\frac{nk(N-k)(N-n)}{N^2(N-1)}}[/tex]
Hence:
[tex]\sigma = \sqrt{\frac{4(6)(11-6)(11-4)}{11^2(11-1)}} = 0.833[/tex]
The standard deviation of the probability distribution is of 0.833.
More can be learned about the hypergeometric distribution at https://brainly.com/question/24826394