Q:

an automated filling operation, the probability of an incorrect fill when the process is operated at a low speed is 0.001. When the process is operated at a high speed, the probability of an incorrect fill is 0.01. Assume that 20% of the containers are filled when the process is operated at a high speed and the remainder are filled when the process is operated at a low speed. Round your answers to four decimal places (e.g. 98.7654). (a) What is the probability of an incorrectly filled container? (b) If an incorrectly filled container is found, what is the probability that it was filled during the high-speed operation?

Accepted Solution

A:
Answer:(a) 0.0028 (b) 0.7143Step-by-step explanation:First of all, let's define the following events:I: a container is filled incorrectlyL: a process is operated at a low speedH: a process is operated at a high speedS: the sample spaceThen, we have according to the original text that P(I | L) = 0.001, P(I | H) = 0.01, P(H) = 0.2, P(L) = 0.8and we are seeking the following probabilities (a) P(I) and (b) P(H | I)(a) P(I) = P(I∩S) = P[I∩(L∪H)] (because L∪H=S)           = P[(I∩L)∪(I∩H)] (distributive laws)           = P(I∩L)+P(I∩H) (because L and H are mutually exclusive)           = P(I | L)P(L)+P(I | H)P(H)           = (0.001)(0.8)+(0.01)(0.2) = 0.0028On the other hand,(b) P(H | I) = [tex]\frac{P(I\cap H)}{P(I)}[/tex]                = [tex]\frac{P(I | H)P(H)}{P(I)}[/tex]                = [tex]\frac{(0.01)(0.2)}{0.0028}[/tex]                = 0.7143