Given: A small, experimental plane has three engines, one of which is redundant. That is, as long as two of the engines are working, the plane will stay in the air. Over the course of a typical flight, there is a 1/3 chance that engine one will fail. There is a 75% probability that engine two will work. The third engine works only half the time.
Asked: What is the probability that the plane will crash in any given flight?
In case, no engine is working or 1 out of 3 engines is working, the plane will crash.
Engine 1:
Probability of Engine 1 failing = 1/3
Probability of Engine 1 working = 1 -1/3 = 2/3
Engine 2:
Probability of Engine 2 working = 75% = 3/4
Probability of Engine 2 failing = 100% - 75% = 25% = 1/4
Engine 3:
Probability of Engine 3 working = 1/2
Probability of Engine 3 failing = 1 - 1/2 = 1/2
The probability of plane crasing = The probability of all engines failing + The probability of only 1 engine working
= 1/3*1/4*1/2 + 2/3*1/4*1/2 + 1/3*3/4*1/2 + 1/3*1/4*1/2 = 1/24 + 2/24 + 3/24 + 1/24 = 7/24
IMO D