Respuesta :

Answer:

Incomplete question, but I gave a primer on the hypergeometric distribution, which is used to solve this question, so just the formula has to be applied to find the desired probabilities.

Step-by-step explanation:

The resistors are chosen without replacement, which means that the hypergeometric distribution is used to solve this question.

Hypergeometric distribution:

The probability of x successes is given by the following formula:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

In which:

x is the number of successes.

N is the size of the population.

n is the size of the sample.

k is the total number of desired outcomes.

Combinations formula:

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

In this question:

12 resistors, which means that [tex]N = 12[/tex]

3 defective, which means that [tex]k = 3[/tex]

4 are selected, which means that [tex]n = 4[/tex]

To find an specific probability, that is, of x defectives:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = x) = h(x,12,4,3) = \frac{C_{3,x}*C_{9,4-x}}{C_{12,4}}[/tex]