Answer:
The probability that the assembly line will be shut down is 0.00617.
Step-by-step explanation:
We are given that a soda bottling company’s manufacturing process is calibrated so that 99% of bottles are filled to within specifications, while 1% is not within specification.
Every hour, 12 random bottles are taken from the assembly line and tested. If 2 or more bottles in the sample are not within specification, the assembly line is shut down for recalibration.
Let X = <u><em>Number of bottles in the sample that are not within specification</em></u>.
The above situation can be represented through binomial distribution;
![P(X=r)=\binom{n}{r} \times p^{r}\times (1-p)^{n-r};x=0,1,2,3,.....](https://tex.z-dn.net/?f=P%28X%3Dr%29%3D%5Cbinom%7Bn%7D%7Br%7D%20%5Ctimes%20p%5E%7Br%7D%5Ctimes%20%281-p%29%5E%7Bn-r%7D%3Bx%3D0%2C1%2C2%2C3%2C.....)
where, n = number of trials (samples) taken = 12 bottles
x = number of success = 2 or more bottles
p = probabilitiy of success which in our question is probability that
bottles are not within specification, i.e. p = 0.01
So, X ~ Binom (n = 12, p = 0.01)
Now, the probability that the assembly line will be shut down is given by = P(X
2)
P(X
2) = 1 - P(X = 0) - P(X = 1)
= ![1-\binom{12}{0} \times 0.01^{0}\times (1-0.01)^{12-0}-\binom{12}{1} \times 0.01^{1}\times (1-0.01)^{12-1}](https://tex.z-dn.net/?f=1-%5Cbinom%7B12%7D%7B0%7D%20%5Ctimes%200.01%5E%7B0%7D%5Ctimes%20%281-0.01%29%5E%7B12-0%7D-%5Cbinom%7B12%7D%7B1%7D%20%5Ctimes%200.01%5E%7B1%7D%5Ctimes%20%281-0.01%29%5E%7B12-1%7D)
= ![1-(1 \times 1\times 0.99^{12})-(12 \times 0.01^{1}\times 0.99^{11})](https://tex.z-dn.net/?f=1-%281%20%5Ctimes%201%5Ctimes%200.99%5E%7B12%7D%29-%2812%20%5Ctimes%200.01%5E%7B1%7D%5Ctimes%200.99%5E%7B11%7D%29)
= <u>0.00617</u>