50.1k views
3 votes
Many manufacturers have quality control programs that include inspection of incoming materials for defects. Suppose a computer manufacturer receives computer boards in lots of five. Two boards are selected from each lot for inspection. We can represent possible outcomes of the selection process by pairs. For example, the pair (1, 2) represents the selection of boards 1 and 2 for inspection.

a. List the ten different possible outcomes.
b. Suppose that boards 1 and 2 are the only defective boards in a lot of five. Two boards are to be chosen at random. Define X to be the number of defective boards observed among those inspected. Find the probability distribution of X.
c. Let F(x) denote the cdf of X. First determine(0)=P( X ≤ 0), F(1), and F(2); then obtain F(x) for all other x.

1 Answer

4 votes

Answer:

Hence, the list ten different possible outcomes are
(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5), the probability distribution of X are
0.3,0.6,0.1 and the cumulative distribution function is
F(x)=\left\{\begin{array}{lc}0 &amp; x<0 \\0.3 &amp; 0 \leq x<1 \\0.9 &amp; 1 \leq x<2 \\1 &amp; 2 \leq x\end{array}\right.

Explanation:

(a)

List the ten different possible outcomes.

The number of ways that two boards are drawn from each lot of
5 lots are
{5 \choose 2}


{5 \choose 2}=(5!)/(2!(5-2)!)


\Rightarrow {5 \choose 2}=(5* 4* 3!)/(2!* 3!)


\Rightarrow {5 \choose 2}=(5* 4)/(2!)


\Rightarrow {5 \choose 2}=(20)/(2)


\Rightarrow {5 \choose 2}=10

So, the
10 combinations are as follows :


(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)

(b)

The aim is to find the probability distribution when two boards are chosen at random and board's one and two is the only defective boards.

Let X be the number of defective boards in the lot.

Therefore, select the combinations of the boards that are without 1 and 2 from 10 combinations.

Compute the
P(X=0)


P(X=0)=P\{(3,4),(3,5),(4,5)\}


=(3)/(10)


=0.3

The probability that defectives did not occur in the lot is 0.3

Compute the
P(X=1)

Select the combinations of the boards that are with one defective either 1 and 2 from the 10 combinations.


P(X=1)=P\{(1,3),(1,4),(1,5),(2,3),(2,4),(2,5)\}


=(6)/(10)


=0.6

The probability that one defectives occurred in the lot is 0.6.

Compute the
P(X=2)

Select the combinations of the boards that are with two defective 1 and 2 from the 10 combinations.


P(X=2)=P\{(1,2)\}


=(1)/(10)


=0.1

The probability that two defectives occurred in the lot is 0.1.

(c)

The cumulative distribution function (cdf)
F(X=x) is defined as,


\begin{aligned}F(X&amp;=x)=P(X \leq x) \\F(0) &amp;=P(X \leq 0) \\&amp;=P(X=0) \\&amp;=0.3 \\F(1) &amp;=P(X \leq 1) \\&amp;=P(X=0)+P(X=1) \\&amp;=0.3+0.6 \\&amp;=0.9 \\F(2) &amp;=P(X \leq 2) \\&amp;=P(X=0)+P(X=1)+P(X=2) \\&amp;=0.3+0.6+0.1 \\&amp;=1.0\end{aligned}

Therefore, the cumulative distribution function (cdf)
F(X=x) is,


F(x)=\left\{\begin{array}{lc}0 &amp; x<0 \\0.3 &amp; 0 \leq x<1 \\0.9 &amp; 1 \leq x<2 \\1 &amp; 2 \leq x\end{array}\right.

User Jeremy Davis
by
3.6k points