📚 IB AQA Mathematics: Probability Key Points Explained | IB AQA 数学:概率 考点精讲
Probability is a fundamental topic in both IB and AQA mathematics syllabi, underpinning statistical reasoning and decision-making. This article distils essential concepts, formulas, and techniques required for the exam, from basic sample spaces to advanced topics such as Bayes’ theorem and binomial distributions. Each section pairs English and Chinese explanations to reinforce understanding, with clear notation and worked-style insights throughout.
概率是 IB 与 AQA 数学课程中的基石,支撑着统计推理与决策。本文提炼了考试所需的核心概念、公式与技巧,从基础样本空间到贝叶斯定理、二项分布等高级主题逐一展开。每个要点均以中英配对方式讲解,配合清晰的符号与解题式洞察,帮助同学巩固理解。
1. Basic Concepts and Sample Space | 基本概念与样本空间
Probability quantifies how likely an event is to occur, with a value always between 0 (impossible) and 1 (certain). The sample space, denoted S, is the set of all possible outcomes of an experiment. For equally likely outcomes, the probability of an event A is given by P(A) = n(A) / n(S), where n(A) is the number of favourable outcomes and n(S) is the total number of outcomes. For example, when rolling a fair six-sided die, S = {1, 2, 3, 4, 5, 6}, and P(rolling an even number) = 3/6 = 1/2.
概率衡量事件发生的可能性,取值永远在 0(不可能)到 1(必然)之间。样本空间 S 是实验所有可能结果的集合。对于等可能结果,事件 A 的概率由 P(A) = n(A) / n(S) 给出,其中 n(A) 为有利结果数,n(S) 为总结果数。例如,投掷一枚公平的六面骰子时,S = {1, 2, 3, 4, 5, 6},P(掷出偶数) = 3/6 = 1/2。
Sample spaces can be represented as lists, tables, or tree diagrams. In IB and AQA exams, you will often need to construct a systematic list or use the counting principle to determine n(S) and n(A). Always check whether outcomes are equally likely before applying the simple ratio formula. For experiments involving coins, dice, or cards, the assumption of fairness usually holds.
样本空间可用列表、表格或树图表示。在 IB 和 AQA 考试中,你经常需要构建系统列表或使用计数原理来确定 n(S) 和 n(A)。在套用简单比值公式前,务必检查结果是否等可能。对于涉及硬币、骰子或扑克牌的实验,通常假定公平性成立。
2. Mutually Exclusive Events and the Addition Rule | 互斥事件与加法法则
Two events A and B are mutually exclusive if they cannot occur at the same time: A ∩ B = ∅. In this case, the probability of A or B occurring is simply P(A ∪ B) = P(A) + P(B). For example, when drawing a single card from a deck, the events ‘drawing a heart’ and ‘drawing a club’ are mutually exclusive, so P(heart ∪ club) = 13/52 + 13/52 = 1/2.
若两事件 A 与 B 不能同时发生,则称互斥:A ∩ B = ∅。此时,A 或 B 发生的概率为 P(A ∪ B) = P(A) + P(B)。例如,从一副牌中抽一张牌,“抽到红心”与“抽到梅花”互斥,故 P(红心 ∪ 梅花) = 13/52 + 13/52 = 1/2。
If events are not mutually exclusive, we must avoid double-counting their overlap. The general addition rule is P(A ∪ B) = P(A) + P(B) − P(A ∩ B). This formula appears frequently in Venn diagram problems and contingency table questions. A common pitfall is forgetting to subtract the intersection, which leads to an overestimated probability.
若事件不互斥,则必须避免重复计算交集。一般加法公式为 P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。该公式在韦恩图与列联表问题中出现频繁。常见误区是忘记减去交集,从而导致概率被高估。
In exam settings, remember that ‘or’ typically signals the union, while ‘and’ signals the intersection. When events are guaranteed to be disjoint, you can safely use the simpler rule. Otherwise, always revert to the general form.
在考试情境中,请记住“或”通常表示并集,“且”表示交集。当事件被保证互斥时,可放心使用简单规则;否则请一律回归一般形式。
3. Independent Events and the Multiplication Rule | 独立事件与乘法法则
Two events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, independence is defined as P(A ∩ B) = P(A) × P(B). For instance, tossing a fair coin twice: the outcomes of the tosses are independent, so P(heads on 1st and heads on 2nd) = ½ × ½ = ¼.
若一事件的发生不影响另一事件的概率,则两事件 A 与 B 独立。独立性在数学上定义为 P(A ∩ B) = P(A) × P(B)。例如,投掷两次公平硬币:两次抛掷结果独立,故 P(第一次正面且第二次正面) = ½ × ½ = ¼。
Do not confuse independence with mutual exclusivity. Mutually exclusive events with positive probabilities cannot be independent because the occurrence of one makes the probability of the other zero. Use the product rule only when you have verified independence, either by context (e.g., repeated trials) or by checking P(A|B) = P(A).
切忌混淆独立与互斥。具有正概率的互斥事件不可能独立,因为一件发生会导致另一件概率变为零。只有在确认了独立性的前提下(通过上下文,例如重复试验,或验证 P(A|B) = P(A)),才可使用乘法法则。
For complex experiments, you can extend the multiplication rule: if events A, B, and C are mutually independent, P(A ∩ B ∩ C) = P(A)P(B)P(C). This extension is especially useful in probability tree calculations.
对于复杂实验,可推广乘法法则:若 A、B、C 相互独立,则 P(A ∩ B ∩ C) = P(A)P(B)P(C)。这一推广在概率树计算中特别有用。
4. Conditional Probability | 条件概率
Conditional probability measures the probability of event A occurring given that event B has already occurred. It is defined as P(A|B) = P(A ∩ B) / P(B), provided P(B) > 0. This formula allows us to update probabilities in light of new information. For example, if we know a card drawn is a spade, the probability it is an ace becomes P(ace|spade) = (1/52) / (13/52) = 1/13.
条件概率衡量在事件 B 已发生的条件下事件 A 发生的概率,定义为 P(A|B) = P(A ∩ B) / P(B),其中 P(B) > 0。该公式使我们能根据新信息更新概率。例如,若已知抽到的牌是黑桃,则它是 A 的概率为 P(A|黑桃) = (1/52) / (13/52) = 1/13。
Rearranging the definition yields the multiplication rule for dependent events: P(A ∩ B) = P(A|B) P(B) = P(B|A) P(A). This underpins tree diagram probabilities, where branch probabilities after the first stage are conditional. Always ensure the conditioning event is correctly identified; a common error is inverting the condition.
移项可得依赖事件乘法法则:P(A ∩ B) = P(A|B) P(B) = P(B|A) P(A)。这支撑着树图概率计算,其中第一阶段之后的分支概率是条件概率。务必正确识别条件事件;常见错误是颠倒了条件。
In IB exams, conditional probability is often tested via two-way tables, Venn diagrams, and word problems. Identifying the reduced sample space after conditioning is a powerful visual aid. In AQA papers, you may also need to determine whether events are independent by comparing P(A|B) with P(A).
在 IB 考试中,条件概率常通过双向表、韦恩图与文字题来考查。确定条件限定后的缩减样本空间是一个强大的可视化辅助手段。在 AQA 试卷中,你可能还需要通过比较 P(A|B) 与 P(A) 来判断事件是否独立。
5. Probability Tree Diagrams and Visual Tools | 概率树图与可视化工具
Tree diagrams provide an organised way to handle multi-stage experiments where events are either independent or conditional. Each branch is labelled with a probability. To find the probability of a complete path, multiply along the branches. For combined events reachable via multiple paths, add the path probabilities. For example, in drawing two balls without replacement from a bag with 3 red and 2 blue, the probability of getting exactly one red is (3/5 × 2/4) + (2/5 × 3/4) = 12/20 = 3/5.
树图为处理多阶段实验(无论事件独立或条件相关)提供了一种结构化的方式。每条分支标注相应概率。求路径概率时沿分支相乘;若多个路径通向同一组合事件,则概率相加。例如,从不放回的袋中(3红2蓝)取两球,恰好一红的概率为 (3/5 × 2/4) + (2/5 × 3/4) = 12/20 = 3/5。
Venn diagrams are equally important, especially for representing unions, intersections, and complements. A rectangle represents the sample space, circles represent events, and overlaps show intersections. Use them to verify the addition rule or to find missing probabilities, such as P(A’ ∩ B). Remember that the total probability in the sample space is 1.
韦恩图同样重要,尤其对于表示并集、交集与补集。矩形代表样本空间,圆圈代表事件,重叠部分显示交集。可用其验证加法法则或求缺失概率,如 P(A’ ∩ B)。记住样本空间内的总概率为 1。
For conditional probability, shading the reduced sample space can make the concept tangible. In AQA S1 and IB AI papers, you may also encounter frequency trees and contingency tables as alternative visual tools.
对于条件概率,给缩减后的样本空间涂上阴影可使概念更具体。在 AQA S1 与 IB AI 试卷中,你还可能遇到频率树与列联表等替代可视化工具。
6. Permutations and Combinations for Counting | 排列与组合计数
Many probability problems require counting possibilities efficiently. The fundamental counting principle states that if one task can be done in m ways and another in n ways, then both tasks can be done in m × n ways. Factorials are used heavily: n! = n × (n−1) × … × 2 × 1. A permutation is an ordered arrangement of r items from n distinct items: P(n, r) = n! / (n−r)!. A combination is a selection where order does not matter: C(n, r) = n! / (r! (n−r)!). This is often read as ‘n choose r’.
许多概率问题需要高效计数。基本计数原理指出,若一项任务有 m 种做法,另一项任务有 n 种做法,则两项任务先后完成共有 m × n 种方式。阶乘使用频繁:n! = n × (n−1) × … × 2 × 1。排列是从 n 个不同物品中取 r 个的有序排列:P(n, r) = n! / (n−r)!。组合是不计顺序的选择:C(n, r) = n! / (r! (n−r)!),通常读作“n 选 r”。
In exam contexts, the phrase ‘arrange’ or ‘line up’ suggests permutation; ‘select’ or ‘choose’ suggests combination. Watch for restrictions such as repeated items or items that must or must not be together. For permutations with repeated identical items, the formula is n! / (p! q! …), where p, q, … are the frequencies of the repeated items.
在考试情境中,“排列”或“排队”暗示排列;“选择”或“挑选”暗示组合。注意限制条件,如重复物品、物品必须或不得相邻等。对于含有重复相同物品的排列,公式为 n! / (p! q! …),其中 p、q 等为重复频率。
When applying combinations to probabilities, remember that P(event) = number of favourable selections / total number of selections. For example, in a lottery where 6 numbers are drawn from 49, the probability of matching all 6 is 1 / C(49, 6). This direct linking of counting to probability is a staple of IB and AQA questions.
在将组合应用于概率时,记住 P(事件) = 有利选择数 / 总选择数。例如,从 49 个号码中选 6 个的彩票,全中的概率为 1 / C(49, 6)。这种将计数直接与概率挂钩的方式是 IB 与 AQA 题目的核心。
7. Discrete Random Variables and Expected Value | 离散随机变量与期望值
A discrete random variable X takes a countable number of distinct values, each with an associated probability. Its probability distribution is often displayed in a table listing each value x and P(X = x). The sum of all probabilities must equal 1. The expected value E(X) (or mean μ) is calculated as E(X) = Σ [x · P(X = x)], representing the long-run average outcome.
离散随机变量 X 取可数个不同值,每个值对应一定概率。其概率分布常用表格列出每个 x 和 P(X = x)。所有概率之和必须等于 1。期望 E(X)(或均值 μ)按 E(X) = Σ [x · P(X = x)] 计算,代表长期平均结果。
The variance Var(X) measures the spread: Var(X) = E(X²) − [E(X)]² = Σ [x²·P(X = x)] − μ². The standard deviation is the square root of variance. In both IB and AQA, you may be asked to find E(X) and Var(X) for given distributions, and to interpret them in context. Key properties include E(aX + b) = aE(X) + b and Var(aX + b) = a²Var(X).
方差 Var(X) 衡量离散程度:Var(X) = E(X²) − [E(X)]² = Σ [x²·P(X = x)] − μ²。标准差是方差的平方根。在 IB 和 AQA 中,你可能需要求给定分布的 E(X) 与 Var(X),并在情境中加以解释。重要性质包括 E(aX + b) = aE(X) + b 以及 Var(aX + b) = a²Var(X)。
Problems often present an unknown probability that must be determined using the sum-of-probabilities condition or given information about expected value. This linear equation approach is a favourite examination technique. Always double-check that your final probabilities are all non-negative and sum to 1.
题目常给出未知概率,须通过概率和条件或给定期望值信息来求解。这种线性方程法是常见的考试手段。最后务必检查所有概率非负且和为 1。
8. The Binomial Distribution | 二项分布
The binomial distribution models the number of successes in a fixed number n of independent trials, each with the same probability of success p. We write X ~ B(n, p). The probability of exactly k successes is given by the formula P(X = k) = C(n, k) pᵏ (1−p)ⁿ⁻ᵏ, for k = 0, 1, 2, …, n. This distribution is discrete and has a finite support.
二项分布模型描述 n 次独立试验中成功次数的分布,每次试验成功率相同 p。记为 X ~ B(n, p)。恰好 k 次成功的概率由公式 P(X = k) = C(n, k) pᵏ (1−p)ⁿ⁻ᵏ 给出,k = 0, 1, 2, …, n。该分布是离散的,支持域有限。
The mean of a binomial random variable is E(X) = np, and the variance is Var(X) = np(1−p). These results can be used to solve for missing parameters, compare distributions, or approximate the shape. When n is large and p is close to 0.5, the distribution is roughly symmetric and bell-shaped; otherwise, it may be skewed.
二项随机变量的均值是 E(X) = np,方差是 Var(X) = np(1−p)。这些结果可用于求解缺失参数、比较分布或近似形状。当 n 较大且 p 接近 0.5 时,分布近似对称且呈钟形;否则可能出现偏态。
In IB exams, you must recognise the conditions for binomial: fixed n, independent trials, constant p, and binary outcomes (success/failure). In AQA, you also use cumulative binomial tables or calculator functions to find P(X ≤ k), P(X ≥ k), or intervals. Be careful with inequalities: ‘at least’ means ≥, ‘more than’ means >, and so on.
在 IB 考试中,你必须识别二项分布的条件:固定 n、独立试验、恒定 p、二元结果(成功/失败)。在 AQA 中,你还会使用累积二项分布表或计算器函数求 P(X ≤ k)、P(X ≥ k) 或区间。注意不等式:“至少”对应 ≥,“多于”对应 >,等等。
9. The Normal Distribution as a Continuous Model | 正态分布连续模型
The normal distribution is a continuous probability distribution that often appears in nature and measurement contexts. It is characterised by its mean μ and variance σ², denoted X ~ N(μ, σ²). The graph is a symmetric bell-shaped curve where the total area under the curve equals 1. Probabilities correspond to areas under the curve over an interval.
正态分布是一种连续概率分布,常出现在自然与测量情境中。它由均值 μ 和方差 σ² 刻画,记为 X ~ N(μ, σ²)。图像为对称钟形曲线,曲线下总面积为 1。概率即某区间曲线下的面积。
To find normal probabilities, we standardise to the Z-score: Z = (X − μ) / σ, where Z ~ N(0, 1). Tables or technology provide Φ(z) = P(Z ≤ z). For example, to find P(X ≤ a), compute zₐ = (a − μ)/σ and look up Φ(zₐ). The symmetry is useful: P(Z ≤ −z) = 1 − P(Z ≤ z).
为求正态概率,我们将其标准化为 Z 分数:Z = (X − μ) / σ,其中 Z ~ N(0, 1)。通过查表或技术可得 Φ(z) = P(Z ≤ z)。例如,要求 P(X ≤ a),先计算 zₐ = (a − μ)/σ 再查 Φ(zₐ)。对称性很实用:P(Z ≤ −z) = 1 − P(Z ≤ z)。
In AQA and IB, normal distribution questions are often linked with real-world data, quality control, or hypothesis testing. When using the normal approximation to the binomial (n large, np > 5, nq > 5), remember to apply a continuity correction. In IB AI, you may also encounter inverse normal calculations to find percentiles or cut-off values.
在 AQA 与 IB 中,正态分布问题常与现实数据、质量控制或假设检验相结合。当使用正态近似二项分布时(n 大,np > 5,nq > 5),记住使用连续性校正。在 IB AI 中,你还可能遇到反向正态计算,用于求百分位数或临界值。
10. Bayes’ Theorem | 贝叶斯定理
Bayes’ theorem allows us to reverse conditional probabilities, updating prior beliefs with new evidence. The formula is P(A|B) = [P(B|A) · P(A)] / P(B). The denominator P(B) can be expanded using the law of total probability: P(B) = P(B|A)P(A) + P(B|A’)P(A’). This is especially powerful in medical testing, spam filtering, and risk analysis.
贝叶斯定理使我们能够逆转条件概率,利用新证据更新先验信念。公式为 P(A|B) = [P(B|A) · P(A)] / P(B)。分母 P(B) 可用全概率公式展开:P(B) = P(B|A)P(A) + P(B|A’)P(A’)。这尤其在医学检验、垃圾邮件过滤与风险分析中作用强大。
In IB Mathematics AA HL, Bayes’ theorem is a key component of the probability topic. You will be required to identify prior probabilities P(A) and P(A’), likelihoods P(B|A), and calculate the posterior probability P(A|B). A common mistake is mixing up which event is conditional on which; writing out a tree diagram can help keep relationships clear.
在 IB 数学 AA HL 中,贝叶斯定理是概率部分的关键内容。你需识别先验概率 P(A) 与 P(A’)、似然 P(B|A),并计算后验概率 P(A|B)。常见错误是将条件与目标搞混;画出树图有助于理清关系。
AQA A-level Mathematics also covers conditional probability thoroughly, and Bayes-type reasoning is embedded in context-driven problems. Even if the theorem is not explicitly named, the approach of reversing a conditional probability is frequently assessed. Practice with structured problems that involve nested conditional events.
AQA A-level 数学也详尽覆盖条件概率,贝叶斯式推理融入情境驱动的问题中。即使定理未明确命名,逆转条件概率的思路经常被考查。建议多做包含嵌套条件事件的结构化题目。
Published by TutorHao | IB AQA 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