A rocket has 3 computers (a,b,c). If a fails than b will take over and so on. Each computer has 0.01 failure rate. These 3 computers are linked to an expensive sensor. If this sensor fails than all 3 computers will fail, this sensor has a failure rate of 10^-6. What are the chances the rocket launch has to be suspended?
So i tried solving this by using the formulas of system reliability. i put the computers in a parrel and linked them in series to the sensor.
I came up with the following formula P(s) = 1-(1-10^-6)*(1-0.01^3) = 0.000002
I have a feeling my answer is wrong though. Could anyone help me confirm this?
Your answer looks correct. My approach (which I think is the same as yours) would be:
joriki's questions in the comments are about checking whether ignoring the sensor and independence are correct interpretations of the question