
Matthew S. answered 03/07/20
PhD in Ops Research with industry experience in Data Science
Assuming that the machines work or fail independently of one another, we can compute P(system fails) as follows:
P(system fails) = P(A fails & B fails & C fails) = (1 - 0.6) * (1 - 0.7) * (1 - 0.85)
= 0.4 * 0.3 * 0.15 = 0.018
Having calculated this, we can find the probability that the system works by subtracting from 1:
P(system works) = 1 - P(system fails) = 0.982