108k views
0 votes
Seventy 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, calculate the following probabilities.a. P(all of the next three vehicles inspected pass)b. P(at least one of the next three inspected fail)c. P(exactly one of the next three inspected passes)d. P(at most one of the next three vehicles inspected passes)e. Given that at least one of the next three vehicles passes inspection, what is the probability that all three pass?

User Geee
by
3.5k points

1 Answer

4 votes

Answer:

(a) The probability that all the next three vehicles inspected pass the inspection is 0.343.

(b) The probability that at least 1 of the next three vehicles inspected fail is 0.657.

(c) The probability that exactly 1 of the next three vehicles passes is 0.189.

(d) The probability that at most 1 of the next three vehicles passes is 0.216.

(e) The probability that all 3 vehicle passes given that at least 1 vehicle passes is 0.3525.

Explanation:

Let X = number of vehicles that pass the inspection.

The probability of the random variable X is P (X) = 0.70.

(a)

Compute the probability that all the next three vehicles inspected pass the inspection as follows:

P (All 3 vehicles pass) = [P (X)]³


=(0.70)^(3)\\=0.343

Thus, the probability that all the next three vehicles inspected pass the inspection is 0.343.

(b)

Compute the probability that at least 1 of the next three vehicles inspected fail as follows:

P (At least 1 of 3 fails) = 1 - P (All 3 vehicles pass)


=1-0.343\\=0.657

Thus, the probability that at least 1 of the next three vehicles inspected fail is 0.657.

(c)

Compute the probability that exactly 1 of the next three vehicles passes as follows:

P (Exactly one) = P (1st vehicle or 2nd vehicle or 3 vehicle)

= P (Only 1st vehicle passes) + P (Only 2nd vehicle passes)

+ P (Only 3rd vehicle passes)


=(0.70*0.30*0.30) + (0.30*0.70*0.30)+(0.30*0.30*0.70)\\=0.189

Thus, the probability that exactly 1 of the next three vehicles passes is 0.189.

(d)

Compute the probability that at most 1 of the next three vehicles passes as follows:

P (At most 1 vehicle passes) = P (Exactly 1 vehicles passes)

+ P (0 vehicles passes)


=0.189+(0.30*0.30*0.30)\\=0.216

Thus, the probability that at most 1 of the next three vehicles passes is 0.216.

(e)

Let X = all 3 vehicle passes and Y = at least 1 vehicle passes.

Compute the conditional probability that all 3 vehicle passes given that at least 1 vehicle passes as follows:


P(X|Y)=(P(X\cap Y))/(P(Y)) =(P(X))/(P(Y)) =((0.70)^(3))/([1-(0.30)^(3)]) =0.3525

Thus, the probability that all 3 vehicle passes given that at least 1 vehicle passes is 0.3525.

User Jamessan
by
3.7k points