📚 Set Operations and Probability Relations | 集合运算与概率关系全解析
Set theory forms the logical foundation of probability. In IB Mathematics, understanding how unions, intersections, and complements relate to probability rules allows students to solve complex problems systematically.
集合论是概率论的逻辑基础。在IB数学中,理解并集、交集与补集如何与概率法则相联系,能够帮助学生系统地解决复杂问题。
1. Basic Set Notation | 基本集合符号回顾
A set is a collection of distinct objects, often denoted by capital letters such as A, B, or S. The universal set S contains all possible outcomes of an experiment.
集合是不同对象的总体,通常用大写字母如 A、B 或 S 表示。全集 S 包含一次试验的所有可能结果。
The empty set ∅ contains no elements. The symbol ∈ means “is an element of”, while ∉ means “is not an element of”.
空集 ∅ 不含任何元素。符号 ∈ 表示“属于”,∉ 表示“不属于”。
Key notation: A′ or Aᶜ denotes the complement of A, meaning all elements in S that are not in A. The cardinality n(A) counts the number of elements in A.
关键符号:A′ 或 Aᶜ 表示 A 的补集,即 S 中所有不属于 A 的元素。基数 n(A) 表示 A 中元素的个数。
2. Union, Intersection and Complement | 并集、交集与补集
The union A ∪ B is the set of elements that belong to A, to B, or to both. The intersection A ∩ B contains elements belonging to both A and B.
并集 A ∪ B 是属于 A、属于 B 或同时属于两者的元素所组成的集合。交集 A ∩ B 包含同时属于 A 和 B 的元素。
The complement of A, written A′, is defined as A′ = S \ A. This set contains every element of the universal set that is not in A.
补集 A′ 定义为 A′ = S \ A,即全集中所有不属于 A 的元素。
A ∪ B = B ∪ A, A ∩ B = B ∩ A, (A′)′ = A
Commutative laws hold for union and intersection, while the complement of a complement returns the original set.
并集与交集满足交换律,而补集的补集回到原集合。
3. Mutually Exclusive Events and the Addition Rule | 互斥事件与加法法则
Two events A and B are mutually exclusive if they cannot occur simultaneously. In set terms, A ∩ B = ∅.
两个事件 A 和 B 互斥意味着它们不能同时发生。用集合语言表达,即 A ∩ B = ∅。
For mutually exclusive events, the probability of A ∪ B is the sum of their individual probabilities.
对于互斥事件,A ∪ B 的概率等于各自概率之和。
P(A ∪ B) = P(A) + P(B) when A ∩ B = ∅
If events are not mutually exclusive, the addition rule must subtract the intersection probability.
如果事件并不互斥,加法法则必须减去交集的概率。
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
4. Conditional Probability | 条件概率
Conditional probability P(A | B) measures the probability that event A occurs given that event B has already occurred.
条件概率 P(A | B) 衡量在事件 B 已经发生的前提下,事件 A 发生的概率。
The fundamental formula relates conditional probability to the intersection of A and B.
基本公式将条件概率与 A 和 B 的交集联系起来。
P(A | B) = P(A ∩ B) / P(B), P(B) ≠ 0
Rearranging gives the multiplication rule: P(A ∩ B) = P(A | B) · P(B). This rule is essential for solving sequential events.
重新整理得到乘法法则:P(A ∩ B) = P(A | B) · P(B)。这一法则对解决连续事件至关重要。
5. Independent Events | 独立事件
Events A and B are independent if the occurrence of one does not affect the probability of the other. In set terms, P(A | B) = P(A) and P(B | A) = P(B).
若一个事件的发生不影响另一个事件的概率,则称事件 A 和 B 独立。用集合语言表示,P(A | B) = P(A) 且 P(B | A) = P(B)。
For independent events, the multiplication rule simplifies to the product of individual probabilities.
对于独立事件,乘法法则简化为各自概率的乘积。
P(A ∩ B) = P(A) × P(B)
Independence is not the same as mutual exclusivity. In fact, two non-empty mutually exclusive events cannot be independent unless one has probability zero.
独立性与互斥性并不相同。事实上,两个非空互斥事件不可能独立,除非其中一个概率为零。
6. Venn Diagrams and Probability | 文氏图与概率
Venn diagrams provide a visual representation of sets and their probabilities. Each region corresponds to a specific combination of events.
文氏图提供了集合及其概率的可视化表示。每一个区域对应事件的一种特定组合。
- Region A only: P(A ∩ B′)
- Region B only: P(A′ ∩ B)
- Region both: P(A ∩ B)
- Region neither: P(A′ ∩ B′)
Notice that A ∪ B = (A ∩ B′) ∪ (A ∩ B) ∪ (A′ ∩ B), and these three regions are mutually exclusive. This partition helps verify probability calculations.
注意 A ∪ B = (A ∩ B′) ∪ (A ∩ B) ∪ (A′ ∩ B),这三个区域互斥。这种划分有助于验证概率计算。
From the universal set, the total probability equals 1: P(A ∩ B) + P(A ∩ B′) + P(A′ ∩ B) + P(A′ ∩ B′) = 1.
由全集可知,总概率等于1:P(A ∩ B) + P(A ∩ B′) + P(A′ ∩ B) + P(A′ ∩ B′) = 1。
7. De Morgan’s Laws in Probability | 德摩根定律在概率中的应用
De Morgan’s laws connect complements with unions and intersections. For sets A and B:
德摩根定律将补集与并集、交集联系起来。对于集合 A 和 B:
(A ∪ B)′ = A′ ∩ B′
(A ∩ B)′ = A′ ∪ B′
These laws translate directly into probability statements. For example, P(A′ ∩ B′) = P((A ∪ B)′) = 1 − P(A ∪ B).
这些定律可直接转化为概率表达式。例如,P(A′ ∩ B′) = P((A ∪ B)′) = 1 − P(A ∪ B)。
They are especially useful when calculating the probability of “at least one” event, since P(A ∪ B) = 1 − P(A′ ∩ B′).
它们在计算“至少一个事件发生”的概率时尤为有用,因为 P(A ∪ B) = 1 − P(A′ ∩ B′)。
8. Total Probability and Bayes’ Theorem | 全概率公式与贝叶斯定理
If events B₁, B₂, …, Bₙ form a partition of the sample space, then for any event A the law of total probability states:
若事件 B₁, B₂, …, Bₙ 构成样本空间的一个划分,则对任意事件 A,全概率公式为:
P(A) = Σ P(A | Bᵢ) × P(Bᵢ)
Bayes’ theorem reverses the condition, allowing us to find P(Bᵢ | A) from P(A | Bᵢ).
贝叶斯定理将条件反向,使我们能够从 P(A | Bᵢ) 求出 P(Bᵢ | A)。
P(Bᵢ | A) = P(A | Bᵢ) × P(Bᵢ) / P(A)
This theorem is particularly valuable in diagnostic testing and decision analysis, where we observe an effect and need to infer its cause.
该定理在诊断测试和决策分析中尤其重要,因为我们常常观察到结果而需要推断原因。
9. Counting Outcomes and Probabilities | 计数结果与概率
Probability can often be computed by counting equally likely outcomes. If S is a finite sample space and all outcomes are equally likely, then:
概率通常可以通过计算等可能结果的数目得到。若 S 是有限样本空间且所有结果等可能,则:
P(A) = n(A) / n(S)
This formula integrates set theory with combinatorics. For example, when drawing cards or rolling dice, n(A) is determined by listing or using combinatorial rules.
该公式将集合论与组合数学相结合。例如在抽牌或掷骰子时,n(A) 通过列举或组合规则确定。
Always verify that the events are equally likely before using this ratio. Unequal probabilities require the addition or multiplication rules instead.
在使用这个比值前,务必确认各结果等可能。若概率不等,则应改用加法或乘法法则。
10. Common Pitfalls and Exam Tips | 常见易错点与考试技巧
Students often confuse disjoint events with independent events. Disjoint means A ∩ B = ∅, while independence requires P(A ∩ B) = P(A)P(B).
学生常把互斥事件与独立事件混淆。互斥要求 A ∩ B = ∅,而独立要求 P(A ∩ B) = P(A)P(B)。
| Concept | Definition | Probability condition |
| Mutually exclusive | Cannot happen together | P(A ∩ B) = 0 |
| Independent | One event does not affect the other | P(A ∩ B) = P(A)P(B) |
Another common mistake is applying P(A ∪ B) = P(A) + P(B) when events overlap. Always subtract the intersection unless you have proved it is zero.
另一个常见错误是在事件重叠时直接使用 P(A ∪ B) = P(A) + P(B)。除非已经证明交集概率为零,否则必须减去交集。
When using complements, remember P(A′) = 1 − P(A). This is often easier than calculating the probability of a complex event directly.
使用补集时,记住 P(A′) = 1 − P(A)。这往往比直接计算复杂事件的概率更简单。
11. Worked Examples | 例题精讲
Example 1: In a class of 30 students, 18 study Mathematics, 15 study Physics, and 10 study both. What is the probability that a randomly chosen student studies at least one of these subjects?
例1:某班有30名学生,18人学数学,15人学物理,10人两科都学。随机选一名学生,他至少学习其中一科的概率是多少?
Let M be the set of Mathematics students and P be the set of Physics students. Then n(M) = 18, n(P) = 15, n(M ∩ P) = 10.
设 M 为学数学的学生集合,P 为学物理的学生集合。则 n(M) = 18,n(P) = 15,n(M ∩ P) = 10。
P(M ∪ P) = 18/30 + 15/30 − 10/30 = 23/30
Example 2: Two fair dice are rolled. Find the probability that the sum is 7 given that one die shows a 3.
例2:掷两枚均匀骰子。已知至少一枚骰子显示3,求点数之和为7的概率。
Let A be the event “sum is 7” and B be the event “at least one die shows 3”. The outcomes in B are (3,1), (3,2), (3,3), (3,4), (3,5), (3,6), (1,3), (2,3), (4,3), (5,3), (6,3), so n(B) = 11. The outcomes in A ∩ B are (3,4) and (4,3), so n(A ∩ B) = 2.
设 A 为“点数之和为7”的事件,B 为“至少一枚显示3”的事件。B 的结果为 (3,1), (3,2), (3,3), (3,4), (3,5), (3,6), (1,3), (2,3), (4,3), (5,3), (6,3),故 n(B) = 11。而 A ∩ B 的结果为 (3,4) 和 (4,3),所以 n(A ∩ B) = 2。
P(A | B) = 2/11
12. Summary | 总结
Mastering set operations is essential for understanding probability rules in IB Mathematics. Union, intersection, and complement provide the language for expressing events, while conditional probability and independence build on these operations.
掌握集合运算是理解IB数学中概率法则的关键。并集、交集与补集为表达事件提供了语言,而条件概率与独立性则建立在这些运算之上。
Remember the addition rule with its intersection correction, the multiplication rule based on conditional probability, and De Morgan’s laws for complements. Use Venn diagrams to visualize problems and partition the sample space when applying total probability.
请记住包含交集修正的加法法则、基于条件概率的乘法法则,以及用于补集的德摩根定律。利用文氏图将问题可视化,并在应用全概率公式时对样本空间进行划分。
With consistent practice, these tools transform abstract set theory into powerful problem-solving techniques for both Paper 2 and internal assessments.
通过持续练习,这些工具能将抽象的集合论转化为解决 Paper 2 和内部评估中问题的强大技巧。
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