63.7k views
22 votes
An array of 30 LED bulbs is used in an automotive light. The probability that a bulb is defective is 0.001 and defective bulbs occur independently. Determine the following: a. Probability that an automotive light has two or more defective bulbs. b. Expected number of automotive lights to check to obtain one with two or more defective bulbs.

User Nanndoj
by
4.7k points

2 Answers

6 votes

Final answer:

To find the probability of an automotive light having two or more defective bulbs, subtract the probability of having zero or one defective bulb from 1. To find the expected number of automotive lights to check to find one with two or more defective bulbs, find the reciprocal of the probability of having two or more defective bulbs.

Step-by-step explanation:

a. To find the probability that an automotive light has two or more defective bulbs, we can use the complement rule. The complement of having two or more defective bulbs is having zero or one defective bulb. The probability of having zero defective bulbs is
(1 - 0.001)^(30).

And the probability of having one defective bulb is 30 × 0.001 ×
(1 - 0.001)^(29). Therefore, the probability of having two or more defective bulbs is 1 - [
(1 - 0.001)^(30) + 30 × 0.001 ×
(1 - 0.001)^(29)].

b. To find the expected number of automotive lights to check to obtain one with two or more defective bulbs, we can use the geometric distribution. The expected value of a geometric distribution is equal to 1 divided by the probability of success. In this case, the probability of success is the probability of having two or more defective bulbs, which we calculated in part a.

Therefore, the expected number of automotive lights to check is 1 / [1 - (
(1 - 0.001)^(30) + 30 × 0.001 ×
(1 - 0.001)^(29)].

User Keatch
by
5.0k points
4 votes

Answer:

a) 0.0005 = 0.05% probability that an automotive light has two or more defective bulbs.

b) 4000 automotive lights.

Step-by-step explanation:

For each LED, there are only two possible outcomes. Either it is defective, or it is not. Defective bulbs occur independently, which means that 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.


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.

An array of 30 LED bulbs is used in an automotive light. The probability that a bulb is defective is 0.001.

This means that, respectively,
n = 30, p = 0.001.

a. Probability that an automotive light has two or more defective bulbs.

This is:


P(X \geq 2) = 1 - P(X < 2)

In which


P(X < 2) = P(X = 0) + P(X = 1)

So


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


P(X = 0) = C_(30,0).(0.001)^(0).(0.999)^(30) = 0.9704


P(X = 1) = C_(30,1).(0.001)^(1).(0.999)^(29) = 0.0291


P(X < 2) = P(X = 0) + P(X = 1) = 0.9704 + 0.0291 = 0.9995


P(X \geq 2) = 1 - P(X < 2) = 1 - 0.9995 = 0.0005

0.0005 = 0.05% probability that an automotive light has two or more defective bulbs.

b. Expected number of automotive lights to check to obtain one with two or more defective bulbs.

0.0005 = 0.05% probability that an automotive light has two or more defective bulbs.

The number of expected trials to obtain n successes with p probability is given by:


E = (n)/(p)

In this case, we have that
n = 2, p = 0.0005. So


E = (n)/(p) = (2)/(0.0005) = 4000

4000 automotive lights.

User Priojeet Priyom
by
5.6k points