📚 Sets and Probability | 集合与概率
Sets and probability form the bedrock of logical reasoning in IB Mathematics. A firm grasp of set language helps in organising outcomes, while probability quantifies uncertainty. This article covers essential concepts from basic notation to conditional probability, independence, and exam-style applications. By the end, you will be able to interpret Venn diagrams, apply addition and multiplication rules, and use tree diagrams with confidence.
集合与概率是 IB 数学中逻辑推理的基石。牢固掌握集合语言有助于整理结果,而概率则量化不确定性。本文涵盖从基本符号到条件概率、独立性和考试风格应用的核心概念。最终,你将能够自信地解读文氏图,运用加法与乘法法则,并使用树图解决问题。
1. Basic Concepts of Sets | 集合的基本概念
A set is a well-defined collection of distinct objects, called elements or members. The order of elements does not matter, and repetitions are ignored.
集合是一些明确定义的、互不相同的对象的全体,这些对象称为元素。元素顺序无关紧要,重复的元素只算一次。
We use the symbol ∈ to denote membership: if x is in set A, we write x ∈ A. The negation is x ∉ A. The empty set, containing no elements, is denoted by ∅.
我们用符号 ∈ 表示属于:若 x 在集合 A 中,记作 x ∈ A;不属于则记作 x ∉ A。不含任何元素的集合称为空集,记作 ∅。
A set B is a subset of A, written B ⊆ A, if every element of B is also in A. If B is a subset but not equal to A, we may write B ⊂ A to emphasise a proper subset.
若集合 B 的每个元素都在集合 A 中,则称 B 是 A 的子集,记作 B ⊆ A。若 B 是子集但不等于 A,可记作 B ⊂ A,强调是真子集。
The universal set ξ (or U) contains all elements under consideration within a given context. The complement of A, denoted by A′ or Aᶜ, is the set of all elements in ξ that are not in A.
全集 ξ(或 U)包含了在给定背景下考虑的所有元素。A 的补集,记作 A′ 或 Aᶜ,是 ξ 中所有不属于 A 的元素的集合。
2. Set Notation and Representation | 集合的表示法与符号
Sets can be described by listing elements between braces, such as A = {2, 4, 6, 8}, or by set-builder notation, e.g., B = {x | x is an even positive integer less than 10}. Vertical bar ‘|’ means ‘such that’.
集合可以用列举法表示,如 A = {2, 4, 6, 8},也可以用描述法,如 B = {x | x 是小于 10 的正偶数}。竖线 “|” 表示 “使得”。
Common sets in IB Mathematics include the natural numbers ℕ, integers ℤ, rational numbers ℚ, and real numbers ℝ. Intervals can be expressed as subsets of ℝ, e.g., [2, 5) = {x ∈ ℝ | 2 ≤ x < 5}.
IB 数学中常见集合有自然数集 ℕ、整数集 ℤ、有理数集 ℚ 和实数集 ℝ。区间可以表示为 ℝ 的子集,例如 [2, 5) = {x ∈ ℝ | 2 ≤ x < 5}。
Key operations on sets are union A ∪ B (elements in A or B or both), intersection A ∩ B (elements in both A and B), and difference A \ B (elements in A but not in B).
集合的基本运算有并集 A ∪ B(属于 A 或 B 或两者的元素)、交集 A ∩ B(同时属于 A 和 B 的元素)以及差集 A \ B(属于 A 但不属于 B 的元素)。
| Operation | Symbol | Meaning |
|---|---|---|
| Union | A ∪ B | All elements in A or B |
| Intersection | A ∩ B | Elements common to both A and B |
| Complement | A′ | Elements not in A |
| Difference | A \ B | Elements in A but not in B |
3. Venn Diagrams and Set Operations | 文氏图与集合运算
Venn diagrams use overlapping circles within a rectangle (the universal set) to visualise relationships among up to three sets. The rectangle represents ξ, and each circle represents a set.
文氏图使用矩形(全集)内的重叠圆来直观展示最多三个集合之间的关系。矩形代表 ξ,每个圆代表一个集合。
For two sets A and B, the rectangle is divided into four regions: only A, only B, both A and B (A ∩ B), and neither. Shading helps identify combinations like (A ∪ B)′.
对于两个集合 A 和 B,矩形被分为四个区域:仅 A,仅 B,同时属于 A 和 B(A ∩ B),以及都不属于。通过填涂阴影可识别出像 (A ∪ B)′ 这样的组合。
When three sets A, B, C are used, the diagram yields up to eight regions. You must systematically label intersection areas such as A ∩ B, B ∩ C, A ∩ C, and A ∩ B ∩ C.
当使用三个集合 A、B、C 时,文氏图最多产生八个区域。你必须系统标注交集区域,如 A ∩ B, B ∩ C, A ∩ C 以及 A ∩ B ∩ C。
Counting elements within Venn diagrams helps solve probability problems by converting region counts to probabilities or frequencies.
统计文氏图中的元素数量,可以将区域计数转换为概率或频数,从而帮助解决概率问题。
4. Basic Probability Concepts | 概率的基本概念
Probability measures how likely an event is to occur, ranging from 0 (impossible) to 1 (certain). It can be expressed as a fraction, decimal, or percentage.
概率衡量某个事件发生的可能性,取值范围从 0(不可能)到 1(必然)。它可以用分数、小数或百分比表示。
For a random experiment with equally likely outcomes, the probability of event A is given by P(A) = n(A) / n(S), where S is the sample space and n(S) the total number of outcomes.
对于等可能结果的随机试验,事件 A 的概率由 P(A) = n(A) / n(S) 给出,其中 S 是样本空间,n(S) 是结果总数。
The complement rule states that P(A′) = 1 – P(A). This is extremely useful when calculating ‘at least one’ type probabilities.
补集规则指出 P(A′) = 1 – P(A)。这在计算 “至少一个” 类型的概率时极为有用。
All probability values assigned to a set of mutually exclusive and exhaustive events must sum to exactly 1. Checking this sum is a good verification step.
赋予一组互斥且穷尽的事件的所有概率值之和必须恰好为 1。检查这一总和是一个很好的验证步骤。
5. Sample Space and Events | 样本空间与事件
The sample space S is the set of all possible outcomes of an experiment. An event is any subset of S. For example, when rolling a die, S = {1, 2, 3, 4, 5, 6} and the event ‘even number’ is E = {2, 4, 6}.
样本空间 S 是试验所有可能结果的集合。事件是 S 的任意子集。例如掷一个骰子,S = {1, 2, 3, 4, 5, 6},事件 “出现偶数” 为 E = {2, 4, 6}。
You can represent a sample space using a list, a two-way table, or a tree diagram. A two-way table is particularly helpful for combined events, such as tossing a coin and rolling a die.
你可以用列表、双向表或树图表示样本空间。双向表对于复合事件特别有用,例如同时抛硬币和掷骰子。
When events are defined in terms of sets, the event A ∩ B means both A and B occur, while A ∪ B means at least one of them occurs. The empty set ∅ corresponds to an impossible event.
当事件用集合定义时,事件 A ∩ B 表示 A 和 B 同时发生,而 A ∪ B 表示至少其中一个发生。空集 ∅ 对应不可能事件。
In IB exam questions, carefully read whether events are described in words or via set notation so you can translate them into the appropriate Venn diagram region or probability calculation.
在 IB 考题中,仔细阅读事件是用文字描述还是用集合符号表示,以便将其转换为相应的文氏图区域或概率计算。
6. Mutually Exclusive Events and the Addition Rule | 互斥事件与加法法则
Two events A and B are mutually exclusive (or disjoint) if they cannot occur at the same time, i.e., A ∩ B = ∅. For example, drawing a red card and a black card from a standard deck in a single draw are mutually exclusive.
如果两个事件 A 和 B 不能同时发生,即 A ∩ B = ∅,则称它们互斥(或不相交)。例如,从一副标准扑克牌中抽一张牌,抽到红牌和黑牌是互斥的。
The general addition rule for any two events is P(A ∪ B) = P(A) + P(B) – P(A ∩ B). This avoids double-counting the intersection.
任意两个事件的一般加法法则是 P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。这避免了交集部分被重复计算。
If A and B are mutually exclusive, then P(A ∩ B) = 0, and the formula simplifies to P(A ∪ B) = P(A) + P(B).
若 A 与 B 互斥,则 P(A ∩ B) = 0,公式简化为 P(A ∪ B) = P(A) + P(B)。
Be careful: many students incorrectly assume events are mutually exclusive when they are not. Always check whether the intersection is possible, even if it seems unlikely.
请注意:许多学生错误地假设事件互斥,而实际上并非如此。始终检查交集是否可能,即使它看起来可能性很小。
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
7. Conditional Probability | 条件概率
Conditional probability P(A | B) is the probability that event A occurs given that event B has already occurred. It redefines the sample space as B.
条件概率 P(A | B) 是在已知事件 B 已经发生的条件下,事件 A 发生的概率。它将样本空间缩小为 B。
The formula is P(A | B) = P(A ∩ B) / P(B), provided P(B) > 0. This can be rearranged to the multiplication rule: P(A ∩ B) = P(B) × P(A | B) = P(A) × P(B | A).
公式为 P(A | B) = P(A ∩ B) / P(B),前提是 P(B) > 0。可变形为乘法法则:P(A ∩ B) = P(B) × P(A | B) = P(A) × P(B | A)。
Conditional probability is best visualised with a Venn diagram or a tree diagram. When using a Venn diagram, P(A | B) equals the probability mass of A ∩ B relative to the mass of B.
条件概率最好用文氏图或树图来直观理解。使用文氏图时,P(A | B) 等于 A ∩ B 的概率质量相对于 B 的质量。
In IB problems, you often need to extract conditional probabilities from a two-way table or a text description, then use them in further calculations.
在 IB 问题中,你经常需要从双向表或文字描述中提取条件概率,然后用其进一步计算。
P(A | B) = P(A ∩ B) / P(B)
8. Independent Events | 独立事件
Events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, independence is defined by P(A ∩ B) = P(A) × P(B).
若事件 A 和 B 的发生互不影响,则称它们独立。数学上,独立性由 P(A ∩ B) = P(A) × P(B) 定义。
An equivalent condition is that P(A | B) = P(A) and P(B | A) = P(B), provided the conditional probabilities are defined. All three forms can be used to test for independence.
等价的判断条件是 P(A | B) = P(A) 且 P(B | A) = P(B),前提是条件概率有定义。这三种形式都可用于检验独立性。
Do not confuse ‘independent’ with ‘mutually exclusive’: mutually exclusive events with non-zero probabilities are never independent because P(A ∩ B) = 0, while P(A) × P(B) ≠ 0.
不要混淆 “独立” 与 “互斥”:非零概率的互斥事件绝不独立,因为 P(A ∩ B) = 0,而 P(A) × P(B) ≠ 0。
In exam questions, you may be asked to show that events are independent using given probabilities, or to deduce missing values by assuming independence.
在考题中,你可能需要利用给定概率证明事件独立,或通过假设独立性推导缺失数值。
Independent: P(A ∩ B) = P(A) × P(B)
9. Introduction to Bayes’ Theorem | 贝叶斯定理简介
Bayes’ theorem connects conditional probabilities that are ‘reversed’. It states that P(B | A) = [P(A | B) × P(B)] / P(A), where P(A) can be found via the law of total probability.
贝叶斯定理连接了 “逆向” 的条件概率。其表述为 P(B | A) = [P(A | B) × P(B)] / P(A),其中 P(A) 可通过全概率公式求得。
This theorem is particularly useful when you know P(A | B) but need P(B | A), a common scenario in diagnostic testing, quality control, and more advanced IB probability questions.
当你知道 P(A | B) 但需要求 P(B | A) 时,该定理特别有用——这是诊断检验、质量控制以及更高阶 IB 概率题中的常见情形。
Using a probability tree diagram often simplifies the application of Bayes’ theorem. You multiply along branches to find joint probabilities, then sum relevant branch products for the denominator.
使用概率树图常常能简化贝叶斯定理的应用。沿分支相乘得到联合概率,然后将相关分支乘积求和作为分母。
Although Bayes’ theorem is not always explicitly required, an understanding of reversing conditions using trees and formulas prepares you for high-mark questions.
虽然贝叶斯定理并不总被明确要求,但理解如何使用树图和公式反向求条件概率,能让你更好地应对高分题目。
10. Probability Tree Diagrams | 概率树形图
Tree diagrams are essential for multi-stage experiments. Each set of branches represents possible outcomes from one stage, and probabilities are written along the branches.
树图对于多阶段试验至关重要。每组树枝代表一个阶段可能的结果,概率写在树枝旁。
The sum of probabilities on branches emerging from a single node must equal 1. To find the probability of a complete path (compound event), multiply the branch probabilities along that path.
从同一节点伸出的各分支概率之和必须为 1。要求某个完整路径(复合事件)的概率,把沿途各分支概率相乘。
If more than one path leads to a favourable outcome, add the path probabilities. This is the multiplication-and-addition rule in action.
如果有多条路径导向有利结果,就将这些路径概率相加。这就是乘法与加法规则的结合运用。
Tree diagrams are especially powerful for conditional probability: at the second stage, probabilities are typically conditional on the first stage’s outcome.
树图在处理条件概率时尤为强大:在第二阶段,概率通常以第一阶段的结果为条件。
When a question involves ‘without replacement’, always reduce the denominator for subsequent branches, as outcomes become dependent.
当问题涉及 “不放回” 时,务必在后续分支中减小分母,因为结果是相关的。
11. Venn Diagrams and Probability Combined | 文氏图与概率综合
Many IB questions require you to fill in probabilities directly onto a Venn diagram. Start by placing the intersection probabilities, then work outwards to find ‘only’ regions.
许多 IB 题目要求直接将概率填入文氏图。从交集概率开始,然后向外推导出 “仅属于某集” 的区域。
Given a Venn diagram with region probabilities, you can compute conditional probabilities by taking the ratio of the required intersection to the probability of the conditioning event.
给定带有区域概率的文氏图,可以通过将所需交集概率除以条件事件概率来计算条件概率。
Often a problem provides probabilities like P(A) = 0.5, P(B) = 0.4, and P(A ∪ B) = 0.7. Use P(A ∩ B) = P(A) + P(B) – P(A ∪ B) to find missing intersection, then complete the diagram.
常见题型会给出 P(A) = 0.5, P(B) = 0.4, 且 P(A ∪ B) = 0.7 这样的条件。利用 P(A ∩ B) = P(A) + P(B) – P(A ∪ B) 求出缺失的交集,再补全文氏图。
You can also test independence from a Venn diagram: if the product of individual probabilities equals the intersection probability, the events are independent.
你也可以从文氏图中检验独立性:若单独概率的乘积等于交集概率,则事件独立。
Always double-check that all disjoint region probabilities sum to 1, and that any given complements make sense within the universal set.
始终仔细检查所有不相交区域概率之和是否为 1,并确保所有给出的补集概率在全集中合理。
12. Common Mistakes and Exam Tips | 常见错误与考试提示
Mistake 1: Using the addition rule without subtracting the intersection, leading to double-counting. Always use P(A ∪ B) = P(A) + P(B) – P(A ∩ B) unless you are certain A and B are mutually exclusive.
错误一:使用加法法则时不减去交集,导致重复计算。除非你确认 A 与 B 互斥,否则务必使用 P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。
Mistake 2: Assuming events are independent simply because they seem unrelated. Verify using the product rule or conditional probabilities.
错误二:仅因事件看似无关就假设它们独立。要通过乘积规则或条件概率加以验证。
Mistake 3: Misinterpreting ‘given that’ problems. Underline the condition to help redefine the sample space, then apply P(A | B) = P(A ∩ B) / P(B).
错误三:误解 “已知…的条件下” 类问题。用下划线标出条件部分,以帮助重新确定样本空间,然后应用 P(A | B) = P(A ∩ B) / P(B)。
Exam tip: When a question asks for ‘at least one’, consider using the complement rule: P(at least one) = 1 – P(none). This often simplifies calculations drastically.
考试提示:当问题涉及 “至少一个” 时,考虑使用补集规则:P(至少一个) = 1 – P(一个都没有)。这往往能极大简化计算。
Finally, present your working logically. Draw Venn or tree diagrams where appropriate, label probabilities clearly, and write formulas before substituting numbers to earn method marks.
最后,有条理地展示解题过程。在适当时绘制文氏图或树图,清晰标注概率,并在代入数字前写出公式,以争取过程分。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply