← 返回数学题库
009概率中等derivationmedium

Reverse-Engineering Overlap from Frequency Counts

题目

In a risk system, three alert types AA, BB, CC can fire simultaneously. From historical logs you know:

  • P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4, P(C)=0.3P(C) = 0.3,
  • P(AB)=0.2P(A \cap B) = 0.2, but P(AC)P(A \cap C) and P(BC)P(B \cap C) are unknown,
  • P(none of A,B,C)=0.1P(\text{none of } A,B,C) = 0.1,
  • P(exactly one fires)=0.7P(\text{exactly one fires}) = 0.7.

Determine P(ABC)P(A \cap B \cap C) and P(exactly two fire)P(\text{exactly two fire}). Show all steps.

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

第 1 项

第 2 项