. A production line supervisor knows that 7 of the 100 gadgets manufactured during a shift are defective. If 8 of the gadgets are chosen at random what is the probability that at least 1 is defective?

Respuesta :

Answer:

[tex]P(x \geq 1)=1-P(X<1) = 1-P(X=0)[/tex]

[tex]P(X=0)=(8C0)(0.07)^0 (1-0.07)^{8-0}=0.560[/tex]

[tex]P(x \geq 1)=1-P(X<1) = 1-P(X=0)=1-0.560=0.440[/tex]

Step-by-step explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Solution to the problem

Let X the random variable of interest, on this case we now that:

[tex]X \sim Binom(n=8, p=7/100=0.07)[/tex]

The probability mass function for the Binomial distribution is given as:

[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]

Where (nCx) means combinatory and it's given by this formula:

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

And we want to find this probability with the complement rule:

[tex]P(x \geq 1)=1-P(X<1) = 1-P(X=0)[/tex]

[tex]P(X=0)=(8C0)(0.07)^0 (1-0.07)^{8-0}=0.560[/tex]

[tex]P(x \geq 1)=1-P(X<1) = 1-P(X=0)=1-0.560=0.440[/tex]