Answer:
P(X=0) = 0.0224, P(X=1) = 0.2552, P(X=2) = 0.7224
Explanation:
Let's define the following events
A: the first component meet specification
B: the second component meet specification
: the first component does not meet specification
: the second component does not meet specification
then
P(A) = 0.84, P(
) = 0.16, P(B) = 0.86 and P(
) = 0.14
we know that X = number of components that meet specifications, then, X can take the values 0, 1 or 2. Let's compute the probabilities P(X=0), P(X=1), P(X=2).
P(X=0) = P(
) = P(
)P(
) (because components are independent)
= (0.16)(0.14)
= 0.0224
P(X=1) = P[
]
= P(
) + P(
) (because
and
are mutually exclusive)
= P(A)P(
) + P(
)P(B) (by independence)
= (0.84)(0.14) + (0.16)(0.86) = 0.2552
P(X=2) = P(A∩B)=P(A)P(B) (by independence)
= (0.84)(0.86)
= 0.7224
and the probability mass function of X is given by
P(X=0) = 0.0224, P(X=1) = 0.2552, P(X=2) = 0.7224