225,740 views
35 votes
35 votes
An electronic system contains three cooling components that operate independently. The probability of each component's failure is 0.05. The system will overheat if and only if at least two components fail. Calculate the probability that the system will overheat.

User James Wise
by
2.7k points

1 Answer

21 votes
21 votes

Answer:


Pr= 0.00725

Explanation:

Given


p = 0.05 ---- probability that each component fails


n = 3

Required


P(System\ Overheats)

We understand that the system will overheat if at least 2 component fails; Assume the components are: x, y and z

The events that the system will overheat are: xyz', xy'z, x'yz and xyz

Where ' means that the component did not fail, and the probability is 1 - p (i.e. complement rule)

So, we have:


xyz' \to 0.05 * 0.05 * (1 - 0.05) = 0.002375


xy'z \to 0.05 * (1 - 0.05)* 0.05 = 0.002375


x'yz \to (1 - 0.05)* 0.05 * 0.05 = 0.002375


xyz \to 0.05 * 0.05 * 0.05 =0.000125

So, the required probability is:


Pr= 0.002375 +0.002375 +0.002375 + 0.000125


Pr= 0.00725

User Trafalgar
by
2.9k points