Ninety percent of all vehicles examined at a certain emissions inspection station pass the inspection. Assuming that successive vehicles pass or fail independently of one another, what is the probability that at least one of the next six inspected fails?

Respuesta :

Answer:

46.86% probability that at least one of the next six inspected fails

Step-by-step explanation:

For each vehicle, there are only two possible outcomes. Either it passes the inspection, or it does not. The probability of a vehicle passing the inspection is independent of other vehicles. So we use the binomial probability distribution 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.

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

In which [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]

And p is the probability of X happening.

Ninety percent of all vehicles examined at a certain emissions inspection station pass the inspection.

100 - 90 = 10% fail, so [tex]p = 0.1[/tex]

Six vehicles:

This means that [tex]n = 6[/tex]

What is the probability that at least one of the next six inspected fails?

Either none fail, or at least one of them does. The sum of the probabilities of these outcomes is 1. So

[tex]P(X = 0) + P(X \geq 1) = 1[/tex]

We want [tex]P(X \geq 1)[/tex]

Then

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

In which

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

[tex]P(X = 0) = C_{6,0}.(0.1)^{0}.(0.9)^{6} = 0.5314[/tex]

[tex]P(X \geq 1) = 1 - P(X = 0) = 1 - 0.5314 = 0.4686[/tex]

46.86% probability that at least one of the next six inspected fails