📚 PDF资源导航

A-Level Maths: Probability Essentials | A-Level 数学:概率知识点精讲

📚 A-Level Maths: Probability Essentials | A-Level 数学:概率知识点精讲

Probability is the branch of mathematics that quantifies uncertainty. In A-Level Mathematics, you will develop a deep understanding of chance events, from the basics of listing outcomes to modelling real-world scenarios with the binomial distribution. This article walks you through the essential concepts, formulas, and common pitfalls, helping you master the probability component of your exams.

概率是量化不确定性的数学分支。在 A-Level 数学中,你将深入理解随机事件,从列出基本结果到用二项分布对现实场景进行建模。本文将带你梳理核心概念、公式和常见易错点,助你掌握考试中的概率部分。

1. Sample Space and Events | 样本空间与事件

The sample space, usually denoted by S, is the set of all possible outcomes of an experiment. An event is any subset of the sample space. For example, when rolling a fair six-sided die, S = {1, 2, 3, 4, 5, 6}, and the event ‘rolling an even number’ can be written as E = {2, 4, 6}.

样本空间(通常记为 S)是试验所有可能结果的集合。事件是样本空间的任意子集。例如,抛一枚均匀的六面骰子时,S = {1, 2, 3, 4, 5, 6},而事件“掷出偶数”可记为 E = {2, 4, 6}。

Events can be combined using set operations: the union A ∪ B represents outcomes in A or B (or both); the intersection A ∩ B represents outcomes in both A and B; the complement A’ is all outcomes not in A.

事件可用集合运算组合:并集 A ∪ B 表示属于 A 或 B(或两者)的结果;交集 A ∩ B 表示同时属于 A 与 B 的结果;补集 A’ 表示所有不属于 A 的结果。


2. Basic Probability Rules | 基本概率法则

Probability is measured on a scale from 0 to 1. If all outcomes in S are equally likely, the probability of event A is:

概率的度量范围为 0 到 1。若样本空间 S 中所有结果等可能,则事件 A 的概率为:

P(A) = n(A) / n(S)

where n(A) denotes the number of outcomes in A. Key rules include: 0 ≤ P(A) ≤ 1; P(S) = 1; P(A’) = 1 − P(A); and for any two events A and B, P(A ∪ B) = P(A) + P(B) − P(A ∩ B).

其中 n(A) 表示 A 中的结果数。关键法则:0 ≤ P(A) ≤ 1;P(S) = 1;P(A’) = 1 − P(A);对于任意两事件 A 与 B,P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。


3. Addition Rule and Mutually Exclusive Events | 加法规则与互斥事件

Two events are mutually exclusive if they cannot occur at the same time, meaning A ∩ B = ∅. In this case, P(A ∩ B) = 0, so the addition rule simplifies to P(A ∪ B) = P(A) + P(B).

若两事件不可能同时发生,即 A ∩ B = ∅,则它们互斥。此时 P(A ∩ B) = 0,因此加法规则简化为 P(A ∪ B) = P(A) + P(B)。

For non‑mutually exclusive events, you must subtract the intersection to avoid double‑counting. Always check whether events overlap before applying the formula.

对于非互斥事件,必须减去交集以避免重复计算。在套用公式前,务必先判断事件是否有重叠。


4. Conditional Probability | 条件概率

The probability of A given B (the probability that A occurs, assuming B has occurred) is defined as:

A 在 B 发生的条件下的概率(假设 B 已发生,A 发生的概率)定义为:

P(A | B) = P(A ∩ B) / P(B), provided P(B) > 0.

This formula is central to many A‑Level problems. It can be rearranged to give the multiplication rule: P(A ∩ B) = P(B) × P(A | B).

此公式是许多 A‑Level 问题的核心。它可变形为乘法规则:P(A ∩ B) = P(B) × P(A | B)。

Conditional probability often appears in two‑way tables or tree diagrams. Remember to restrict the sample space to the condition given.

条件概率常出现在双向表或树形图中。切记要根据所给条件将样本空间缩小。


5. Independent Events | 独立事件

Events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, two definitions are equivalent:

若一事件的发生不影响另一事件的概率,则 A 与 B 独立。数学上,以下两个定义等价:

  • P(A | B) = P(A)
  • P(A ∩ B) = P(A) × P(B)
  • P(A | B) = P(A)
  • P(A ∩ B) = P(A) × P(B)

Do not confuse ‘independent’ with ‘mutually exclusive’: mutually exclusive events are never independent (unless one has zero probability).

切勿混淆“独立”与“互斥”:互斥事件永远不会独立(除非其中一个概率为零)。


6. Multiplication Rule and Tree Diagrams | 乘法规则与树形图

When a process involves several stages, a tree diagram helps to visualise the multiplication of probabilities. Each branch shows a conditional probability, and the probability of a path is the product of the probabilities along that branch.

当过程包含多个阶段时,树形图有助于直观呈现概率的乘法。每一条分支表示一个条件概率,一条路径的概率等于该路径上各概率的乘积。

For two successive events:

对于两个相继事件:

P(A ∩ B) = P(A) × P(B | A)

Tree diagrams are especially useful when dealing with conditional probabilities and for modeling ‘without replacement’ scenarios, where probabilities change after each draw.

在处理条件概率以及“不放回”情境(每次抽取后概率发生变化)时,树形图特别有用。


7. Discrete Random Variables | 离散随机变量

A discrete random variable X takes a countable number of values, each with a certain probability. The probability distribution of X lists all possible values xᵢ and their corresponding probabilities pᵢ = P(X = xᵢ), where Σ pᵢ = 1.

离散随机变量 X 取可数个值,每个值对应一定的概率。X 的概率分布列出了所有可能的取值 xᵢ 及其相应概率 pᵢ = P(X = xᵢ),且满足 Σ pᵢ = 1。

You may be given a table or a function to describe the distribution. Always verify that probabilities sum to 1—this is a simple check that can catch errors.

题目可能给出一个表格或函数来描述分布。务必验证概率之和为 1——这是一个发现错误的简单方法。


8. Expectation and Variance | 期望值与方差

The expected value E(X), often called the mean, gives the long‑run average value of X:

期望值 E(X)(常被称为均值)给出了 X 在长期内的平均值:

E(X) = Σ xᵢ pᵢ

The variance Var(X) measures the spread of the distribution:

方差 Var(X) 衡量分布的离散程度:

Var(X) = E(X²) − [E(X)]² = Σ xᵢ² pᵢ − (Σ xᵢ pᵢ)²

For a linear transformation Y = aX + b, we have:

对于线性变换 Y = aX + b,有:

E(Y) = a E(X) + b,  Var(Y) = a² Var(X)

These properties are indispensable when scaling or shifting random variables, such as converting units or adjusting scores.

在对随机变量进行缩放或平移(如单位换算或分数调整)时,这些性质不可或缺。


9. The Binomial Distribution | 二项分布

A binomial distribution models the number of successes in a fixed number n of independent trials, each with the same probability of success p. Conditions for a binomial model:

二项分布用于建模在固定次数 n 的独立试验中成功的次数,每次试验成功概率 p 相同。二项模型的条件:

  • Fixed number of trials n
  • Each trial is independent
  • Only two possible outcomes (success/failure)
  • Constant probability of success p
  • 试验次数 n 固定
  • 各次试验独立
  • 只有两种可能结果(成功/失败)
  • 每次成功概率 p 恒定

If X ~ B(n, p), then for r = 0, 1, …, n:

若 X ~ B(n, p),则对于 r = 0, 1, …, n:

P(X = r) = C(n, r) pr (1−p)n−r

where C(n, r) = n! / [r!(n−r)!] is the binomial coefficient (often read as ‘n choose r’).

其中 C(n, r) = n! / [r!(n−r)!] 为二项式系数(常读作“n 选 r”)。

Its mean and variance are:

其均值与方差为:

E(X) = np,  Var(X) = np(1−p)


10. Normal Distribution as an Approximation | 正态分布近似

When n is large and p is not too close to 0 or 1, the binomial distribution B(n, p) can be approximated by a normal distribution N(np, np(1−p)). A common guideline is that both np ≥ 5 and n(1−p) ≥ 5.

当 n 很大且 p 不接近 0 或 1 时,二项分布 B(n, p) 可用正态分布 N(np, np(1−p)) 近似。常用准则是 np ≥ 5 且 n(1−p) ≥ 5。

Because the binomial is discrete and the normal is continuous, a continuity correction is applied: for example, P(X ≤ r) is approximated by P(Y < r + 0.5) where Y ~ N(np, np(1−p)).

由于二项分布是离散的,而正态分布是连续的,需使用连续性校正:例如 P(X ≤ r) 近似为 P(Y < r + 0.5),其中 Y ~ N(np, np(1−p))。

Standardising to the Z‑score Z = (Y − μ)/σ allows the use of normal tables. Always state the distribution, the correction, and the standardised value in your working.

标准化为 Z 分数 Z = (Y − μ)/σ 后即可查正态表。解题时务必写出分布、校正处理以及标准化过程。


11. Using Tables and Calculations | 使用统计表与计算

A‑Level exams expect you to use either statistical tables or a calculator to find binomial probabilities and normal probabilities. For binomial cumulative probabilities, tables often give P(X ≤ r). Remember:

A‑Level 考试要求使用统计表或计算器计算二项概率和正态概率。对于二项累积概率,表格通常给出 P(X ≤ r)。请记住:

P(X ≥ r) = 1 − P(X ≤ r−1)

For the normal distribution, you will standardise and then look up Φ(z) in the normal table. Familiarity with reading tables correctly—especially for ‘greater than’ probabilities—is essential.

对于正态分布,需先标准化,再查正态分布表求得 Φ(z)。熟练掌握查表方法——尤其对“大于”类概率——至关重要。

Many modern calculators can compute binomial probabilities directly via the binomial pdf/cdf functions. Nevertheless, showing the formula and working earns method marks even if the final answer is calculator‑derived.

许多现代计算器可直接通过二项 pdf/cdf 函数计算概率。然而,即使最终答案由计算器得出,写出公式和推导过程仍可获得方法分。


12. Common Pitfalls and Exam Tips | 常见误区与应试技巧

Pitfalls: forgetting to subtract the intersection in non‑exclusive unions; using P(A ∩ B) = P(A) × P(B) without checking independence; confusing P(A | B) with P(B | A); omitting the continuity correction when using the normal approximation; and failing to state the distribution explicitly.

常见误区:在非互斥并集中忘记减去交集;未验证独立性就直接使用 P(A ∩ B) = P(A) × P(B);混淆 P(A | B) 与 P(B | A);使用正态近似时遗漏连续性校正;未明确写出分布类型。

Exam tips: Always define your random variable and state the distribution (e.g. ‘Let X ~ B(12, 0.4)’). In tree diagrams, label all branches with probabilities—both conditional and unconditional—and check that probabilities at each branch point sum to 1. For conditional probability questions, identify the reduced sample space clearly.

应试技巧:务必定义随机变量并写明分布(例如“设 X ~ B(12, 0.4)”)。在树形图中,标注所有分支概率(条件概率与无条件概率),并检查每个分支点的概率之和是否为 1。对于条件概率问题,应清晰指出缩减的样本空间。

When a question mixes words and numbers, translate the phrasing into probability statements using symbols (∩, |, ∪) before calculating—this reduces confusion and makes your reasoning obvious to the examiner.

当题目混合文字与数字时,应先将其转化为带有符号(∩、|、∪)的概率语句,再行计算——这能减少混淆,并使你的推理过程对阅卷人一目了然。

Published by TutorHao | A-Level Maths Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version