📚 5. Independent Events | 5. 独立事件
In probability theory, the concept of independent events is fundamental. Two events are independent if the occurrence of one does not affect the probability of the other occurring. Put simply, knowing that event A has happened provides no information about whether event B will happen. This idea is used extensively in statistics, genetics, quality control, and daily decision-making. Understanding independence helps you correctly multiply probabilities and avoid common errors when analyzing compound experiments.
在概率论中,独立事件的概念是基础。如果两个事件中一个的发生不影响另一个发生的概率,则称这两个事件独立。简单来说,知道事件 A 发生了并不提供关于事件 B 是否发生的信息。这一理念广泛应用于统计学、遗传学、质量控制和日常决策中。理解独立性有助于正确地进行概率相乘,并避免在分析复合试验时常犯的错误。
1. Defining Independent Events | 定义独立事件
Formally, two events A and B are independent if and only if P(A ∩ B) = P(A) × P(B). This is often called the product rule for independent events. An equivalent definition uses conditional probability: A and B are independent if P(A|B) = P(A), provided P(B) > 0, or P(B|A) = P(B), provided P(A) > 0. The intuition is that the probability of A remains unchanged even when we know B has occurred.
形式上,两个事件 A 和 B 独立当且仅当 P(A ∩ B) = P(A) × P(B)。这通常称为独立事件的乘法法则。一个等价定义使用条件概率:若 P(B) > 0,A 与 B 独立当 P(A|B) = P(A);若 P(A) > 0,独立当 P(B|A) = P(B)。直观理解是,即使我们知道 B 已经发生,A 的概率也保持不变。
It is crucial to remember that independence is defined mathematically by these equations, not merely by a vague feeling that two events do not influence each other. Always verify using the formal definition when solving IB problems.
关键在于牢记,独立性是由这些等式在数学上定义的,而不仅仅依靠一种模糊的感觉认为两个事件互不影响。在解决 IB 问题时,务必使用正式定义进行验证。
2. The Multiplication Rule for Independent Events | 独立事件的乘法法则
When A and B are independent, the probability that both occur is the product of their individual probabilities:
当 A 与 B 独立时,两者同时发生的概率等于各自概率的乘积:
P(A ∩ B) = P(A) × P(B)
This rule can be extended to more than two independent events. For events A, B, and C that are mutually independent:
该法则可推广到两个以上的独立事件。对于相互独立的事件 A、B 和 C:
P(A ∩ B ∩ C) = P(A) × P(B) × P(C)
The converse is not automatically true: if the product rule holds for three events, it does not guarantee pairwise independence in all cases unless carefully verified. However, in typical IB exam questions, independence is either stated or clearly implied by the context (e.g., repeated trials of rolling a die).
反过来并不必然成立:如果乘法法则对三个事件成立,也并不能在所有情形下保证它们两两独立,除非经过仔细验证。不过,在典型的 IB 考题中,独立性要么直接给出,要么根据上下文明确暗示(如重复掷骰子试验)。
3. Independence vs. Mutual Exclusivity | 独立与互斥的区别
Students often confuse independence with mutual exclusivity. Two events are mutually exclusive if they cannot occur at the same time, i.e., A ∩ B = ∅, so P(A ∩ B) = 0. Independence, on the other hand, concerns the relationship between probabilities and usually involves a non-zero product. In fact, if two events are both mutually exclusive and have non-zero probabilities, they cannot be independent because P(A ∩ B) = 0 ≠ P(A) × P(B) > 0. The only way mutually exclusive events can be independent is if at least one of them has probability zero.
学生经常混淆独立与互斥。两个事件互斥是指它们不可能同时发生,即 A ∩ B = ∅,因此 P(A ∩ B) = 0。而独立性涉及的是概率之间的关系,通常要求概率乘积非零。实际上,若两个事件互斥且各自概率均大于零,则它们不可能独立,因为 P(A ∩ B) = 0 ≠ P(A) × P(B) > 0。互斥事件唯一可能独立的情况是其中至少一个事件的概率为零。
The table below summarizes the key differences:
下表总结了主要区别:
| Property | Independent Events | Mutually Exclusive Events |
|---|---|---|
| Definition (A and B non-zero probability) | P(A ∩ B) = P(A) × P(B) | P(A ∩ B) = 0 |
| Meaning | Occurrence of A does not affect probability of B | A and B cannot happen together |
| Conditional Probability | P(A|B) = P(A) | P(A|B) = 0 (if B happens, A cannot) |
4. Checking for Independence Using Conditional Probability | 使用条件概率检验独立性
The conditional probability formula offers a powerful method to test independence. If we can show that P(A|B) = P(A), then A and B are independent. This is particularly useful in problems where a sample space is divided into subgroups and we want to know whether a characteristic is linked to a specific subgroup. For example, in a survey, checking if liking a product is independent of gender.
条件概率公式提供了一种检验独立性的强有力方法。若能证明 P(A|B) = P(A),则 A 与 B 独立。在样本空间被分成子组,且我们想要知道某个特征是否与特定子组相关联的问题中,这一方法尤其有用。例如,在一项调查中,检验是否喜欢某产品与性别无关。
Recall the general multiplication rule: P(A ∩ B) = P(A|B) × P(B). If independence holds, this collapses to P(A) × P(B). Therefore, if we compute P(A) from the whole sample and P(A|B) from a restricted sample, a significant difference suggests dependence.
回顾一般的乘法法则:P(A ∩ B) = P(A|B) × P(B)。若独立性成立,此式退化为 P(A) × P(B)。因此,如果我们从全样本计算出 P(A),而从受限样本计算出 P(A|B),显著的差异就意味着不独立。
5. Independence of More Than Two Events | 多个事件的独立性
For three events A, B, C to be mutually independent, we require both pairwise independence and the combined condition. That is, all of the following must hold:
要使三个事件 A、B、C 相互独立,需要同时满足两两独立以及联合条件。即以下所有等式都必须成立:
- P(A ∩ B) = P(A)P(B)
- P(A ∩ C) = P(A)P(C)
- P(B ∩ C) = P(B)P(C)
- P(A ∩ B ∩ C) = P(A)P(B)P(C)
It is possible to construct examples where events are pairwise independent but not mutually independent. In IB Mathematics, however, you will mostly assume mutual independence when the question explicitly states that multiple trials are independent or that outcomes do not affect each other, such as in repeated sampling with replacement.
有可能构造出事件两两独立却不相互独立的例子。不过,在 IB 数学中,当题目明确说明多次试验独立、或结果互不影响时(例如有放回地重复抽样),你大多可以直接假定它们相互独立。
For n independent trials, the probability that all events occur is simply the product of each individual probability. The probability that at least one occurs is more conveniently found using the complement: P(at least one occurs) = 1 − P(none occurs).
对于 n 次独立试验,所有事件都发生的概率就是每个单独概率的乘积。至少有一个发生的概率更适合用补集来求:P(至少一个发生) = 1 − P(一个都不发生)。
6. Tree Diagrams and Independent Events | 树形图与独立事件
Tree diagrams are a visual tool for sequencing events. When the events along branches are independent, the probabilities on the second set of branches remain the same regardless of the first outcome. For example, when tossing a fair coin twice, the second toss is independent of the first, so the probability of heads is always 1/2 on each branch.
树形图是排列事件顺序的直观工具。当各分支上的事件独立时,无论第一个结果如何,第二组分支上的概率都保持不变。例如,抛一枚公平硬币两次,第二次抛掷独立于第一次,因此每条分支上正面的概率始终为 1/2。
To find the probability of a complete path, multiply the probabilities along the branches. The sum of all path probabilities equals 1. Tree diagrams help avoid the mistake of adding probabilities when multiplication is required, and they make conditional probabilities visible even in independent settings.
要找出某条完整路径的概率,只需沿分支将概率相乘。所有路径概率之和等于 1。树形图有助于避免应该相乘时却用了相加的错误,并且即使在独立的情境下也能使条件概率一目了然。
7. Independent Events in Real-World Contexts | 现实情境中的独立事件
Many real-world phenomena can be modelled using independent events, though true independence is rare. In IB questions, you will encounter scenarios like flipping coins, rolling dice, spinning spinners, drawing cards with replacement, or selecting items from large populations where removing one does not significantly change probabilities. Independence assumptions are also made in binomial distributions, where each trial is identical and independent.
现实世界中的许多现象都可以用独立事件来建模,尽管真正的完全独立并不多见。在 IB 考题中,你会遇到诸如抛硬币、掷骰子、转动转盘、有放回抽牌,或从大总体中抽取物品等场景(抽走一个对概率影响不大)。二项分布中也假设了每次试验相同且独立。
It is essential to recognise when sampling is performed without replacement from a small population. In that case, events are not independent because the probabilities change after each selection. The hypergeometric distribution is used when independence cannot be assumed, but this is beyond typical SL content.
必须能识别什么时候是从小总体中无放回地抽样。这种情况下事件并不独立,因为每次选择后概率都会发生变化。当不能假设独立性时,会使用超几何分布,但这超出了普通 SL 课程范围。
8. Common Misconceptions | 常见误解
A widespread misunderstanding is the gambler’s fallacy, where a person believes that after a series of independent events the opposite outcome is ‘due’. For example, after seeing five reds on a roulette wheel, they think black is more likely on the next spin. In reality, if the spins are independent, the probability remains unchanged. Another misconception is assuming that events are independent just because they appear unrelated; only the mathematical definition confirms independence.
一个普遍的误解是赌徒谬误,即认为在一系列独立事件之后,相反的结果“该出现了”。例如,看到轮盘连续五次红色后,认为下一次黑色更可能出现。实际上,如果每次转动独立,概率保持不变。另一个误解是仅仅因为事件看起来无关就假定它们独立;只有数学定义才能确认独立性。
Also, students sometimes apply the multiplication rule to events that are not independent, leading to incorrect results. Always verify independence before multiplying probabilities.
此外,学生有时会将乘法法则应用于不独立的事件,导致错误的结果。务必在相乘概率之前验证独立性。
9. Worked Example 1: Tossing Coins | 例题1:抛硬币
Problem: A fair coin is tossed three times. Find the probability of getting exactly two heads.
题目:抛一枚公平硬币三次。求恰好得到两次正面的概率。
Solution: Each toss is independent with P(Heads) = 1/2. The number of heads follows a binomial distribution. The probability of a specific sequence, e.g., HHT, is (1/2)³ = 1/8. There are 3C2 = 3 such sequences (HHT, HTH, THH). Therefore, P(exactly 2 heads) = 3 × (1/8) = 3/8.
解答:每次抛掷独立,P(正面) = 1/2。正面出现的次数服从二项分布。特定序列(例如 HHT)的概率为 (1/2)³ = 1/8。共有 3C2 = 3 种这样的序列(HHT, HTH, THH)。因此,P(恰好 2 次正面) = 3 × (1/8) = 3/8。
We can also use a tree diagram. The three paths with probability 1/8 each sum to 3/8, confirming the result.
我们也可以使用树形图。三条概率为 1/8 的路径相加得到 3/8,证实了这一结果。
10. Worked Example 2: Rolling Dice and Selecting Cards | 例题2:掷骰子与抽牌
Problem: A fair six-sided die is rolled, and independently a card is drawn from a standard deck of 52 cards. What is the probability that the die shows an even number AND the card is a heart?
题目:掷一枚公平的六面骰子,同时独立地从标准 52 张扑克牌中抽一张牌。求骰子显示偶数且抽到的牌是红心的概率。
Solution: P(even number) = 3/6 = 1/2. P(heart) = 13/52 = 1/4. Since the events are independent, P(even AND heart) = (1/2) × (1/4) = 1/8.
解答:P(偶数) = 3/6 = 1/2。P(红心) = 13/52 = 1/4。因为两事件独立,P(偶数且红心) = (1/2) × (1/4) = 1/8。
Now consider a follow-up: What is the probability that the card is a heart given that the die showed an even number? Because of independence, the conditional probability is simply P(heart) = 1/4. Checking the definition: P(heart|even) = P(heart ∩ even) / P(even) = (1/8) / (1/2) = 1/4, which matches.
再思考一个后续问题:已知骰子显示偶数,求抽到的牌是红心的概率。由于独立,条件概率就是 P(红心) = 1/4。用定义检验:P(红心|偶数) = P(红心 ∩ 偶数) / P(偶数) = (1/8) / (1/2) = 1/4,吻合。
11. Practice Problems | 练习题
Try these IB-style questions to consolidate your understanding:
尝试以下 IB 风格的题目以巩固理解:
- Problem 1: Events A and B are such that P(A) = 0.4, P(B) = 0.5, and P(A ∪ B) = 0.7. Are A and B independent? Justify your answer. (Hint: Use the addition rule to find P(A ∩ B).)
- 问题1: 事件 A 和 B 满足 P(A) = 0.4,P(B) = 0.5,P(A ∪ B) = 0.7。A 与 B 是否独立?请证明你的答案。(提示:用加法法则求出 P(A ∩ B)。)
- Problem 2: A bag contains 5 red and 3 blue marbles. Two marbles are drawn with replacement. Find the probability that both are red.
- 问题2: 一个袋中有 5 个红弹珠和 3 个蓝弹珠。有放回地抽取两个弹珠。求两个都是红色的概率。
- Problem 3: In a certain school, 30% of students play an instrument and 20% participate in a sport. If the two activities are independent, what percentage of students do both activities?
- 问题3: 在某所学校,30% 的学生演奏乐器,20% 参加体育运动。若这两项活动相互独立,那么同时参加两项活动的学生占百分之几?
- Problem 4: A biased coin has P(Heads) = 0.6. The coin is tossed twice. Find the probability of at least one tails.
- 问题4: 一枚偏心硬币的 P(正面) = 0.6。抛该硬币两次。求至少出现一次反面的概率。
Solutions can be found using the product rule, complement rule, and formal independence test. Check that for Problem 1, P(A ∩ B) should be 0.2, and since P(A)×P(B) = 0.2, the events are independent.
解答可使用乘法法则、补集法则和正式的独立性检验得出。检查问题1,P(A ∩ B) 应为 0.2,且 P(A)×P(B)=0.2,因此事件独立。
12. Summary | 总结
Independent events form a cornerstone of probability theory. The key points to remember are:
独立事件构成了概率论的基石。需要记住的要点如下:
- Independence is defined by P(A ∩ B) = P(A) × P(B).
- 独立性由 P(A ∩ B) = P(A) × P(B) 定义。
- For independent events, conditional probability P(A|B) = P(A).
- 对于独立事件,条件概率 P(A|B) = P(A)。
- Independence is not the same as mutual exclusivity; in fact, non-zero mutually exclusive events are dependent.
- 独立与互斥不同;事实上,非零概率的互斥事件是相依的。
- Multiplication rule applies directly only when independence is confirmed or clearly stated.
- 只有在独立性被确认或明确说明时,才能直接应用乘法法则。
- Tree diagrams can visually represent independent sequences and help to correctly compute compound probabilities.
- 树形图可以直观地表示独立序列,并有助于正确计算复合概率。
Keep practising with diverse examples, and always ask yourself whether the outcome of one trial genuinely leaves the probability of another unaffected. Mastery of independence will make the study of binomial distributions, normal approximations, and hypothesis testing much smoother.
通过多样化的例题持续练习,并始终自问一次试验的结果是否真正不改变另一次试验的概率。掌握独立性将使得二项分布、正态近似以及假设检验的学习更加顺畅。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply