Answer:
The probability of an operating system error given that a failure has ocurred is P(O/E)= 0.19
Step-by-step explanation:
Hello!
There are three different sources of error when a computer system fails:
D: disk drive error. ⇒ P(D)= 0.50
M: computer memory error. ⇒P(M)= 0.20
O: operating systems error. ⇒ P(O)= 0.30
According to the component perdormance standard:
The probability of failure "E", given that there is a disk drive error is P(E/D)= 0.40
The probability of failure "E", given that there is a computer memory error is P(E/M)= 0.6
The probability of failure "E", given that there is a operating system error is P(E/O)= 0.25
You need to calculate the probability of an operating system error given that a failure has ocurred, symbolically:
P(O/E)
![P(O/E)= \frac{P(OnE)}{P(E)}](https://tex.z-dn.net/?f=P%28O%2FE%29%3D%20%5Cfrac%7BP%28OnE%29%7D%7BP%28E%29%7D)
To reach the probability of the marginal E you have to add all intersections between the event "E" and the events "D", "M" and "O"
D M O Total
E: P(E∩D); P(E∩M); P(E∩O); P(E)
Using the formula of the conditional probability I'll clear all three intersections using the known probabilities:
General formula:
⇒ ![P(AnB)= P(A/B)*P(B)](https://tex.z-dn.net/?f=P%28AnB%29%3D%20P%28A%2FB%29%2AP%28B%29)
P(E∩D)= P(E/D)*P(D)= 0.4*0.5= 0.2
P(E∩M)= P(E/M)*P(M)= 0.6*0.2= 0.12
P(E∩O)= P(E/O)*P(O)= 0.25*0.3= 0.075
P(E)= P(E∩D) + P(E∩M) + P(E∩O)= 0.2+0.12+0.075= 0.395
![P(O/E)= \frac{P(OnE)}{P(E)} = \frac{0.075}{0.395}= 0.189 = 0.19](https://tex.z-dn.net/?f=P%28O%2FE%29%3D%20%5Cfrac%7BP%28OnE%29%7D%7BP%28E%29%7D%20%3D%20%5Cfrac%7B0.075%7D%7B0.395%7D%3D%200.189%20%3D%200.19)
I hope it helps!