robinbjoern
EgmatQuantExpert
Solution
Given:• There is a string of 5 different colored light bulbs.
• The string fails if any two-consecutive light bulb fails.
• The probability of not failing of each bulb during time period T= 0.85
To find:• We need to find the probability that the string of light bulbs will fail during the time period T.
Approach and Working• Since the string fails only when two consecutive bulbs fail,
o Hence, P (String will fail) = P (one bulb fails) * P (another consecutive bulb fails) * ways in which two consecutive light bulbs can be chosen
• We know P (Not failing of a bulb) = 0.85
o Thus, P’ (failing of bulb) = 0.15
Total ways in which two light bulbs can fail:• The total ways to select to select 2 consecutive light bulbs in a string of 5 bulbs = 4.
Thus, P (String will fail) = 0.15* 0.15*4=0.0225*4= 0.09
Hence, the correct answer is option B.
Answer: Bwhy don't we need to add 0.85^3 at the end?
is it because the question is not asking about the concrete probability of 2 light bulbs failing?
Actually, it doesn't matter if the other bulbs will fail or not.
Pay attention to the criteria of failure: "
It is ENOUGH that two consecutive bulbs fail for the failure of the whole string"
So, to illustrate this, repair that we have:
F = Fails
W = Works
FFWWW
FFWWF
In any of these cases, we have a general failure of the string, because the criteria of "
Two consecutive have to fail" was reached.
If we were to illustrate the probability of both of the events above occur, we would have equal probabilities:
P(failure) = 0,15*0,15. (Again, it won't matter what is going to happen with the other bulbs, since two consecutives of them have failed.)