recently I was resolving an elementary problem about binomial distribution, this problem requests to determinate $P(X<=2)$, where $X$ is nonconforming products, sample is 50 units, and the fraction nonconforming is 0.02. The proposed solution is:
$$
P(X\le2) = P(X=0) + P(X=1) + P(X=2).
$$
I don’t agree this solution, I think it should be:
$$
P(X\le2) = P(0<X<=2) = P(X=1) + P(X=2),
$$
because $X=0$ represents “NO nonconforming units”. This is at certain way confirmed when in another problem is requested “determinate probability it will contain at least 1 nonconforming product” and the proposed solution is: $P(X\ge1)=1-P(X=0)$. What are your thoughts about this?
|
|
|||||||||||||||||
|
|
In some languages, a double negative is an emphatic form of negative instead of being a positive (as it is in Standard English). Is this why you are having trouble with the meaning of "no nonconforming units"? If so, let's change the question around.
to which the answer is that if $Y$ denotes the number of conforming units in the sample, then we are interested in $P\{Y \geq 48\} = P\{Y = 48\} +P\{Y = 49\} + P\{Y = 50\}$. If $X = 50-Y$ denotes the number of nonconforming units, then we have that $$\begin{align} P\{Y \geq 48\} &= P\{Y = 48\} +P\{Y = 49\} + P\{Y = 50\}\\ &= P\{X = 2\} + P\{X = 1\} + P\{X=0\}\\ \end{align}$$ |
|||
|
|
$0 \le 2$ so $P(X\le 2) = P(X=0) + P(X=1) + P(X=2)$ seems reasonable. If the questions was
then I would expect the probability there were zero nonconforming units to be included in that. |
|||||
|
|
I think you are misunderstanding the question. The question says that you are taking a sample of 50 units and want to know what the probability is that 2 or fewer of that 50 are nonconforming, this is the same as asking what the probability is that 48 or more of the 50 are conforming. For the second form of the question would you argue that if all 50 units are conforming that case should not be incuded in the 48 or more? That is the same as p(x=0). |
|||
|
|