📚 A-Level Mathematics: Probability Essentials | A-Level 数学:概率考点精讲
Probability is the branch of mathematics concerned with quantifying uncertainty. In A-Level Mathematics, a solid grasp of probability is essential for tackling statistics questions and understanding random processes. This guide distills the key concepts you need to master, from basic sample spaces to the binomial and normal distributions.
概率是数学中量化不确定性的分支。在 A-Level 数学中,扎实掌握概率对于解决统计问题及理解随机过程至关重要。本文提炼了从基础样本空间到二项分布与正态分布的核心概念,帮助你高效备考。
1. Sample Spaces and Events | 样本空间与事件
A sample space (often denoted S) is the set of all possible outcomes of an experiment. An event is any subset of the sample space: exactly one outcome or a collection of outcomes.
样本空间(通常记作 S)是某次试验所有可能结果的集合。事件是样本空间的任意子集,它可以只包含一个结果,也可以包含多个结果组成的集合。
For example, when rolling a fair six-sided die, the sample space is S = {1, 2, 3, 4, 5, 6}. The event ‘obtaining an even number’ is E = {2, 4, 6}.
例如,抛掷一枚均匀六面骰子时,样本空间 S = {1, 2, 3, 4, 5, 6}。事件“掷出偶数”为 E = {2, 4, 6}。
Probabilities are assigned to events; the probability of the entire sample space is 1, while the probability of an impossible event is 0.
我们将概率赋予事件;整个样本空间的概率为 1,不可能事件的概率为 0。
2. Mutually Exclusive and Independent Events | 互斥事件与独立事件
Two events are mutually exclusive (or disjoint) if they cannot occur simultaneously. That is, A ∩ B = ∅ and P(A ∩ B) = 0.
若两个事件不可能同时发生,则称它们互斥(或不相交)。此时 A ∩ B = ∅,且 P(A ∩ B) = 0。
Events A and B are independent if the occurrence of one does not affect the probability of the other. Formally, P(A ∩ B) = P(A) × P(B). Do not confuse independence with mutual exclusivity!
若事件 A 的发生与否不影响事件 B 的概率,则称 A 与 B 独立。正式定义为 P(A ∩ B) = P(A) × P(B)。切勿将独立性与互斥性混淆!
For instance, when flipping a fair coin and rolling a die, getting ‘heads’ and rolling a ‘6’ are independent. Getting a ‘6’ and a ‘1’ on a single roll of one die are mutually exclusive.
例如,抛一枚均匀硬币并掷一枚骰子,“硬币正面朝上”与“掷出6点”相互独立。而在单次掷骰中,“掷出6”与“掷出1”互斥。
3. The Addition Rule | 加法法则
The general addition rule for any two events A and B is:
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
对于任意两个事件 A 和 B,一般加法法则为:
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
If A and B are mutually exclusive, then P(A ∩ B) = 0, and the rule simplifies to P(A ∪ B) = P(A) + P(B).
若 A 与 B 互斥,则 P(A ∩ B) = 0,公式简化为 P(A ∪ B) = P(A) + P(B)。
This rule is often used with Venn diagrams to handle overlapping events, ensuring that the intersection is not counted twice.
此法则常结合维恩图使用,处理重叠事件,确保交集不被重复计数。
4. Conditional Probability | 条件概率
Conditional probability measures the likelihood 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
条件概率衡量在事件 B 已发生的条件下,事件 A 发生的概率。其定义为:
P(A | B) = P(A ∩ B) / P(B),其中 P(B) > 0
Rearranging gives the multiplication rule: P(A ∩ B) = P(B) × P(A | B). This is extremely useful when building probability trees.
移项后得到乘法法则:P(A ∩ B) = P(B) × P(A | B)。这在构建概率树形图时极为有用。
You may also need Bayes’ theorem: P(A | B) = [P(B | A) × P(A)] / P(B). While not always explicitly named in the specification, it underpins many reverse conditional probability problems.
你还可能需要用到贝叶斯定理:P(A | B) = [P(B | A) × P(A)] / P(B)。尽管考纲不一定直呼其名,但它支撑着许多逆向条件概率问题。
5. Probability Tree Diagrams | 概率树形图
Tree diagrams display sequences of events and their probabilities. Each branch represents a possible outcome, labelled with its probability; probabilities along a path are multiplied to find the probability of that combined outcome.
树形图展示了一系列事件及其概率。每条分支代表一个可能的结果,并标有对应概率;沿某一条路径的各分支概率相乘,即得到该联合结果的概率。
They are particularly helpful for conditional probability questions where an experiment has multiple stages, such as drawing balls from a bag without replacement.
在处理多阶段试验(如不放回地从袋中抽取小球)的条件概率问题时,树形图尤为实用。
At each node, the sum of probabilities on branches must equal 1. Always check this to avoid careless mistakes.
每个节点上所有分支的概率之和必须为 1。务必检查这一点,以避免粗心错误。
6. Venn Diagrams and Set Notation | 维恩图与集合符号
Venn diagrams provide a visual way to represent sets, overlaps, and probabilities. The rectangle is the sample space S, and circles inside represent events.
维恩图以直观方式展示了集合、重叠区域及概率。矩形代表样本空间 S,内部的圆圈代表各个事件。
Key set notations include A ∪ B (union, “A or B”), A ∩ B (intersection, “A and B”), and A’ (complement, “not A”). The number of elements in set A is written n(A).
关键的集合符号包括 A ∪ B(并集,“A 或 B”)、A ∩ B(交集,“A 且 B”)以及 A’(补集,“非 A”)。集合 A 中的元素个数记为 n(A)。
When given frequencies or probabilities, you can fill in each region of the diagram and solve for unknowns using the fact that total probability sums to 1. Venn diagrams are especially useful for solving problems with three overlapping events.
给定频数或概率后,你可以将图中的每个区域填好,并利用总概率为 1 的条件求解未知量。维恩图尤其适合解决三事件重叠问题。
7. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable number of possible values. Its probability distribution is a list of these values together with their probabilities, P(X = x).
离散随机变量 X 可取可数个值。其概率分布是这些取值与对应概率 P(X = x) 共同构成的表格或函数。
Two crucial conditions must hold: 0 ≤ P(X = x) ≤ 1 for all x, and Σ P(X = x) = 1. The cumulative distribution function gives F(x) = P(X ≤ x).
必须满足两个关键条件:对所有 x,0 ≤ P(X = x) ≤ 1;且 Σ P(X = x) = 1。累积分布函数为 F(x) = P(X ≤ x)。
Common questions ask you to find unknown probabilities using these properties, or to calculate the cumulative probabilities from a given table.
常见题型要求利用这些性质求出未知概率,或根据给定表格计算累积概率。
8. Expectation and Variance | 期望与方差
The expected value (mean) of a discrete random variable X is E(X) = Σ [x · P(X = x)]. It gives the long-run average if the experiment were repeated many times.
离散随机变量 X 的期望值(均值)为 E(X) = Σ [x · P(X = x)]。它表示若试验重复无数次,结果的平均值。
The variance, Var(X), measures spread: Var(X) = E(X²) − [E(X)]², where E(X²) = Σ [x² · P(X = x)]. The standard deviation is the positive square root of the variance.
方差 Var(X) 衡量离散程度:Var(X) = E(X²) − [E(X)]²,其中 E(X²) = Σ [x² · P(X = x)]。标准差是方差的正平方根。
For a linear transformation Y = aX + b, we have E(Y) = a E(X) + b and Var(Y) = a² Var(X). This coding property is frequently tested.
对于线性变换 Y = aX + b,有 E(Y) = a E(X) + b,Var(Y) = a² Var(X)。这一编码性质经常出现在考题中。
9. The Binomial Distribution | 二项分布
The binomial distribution models the number of successes in a fixed number n of independent trials, each with the same success probability p. We write X ~ B(n, p).
二项分布用于描述在固定次数的 n 次独立试验中成功的次数,每次试验的成功概率均为 p。记作 X ~ B(n, p)。
The probability of obtaining exactly r successes is:
P(X = r) = C(n, r) pr (1 − p)n−r
恰好获得 r 次成功的概率为:
P(X = r) = C(n, r) pr (1 − p)n−r
The mean and variance are easily remembered: E(X) = np, Var(X) = np(1 − p). Conditions for using the binomial model include a fixed number of trials, independence, two outcomes per trial, and constant probability.
二项分布的均值与方差易于记忆:E(X) = np,Var(X) = np(1 − p)。使用二项模型的必要条件包括:试验次数固定、各次试验独立、每次试验只有两种结果,且成功概率恒定。
You may also need to compute cumulative binomial probabilities P(X ≤ k) using tables or a calculator, and solve problems that involve inequalities, such as finding the smallest n for which P(X ≥ 1) > 0.99.
你还可能需要使用表格或计算器求累积概率 P(X ≤ k),并解决涉及不等式的问题,例如求满足 P(X ≥ 1) > 0.99 的最小 n。
10. Introduction to the Normal Distribution | 正态分布简介
The normal distribution is a continuous probability distribution with a bell-shaped curve, defined by its mean μ and variance σ². It is denoted by N(μ, σ²). The total area under the curve is 1.
正态分布是一种连续型概率分布,其曲线呈钟形,由均值 μ 和方差 σ² 定义,记作 N(μ, σ²)。曲线下的总面积为 1。
To find probabilities, we convert to the standard normal Z ~ N(0, 1) using Z = (X − μ) / σ. The standard normal table then gives Φ(z) = P(Z < z).
为求概率,我们通过 Z = (X − μ) / σ 转化为标准正态 Z ~ N(0, 1)。随后查标准正态分布表可得 Φ(z) = P(Z < z)。
Fundamental probability statements include P(X > a) = 1 − P(X < a), and due to symmetry, P(Z < −a) = 1 − P(Z < a). Working with unknowns, you may be given a probability and asked to find the mean or standard deviation.
基本的概率表述包括 P(X > a) = 1 − P(X < a);由于对称性,P(Z < −a) = 1 − P(Z < a)。在含未知参数的问题中,你可能被给一个概率值,要求反求均值或标准差。
Always sketch the bell curve, mark the given area, and use the inverses carefully. This foundational knowledge links directly to hypothesis testing and confidence intervals in statistics.
解题时务必画出钟形曲线,标出已知区域,并谨慎运用逆查表操作。这些基础知识直接关联到统计中的假设检验与置信区间。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导