[Math] Independent Probability — Chance of failure

probability

I've got the following problem that I keep getting the wrong answer and looking to see if someone can help me understand how to get the right answer:

"Two pumps connected in parallel fail independently of one another on any given day. The probability that only the older pump will fail is .10, and the probability that only the newer pump will fail is .05. What is the probability that the pumping system will fail on any given day (which happens if both pumps fail)?"

Naturally the first thing I thought to do was .1 * .05 = .005 however the correct answer is .0059.

I've then noticed the following but still haven't managed to get the answer.

P(B) = 0.05 <— New one fails probability

P(old one fails AND new one does not fail) = 0.1 = P(A | B )

I feel like I'm on the right track but don't really see what to do to get .0059.

Best Answer

Hint: If $p$ is the probability that the older pump fails and $q$ is the probability that the newer pump fails then based on the probabilities that one fails and the other does not, you have $$p(1-q)=0.1$$ $$(1-p)q=0.05$$ while you are trying to find the probability that both of them fail, which is $pq.$

Approximately, $0.1059 \times (1-0.0559) \approx 0.1$, $(1-0.1059) \times 0.0559 \approx 0.05$, and $0.1059 \times 0.0559 \approx 0.0059$, so your suggested answer is close to the correct answer.

Related Question