043概率中等数值题medium
Factory Defect Tracing and Predictive Inference
题目
A factory has three production lines with the following output shares and defect rates:
| Line | Share of output | Defect rate | |------|----------------|-------------| | 1 | 50% | 2% | | 2 | 30% | 3% | | 3 | 20% | 5% |
An item is selected at random from today's output and found to be defective.
(a) What is the posterior probability that the item came from each production line?
(b) A second item is now drawn independently from the same (unknown) production line. What is the conditional probability that this second item is also defective, given that the first was defective?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
P(L1|D)
P(L2|D)
P(L3|D)
P(D2|D1)