📚 Advanced Compound Probability | 复合概率进阶
Compound probability refers to the likelihood of two or more events occurring together. In this article, we explore advanced techniques for solving compound probability problems in the Edexcel IGCSE Mathematics syllabus, including tree diagrams, conditional probability, and the multiplication rule.
复合概率是指两个或多个事件同时发生的可能性。在本文中,我们将深入探讨Edexcel IGCSE数学考纲中复合概率的进阶解题技巧,包括树形图、条件概率以及乘法法则。
1. Independent and Dependent Events | 独立事件与依赖事件
Two events are independent if the occurrence of one does not affect the probability of the other. For example, rolling a die and flipping a coin are independent events. For independent events A and B, the probability of both occurring is: P(A ∩ B) = P(A) × P(B).
如果两个事件中一个事件的发生不影响另一个事件的概率,则这两个事件是相互独立的。例如,掷骰子和抛硬币就是独立事件。对于独立事件A和B,两者同时发生的概率为:P(A ∩ B) = P(A) × P(B)。
Two events are dependent if the occurrence of one affects the probability of the other. For example, drawing two cards from a pack without replacement is a dependent situation, because the first draw changes the composition of the remaining deck.
如果一个事件的发生会影响另一个事件的概率,则这两个事件是相关的。例如,从一副牌中不放回地抽取两张牌就是依赖事件,因为第一次抽取改变了剩余牌堆的组成。
2. The Multiplication Rule | 乘法法则
The multiplication rule is the foundation of compound probability. For independent events: P(A and B) = P(A) × P(B). For dependent events, we use conditional probability: P(A and B) = P(A) × P(B|A), where P(B|A) denotes the probability of B given that A has occurred.
乘法法则是复合概率的基础。对于独立事件:P(A 且 B) = P(A) × P(B)。对于依赖事件,我们使用条件概率:P(A 且 B) = P(A) × P(B|A),其中 P(B|A) 表示在A已经发生的条件下B发生的概率。
P(A ∩ B) = P(A) × P(B|A)
When events are independent, P(B|A) simplifies to P(B), so the formula reduces to P(A) × P(B).
当事件相互独立时,P(B|A) 简化为 P(B),因此公式简化为 P(A) × P(B)。
3. Tree Diagrams | 树形图
Tree diagrams are powerful visual tools for solving compound probability problems. Each branch represents an outcome, and probabilities are written along the branches. To find the probability of a particular path, multiply the probabilities along that path; to find the probability of a compound event, add the probabilities of all relevant paths.
树形图是解决复合概率问题的强大可视化工具。每条分支代表一个结果,概率标注在分支上。要找出特定路径的概率,将该路径上所有概率相乘;要找出复合事件的概率,将相关路径的概率相加。
- Draw the first set of branches for the first event.
- 从第一个事件画出第一组分支。
- Draw subsequent branches for each possible outcome of the next event.
- 为下一个事件的每个可能结果画出后续分支。
- Multiply along branches for “and” situations.
- 在”且”的情况下沿分支相乘。
- Add path probabilities for “or” situations.
- 在”或”的情况下将不同路径的概率相加。
4. Conditional Probability | 条件概率
Conditional probability measures the probability of one event occurring given that another event has already occurred. The notation P(B|A) is read as “the probability of B given A”. The formula is:
条件概率衡量的是在已知另一个事件已经发生的前提下,某一事件发生的概率。记号 P(B|A) 读作”在A发生的条件下B的概率”。其公式为:
P(B|A) = P(A ∩ B) ÷ P(A), provided P(A) > 0
In IGCSE exams, conditional probability often appears in problems involving “without replacement” scenarios, where the sample space changes after each draw.
在IGCSE考试中,条件概率通常出现在涉及”不放回”抽取的问题中,此时样本空间在每次抽取后都会发生变化。
5. Mutually Exclusive Events | 互斥事件
Mutually exclusive events cannot occur at the same time. For example, rolling a 2 and rolling a 5 on a single die are mutually exclusive. For such events, P(A ∪ B) = P(A) + P(B). The addition rule reflects the fact that there is no overlap between the events.
互斥事件是指不可能同时发生的事件。例如,掷一次骰子得到2和得到5就是互斥的。对于互斥事件,P(A ∪ B) = P(A) + P(B)。加法法则体现了事件之间没有重叠这一事实。
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
Notice that the general addition rule includes subtracting P(A ∩ B). For mutually exclusive events, P(A ∩ B) = 0, so the formula simplifies to P(A) + P(B).
请注意,一般加法法则包含减去 P(A ∩ B)。对于互斥事件,P(A ∩ B) = 0,因此公式简化为 P(A) + P(B)。
6. Venn Diagrams for Probability | 维恩图求概率
Venn diagrams provide a visual method for organising probabilities, especially when dealing with overlapping events. They help identify intersections, unions, and complements at a glance.
维恩图为整理概率提供了一种可视化方法,特别是在处理有重叠的事件时。它可以帮助我们一目了然地识别交集、并集和补集。
| Region | Meaning | 中文含义 |
| A ∩ B | Both A and B occur | A和B同时发生 |
| A ∪ B | Either A or B (or both) occurs | A或B(或两者)发生 |
| A′ | A does not occur | A不发生 |
| A′ ∩ B′ | Neither A nor B occurs | A和B都不发生 |
When using a Venn diagram, always check that the probabilities in all regions sum to 1, as this verifies completeness.
使用维恩图时,务必检查所有区域的概率之和为1,以此验证其完整性。
7. Complementary Events | 互补事件
The complement of event A, written as A′, is the event that A does not occur. Since either A or A′ must occur, we have P(A) + P(A′) = 1. This relationship is extremely useful in problems where calculating the complement directly is simpler than calculating the event itself.
事件A的补事件,记作A′,是指A不发生的事件。由于A和A′必有其一发生,因此 P(A) + P(A′) = 1。这一关系在直接计算事件本身较复杂时非常有用。
P(A′) = 1 – P(A)
A classic example is finding the probability of at least one success in multiple trials. Rather than calculating many paths, compute 1 – P(no successes at all).
一个经典例子是计算多次试验中至少一次成功的概率。与其计算许多路径,不如计算 1 – P(完全不成功)。
8. Calculating Conditional Probability from Venn Diagrams | 从维恩图求条件概率
Venn diagrams make conditional probability intuitive. To find P(B|A), we restrict our attention to the region where A has occurred, then determine what fraction of that region also contains B.
维恩图使条件概率变得直观。要计算 P(B|A),我们将注意力限制在A已经发生的区域内,然后判断该区域中有多大比例同时属于B。
P(B|A) = P(A ∩ B) ÷ P(A)
For example, if a Venn diagram shows P(A) = 0.6 and P(A ∩ B) = 0.2, then P(B|A) = 0.2 ÷ 0.6 = 1/3. The numerator is the intersection region, and the denominator is the entire “A” circle.
例如,若维恩图中 P(A) = 0.6,P(A ∩ B) = 0.2,则 P(B|A) = 0.2 ÷ 0.6 = 1/3。分子是交集区域,分母是整个A圆区域。
9. Harder Problems: Without Replacement | 高阶题型:不放回抽取
“Without replacement” problems are among the trickiest in the IGCSE syllabus. After each selection, the total number of items decreases, which changes the probabilities for subsequent selections. Tree diagrams are especially helpful here.
“不放回”抽取问题是IGCSE考纲中最棘手的题型之一。每次选取后,物品总数减少,这会改变后续抽取的概率。树形图在此类问题中尤其有用。
Consider a bag containing 4 red and 6 blue marbles. Two marbles are drawn at random without replacement. The probability that both are red is:
考虑一个袋子中有4个红球和6个蓝球。不放回地随机抽取两个球。两者都是红球的概率为:
P(RR) = (4/10) × (3/9) = 12/90 = 2/15
The first draw has 4 red out of 10 total, and the second draw has 3 red out of 9 remaining, because one red has been removed. This illustrates how the sample space shrinks after each draw.
第一次抽取时10个球中有4个红球,第二次抽取时剩余9个球中有3个红球,因为已有一个红球被取出。这说明了每次抽取后样本空间是如何缩小的。
10. Common Mistakes in Compound Probability | 复合概率常见错误
Students often forget to adjust probabilities when drawing without replacement. Always ask yourself whether the second event is affected by the first event.
学生在处理”不放回”抽取时经常忘记调整概率。务必问自己:第二个事件是否受到第一个事件的影响?
- Adding probabilities when you should be multiplying: “AND” means multiply, “OR” means add.
- 在应该相乘时却相加:”且”对应相乘,”或”对应相加。
- Forgetting to subtract the intersection in the addition rule.
- 在使用加法法则时忘记减去交集 P(A ∩ B)。
- Writing probabilities as unreduced fractions, which can lead to errors in later calculations.
- 概率未化为最简分数,导致后续计算出错。
- Misreading “at least one” problems and not using complementary events.
- 误读”至少一个”类问题,未使用互补事件的技巧。
11. Mixed Problems: Apply All Skills | 综合问题:灵活运用所有技巧
In the exam, compound probability questions often combine two or more techniques. A typical question might involve a tree diagram for a two-stage experiment, followed by a conditional probability calculation. Make sure you can move fluidly between multiplication, addition, and complementary rules.
在考试中,复合概率问题往往综合了两种或更多技巧。一个典型问题可能涉及两阶段试验的树形图,随后进行条件概率计算。请确保你能在乘法、加法和互补法则之间灵活切换。
Strategy: list all outcomes, identify whether the problem involves “with” or “without” replacement, then choose the appropriate method. Draw a tree diagram or Venn diagram to organise your thinking.
解题策略:列出所有结果,判断问题涉及”放回”还是”不放回”,然后选择合适的方法。画出树形图或维恩图来整理思路。
12. Exam Tips and Summary | 考试技巧与总结
Always show your working clearly, as mark schemes award method marks even when the final answer is wrong. Write probabilities as simplified fractions or decimals, and check that your final answer makes sense in context.
务必清晰展示解题过程,因为评分标准会按步骤给分,即使最终答案有误。将概率写成最简分数或小数,并检查最终答案在上下文中是否合理。
Mastering compound probability requires consistent practice with tree diagrams, Venn diagrams, and the fundamental rules of multiplication and addition. With these tools, you will be well-prepared for any compound probability question in the Edexcel IGCSE examination.
掌握复合概率需要持续练习树形图、维恩图以及乘法和加法的基本法则。握这些工具,你将能够从容应对Edexcel IGCSE考试中的任何复合概率问题。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导