Using the hypergeometric distribution, there is a 0.2486 = 24.86% probability that the entire batch will be rejected.
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:
For this problem, the values of the parameters are given as follows:
N = 8000, n = 7, k = 0.04 x 8000 = 320
The probability that the entire batch will be rejected is [tex]P(X \geq 1)[/tex], given as follows:
[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]
In which:
[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,8000,7,320) = \frac{C_{320,0}C_{7680,7}}{C_{8000,320}} = 0.7514[/tex]
Then:
[tex]P(X \geq 1) = 1 - P(X = 0) = 1 - 0.7514 = 0.2486[/tex]
0.2486 = 24.86% probability that the entire batch will be rejected.
More can be learned about the hypergeometric distribution at https://brainly.com/question/24826394
#SPJ1