60.5k views
3 votes
A batch consists of 12 defective coils and 88 good ones. Find the probability of getting two good coils when two coils are randomly selected if the first selection is replaced before the second is made.

1 Answer

5 votes

Answer:

0.7744 = 77.44% probability of getting two good coils when two coils are randomly selected

Explanation:

For each coil, there are only two possible outcomes. Either it is good, or it is not. Since the coil taken is replaced, the probability of choosing a good coil on a trial is independent of any other trial, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

88 out of 100 are good:

This means that
\pi = (88)/(100) = 0.88

Find the probability of getting two good coils when two coils are randomly selected.

This is P(X = 2) when n = 2. So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 2) = C_(2,2).(0.88)^(2).(0.12)^(0) = 0.7744

0.7744 = 77.44% probability of getting two good coils when two coils are randomly selected

User Pulekies
by
3.8k points