题目
Problem
A factory makes rugs and blankets from wool or cotton or polyester.
- 30% of the items made are rugs and 70% of the items made are blankets
- 60% of the rugs are made from wool
- 35% of the blankets are made from wool
- 10% of the rugs are made from cotton
- 20% of the blankets are made from cotton
- the rest of the rugs and blankets are made from polyester
An item made by the factory is selected at random.
(a) Complete the tree diagram below to illustrate this information.
Tree diagram
(2)
(b) (i) Find the probability that the item selected is not made from wool.
(2)
(ii) Given that this item is not made from wool, find the probability that it is a blanket.
(2)
解答
(a)
解法一
思路
展开
第一层分 rug 和 blanket,概率分别是 0.3 和 0.7。第二层按材料分,polyester 是剩下的概率。
答题过程
展开
The first branches are
P(rug)=0.3,P(blanket)=0.7.
For rugs,
P(wool∣rug)=P(cotton∣rug)=P(polyester∣rug)=0.6,0.1,1−0.6−0.1=0.3.
For blankets,
P(wool∣blanket)=P(cotton∣blanket)=P(polyester∣blanket)=0.35,0.20,1−0.35−0.20=0.45.
(b)(i)
解法一
思路
展开
“Not wool” 可以来自 rug 且不是 wool,也可以来自 blanket 且不是 wool。沿 tree diagram 两条大分支分别乘,再相加。
答题过程
展开
P(W′)=====P(rug and not wool)+P(blanket and not wool)0.3(0.1+0.3)+0.7(0.2+0.45)0.3(0.4)+0.7(0.65)0.12+0.4550.575.
解法二
思路
展开
对立事件法。直接计算选中产品是由羊毛(wool)制成的概率 P(W),然后利用对立事件公式 P(W′)=1−P(W) 来计算“不是由羊毛制成”的概率。这种方法在求包含“不是/不满足”某条件的概率时,通常计算量较小且逻辑清晰。
答题过程
展开
First calculate the probability that the selected item is made from wool:
P(W)====P(rug and wool)+P(blanket and wool)0.3(0.6)+0.7(0.35)0.18+0.2450.425
Then calculate the complementary probability:
P(W′)===1−P(W)1−0.4250.575.
(b)(ii)
解法一
思路
展开
这是条件概率:
P(blanket∣W′)=P(W′)P(blanket and not wool).
答题过程
展开
P(blanket∣W′)====P(W′)P(blanket and not wool)0.5750.7(0.2+0.45)0.5750.45511591.