Using the binomial distribution, it is found that there is a 0.1111 = 11.11% probability that a certain crate has more than 4 contaminated chickens.
For each chicken, there are only two possible outcomes, either they are contaminated, or they are not. The chickens are independently selected, hence, the binomial distribution is used.
The formula is:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
In this problem:
The probability that a certain crate has more than 4 contaminated chickens is:
[tex]P(X > 4) = 1 - P(X \leq 4)[/tex]
In which:
[tex]P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4)[/tex]
Then
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{24,0}.(0.3)^{0}.(0.7)^{24} = 0.0002[/tex]
[tex]P(X = 1) = C_{24,1}.(0.3)^{1}.(0.7)^{23} = 0.0020[/tex]
[tex]P(X = 2) = C_{24,2}.(0.3)^{2}.(0.7)^{22} = 0.0097[/tex]
[tex]P(X = 3) = C_{24,3}.(0.3)^{3}.(0.7)^{21} = 0.0305[/tex]
[tex]P(X = 4) = C_{24,4}.(0.3)^{4}.(0.7)^{20} = 0.0687[/tex]
Hence
[tex]P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) = 0.0002 + 0.0020 + 0.0097 + 0.0305 + 0.0687 = 0.1111[/tex]
0.1111 = 11.11% probability that a certain crate has more than 4 contaminated chickens.
You can learn more about the binomial distribution at https://brainly.com/question/24863377