题目
Problem
The Venn diagram shows the events A, B and C and their associated probabilities.
Find
(a) P(B′)
(1)
(b) P(A∪C)
(2)
(c) P(A∣B′)
(2)
解答
(a)
解法一
思路
展开
B′ 表示不在 B 中的区域,把图中 B 外的概率相加。
答题过程
展开
From the diagram,
P(B′)=0.15+0.12+0.13=0.40.
(b)
解法一
思路
展开
A∪C 表示在 A 或 C 中的所有区域。
答题过程
展开
P(A∪C)=0.15+0.20+0.23+0.12=0.70.
解法二
思路
展开
也可以用补集:不在 A∪C 中的区域只剩下 0.17 和 0.13。
答题过程
展开
P(A∪C)=1−(0.17+0.13)=0.70.
(c)
解法一
思路
展开
条件概率公式是 P(B′)P(A∩B′)。图中 A∩B′ 对应概率 0.15。
答题过程
展开
P(A∣B′)=P(B′)P(A∩B′).
Therefore
P(A∣B′)=0.400.15=83.