I found the below question on the internet while working through a conditional probability questionnaire.
An automobile plant contracted to buy shock absorbers from two suppliers X and Y. X supplies 60% and Y supplies 40% of the shock absorbers. All shock absorbers are subject to quality tests and the ones that pass the tests are considered reliable. It was found that of X's supplies 96% were reliable and of Y's supplies 72% are reliable.
The Probability that a randomly chosen shock absorber, which is found to be reliable, is made by Y is:
(a) 0.288 (b) 0.334 (c) 0.667 (d) 0.720
I thought I could solve this question using the Bayes theorem. But as it turns out the answer I got by applying Bayes theorem was not right as I don't find it on the options. Could someone please help me find the right solutions as the website has only provided the questions and not the solutions.
Yes, Bayes's rule should work.
$$P(Y \mid \text{reliable}) = \frac{P(\text{reliable} \mid Y) P(Y)}{P(\text{reliable})} = \frac{P(\text{reliable} \mid Y) P(Y)}{P(\text{reliable} \mid X) P(X)+P(\text{reliable} \mid Y) P(Y)}$$
Plugging in the given values should give you (b).