📚 PDF资源导航

AQA Maths Probability Revision | AQA 数学:概率 考点精讲

📚 AQA Maths Probability Revision | AQA 数学:概率 考点精讲

Probability is one of the most intuitive yet conceptually rich topics in the AQA Mathematics specification. It links real-world uncertainty with formal mathematical models and appears in both the pure and applied strands, from simple event calculations to the binomial distribution. This revision guide walks you through every key concept, helping you build a complete toolkit for tackling exam questions with confidence.

概率是 AQA 数学考试中最具直观性但又富含概念深度的专题之一。它把现实世界的不确定性与严谨的数学模型联系起来,出现在纯数与统计两部分中——从简单事件的计算一直延伸到二项分布。本考点精讲将逐一梳理核心概念,帮助你构建完整的解题工具箱,从容应对各类考试题目。


1. Basic Probability Concepts | 基本概率概念

Probability is measured on a scale from 0 to 1, where 0 indicates an impossible event and 1 indicates a certain event. The probability of an event A is written as P(A), and for any event, 0 ≤ P(A) ≤ 1. If all outcomes in a sample space are equally likely, the probability of an event is the number of favourable outcomes divided by the total number of possible outcomes.

概率的范围在 0 到 1 之间,0 表示不可能事件,1 表示必然事件。事件 A 的概率记作 P(A),对任何事件都有 0 ≤ P(A) ≤ 1。如果样本空间中的所有结果等可能发生,那么事件的概率就是有利结果数除以所有可能结果数。

The complement of an event A, denoted A’, represents everything not in A. Thus, P(A’) = 1 – P(A). This simple rule is extremely useful when direct calculation of P(A) is difficult.

事件 A 的补集记作 A’,表示不在 A 内的所有结果。因此 P(A’) = 1 – P(A)。当直接计算 P(A) 有困难时,这一简单公式非常有用。

Probabilities can be expressed as fractions, decimals or percentages, but in exam answers fractions are often preferred because they show exact working.

概率可以用分数、小数或百分数表示,但在考试作答时通常建议使用分数,以展示精确的计算过程。


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

The sample space is the set of all possible outcomes of an experiment. For a single fair die, the sample space is {1, 2, 3, 4, 5, 6}. An event is any subset of the sample space, such as rolling an even number: {2, 4, 6}. Enumerating the sample space systematically — often with a sample space diagram or a list — prevents missing outcomes and reduces errors.

样本空间是一次试验所有可能结果的集合。以一枚均匀骰子为例,样本空间是 {1, 2, 3, 4, 5, 6}。事件是样本空间的任意子集,例如掷出偶数:{2, 4, 6}。系统地列举样本空间——常用样本空间图或清单——能够避免遗漏结果,减少错误。

For two-stage experiments, a two-way table or a grid can display the combined outcomes. For example, tossing two coins gives the sample space {HH, HT, TH, TT}, which can be generated by listing the first coin’s result followed by the second.

对于两阶段的试验,可用双向表或网格图来展示组合结果。例如,抛掷两枚硬币的样本空间为 {HH, HT, TH, TT},可通过先列出第一枚硬币的结果再组合第二枚的结果来生成。


3. Mutually Exclusive and Independent Events | 互斥事件与独立事件

Two events are mutually exclusive if they cannot happen at the same time. For such events, the probability of either occurring is the sum of their individual probabilities: P(A ∪ B) = P(A) + P(B). In contrast, events are independent if the occurrence of one does not affect the probability of the other. For independent events, P(A ∩ B) = P(A) × P(B).

两个事件如果不可能同时发生,则称为互斥事件。对于互斥事件,至少一个发生的概率为各自概率之和:P(A ∪ B) = P(A) + P(B)。相反,如果一个事件的发生不影响另一个事件发生的概率,则两个事件相互独立。对于独立事件,P(A ∩ B) = P(A) × P(B)。

A common exam trap is confusing mutual exclusivity with independence. Mutually exclusive events cannot occur together, which actually implies dependence, because knowing one occurred forces the probability of the other to be zero.

考试中常见的陷阱是把互斥与独立混淆。互斥事件不能同时发生,这实际上意味着它们不独立,因为一旦知道一个事件发生,另一个事件的概率就会变成 0。

The general addition rule for any two events is: P(A ∪ B) = P(A) + P(B) – P(A ∩ B). This accounts for any overlap between events.

对于任意两个事件,通用的加法规则是:P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。这一公式扣除了两个事件的重叠部分。


4. Conditional Probability and Tree Diagrams | 条件概率与树状图

Conditional probability is the probability of an event occurring given that another event has already occurred. It is written as P(A|B) and defined as P(A ∩ B) / P(B), provided P(B) ≠ 0. This concept is central to analysing dependent events and appears frequently in multi-stage problems.

条件概率是在已知另一事件已经发生的前提下,某一事件发生的概率,记作 P(A|B),定义为 P(A ∩ B) / P(B)(前提是 P(B) ≠ 0)。这一概念是分析依赖事件的核心,经常出现在多阶段问题中。

Tree diagrams are powerful visual tools for handling conditional probabilities. Each branch is labelled with the probability of that outcome, and subsequent branches carry conditional probabilities. To find the probability of a path, multiply along the branches; to find the total probability of an event, add the probabilities of all relevant paths.

树状图是处理条件概率的强大可视化工具。每条分支都标有该结果发生的概率,后续分支则携带条件概率。要计算一条路径的概率,就将沿途分支的概率相乘;要计算某个事件的总概率,则把所有相关路径的概率相加。

A typical AQA question might involve drawing a tree for ‘without replacement’ scenarios, where probabilities change on the second pick because the first item is not returned. Always check whether events are ‘with replacement’ or ‘without replacement’ — this determines whether probabilities stay constant.

AQA 的典型题目可能会涉及“不放回”情境下的树状图,此时由于第一次抽取后物品未被放回,第二次的概率会发生改变。务必检查事件是“有放回”还是“不放回”——这决定了概率是否保持不变。


5. Venn Diagrams and Two-Way Tables | 维恩图与双向表

Venn diagrams visually represent sets and their overlaps, making it easier to handle problems involving unions, intersections and complements. A rectangle represents the whole sample space, circles represent events, and numbers inside regions can be frequencies or probabilities. When given frequencies, convert them into probabilities by dividing by the total if needed.

维恩图通过图示展示集合及其重叠部分,让涉及并集、交集和补集的问题变得更直观。矩形代表整个样本空间,圆代表事件,区域内的数字可以是频数或概率。如果给出的是频数,需要时可除以总数转换为概率。

A two-way table (contingency table) organises data by two categories and allows easy calculation of marginal and conditional probabilities. For instance, a table classifying students by gender and favourite subject helps find P(male ∩ science) or P(science|female).

双向表(列联表)按照两个类别整理数据,便于计算边际概率和条件概率。例如,按性别和喜欢科目对学生进行分类的表格,可以帮助求出 P(男性 ∩ 科学) 或 P(科学|女性)。

Always label regions and totals clearly. For conditional probability questions, identify the reduced sample space — this is often the row or column total given by the condition.

务必清晰标注各个区域和合计值。面对条件概率问题时,要找出缩小后的样本空间——通常是由条件给出的那一行或那一列的合计值。


6. Probability Distributions and Discrete Random Variables | 概率分布与离散随机变量

A discrete random variable X takes a countable set of values, each with an associated probability. The probability distribution of X lists all possible values xᵢ together with their probabilities P(X = xᵢ). The sum of all probabilities in a distribution must equal 1.

离散随机变量 X 取一组可数的值,每个值都有一个对应的概率。X 的概率分布列出了所有可能取值 xᵢ 及其概率 P(X = xᵢ)。一个分布中所有概率之和必须等于 1。

The expected value (or mean) of a discrete random variable is E(X) = Σ [xᵢ × P(X = xᵢ)]. This represents the long-run average outcome. The variance is Var(X) = E(X²) – [E(X)]², where E(X²) = Σ [xᵢ² × P(X = xᵢ)].

离散随机变量的期望值(或均值)为 E(X) = Σ [xᵢ × P(X = xᵢ)],代表了长期平均结果。方差为 Var(X) = E(X²) – [E(X)]²,其中 E(X²) = Σ [xᵢ² × P(X = xᵢ)]。

For linear transformations, E(aX + b) = a E(X) + b and Var(aX + b) = a² Var(X). These formulas frequently appear in exam questions that ask for the mean and standard deviation after scaling.

对于线性变换,有 E(aX + b) = a E(X) + b,并且 Var(aX + b) = a² Var(X)。在要求缩放后均值和标准差的考试题目中,这些公式经常出现。


7. Binomial Distribution | 二项分布

The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success, p. If X ~ B(n, p), then n is the number of trials and p is the probability of success on each trial. Conditions for a binomial distribution: a fixed number of trials, each trial is independent, only two possible outcomes (success/failure), and constant p.

二项分布用于描述在固定次数独立试验中成功的次数,每次试验的成功概率 p 相同。若 X ~ B(n, p),则 n 为试验次数,p 为每次试验的成功概率。二项分布的条件是:试验次数固定、各次试验独立、只有两种可能结果(成功/失败)、p 保持不变。

AQA candidates need to be able to identify binomial situations from a description, such as repeatedly rolling a die and counting the number of sixes, or sampling from a large population where the probabilities are effectively constant.

AQA 考生需要能够从文字描述中识别出二项式情境,例如反复掷骰子并统计六点的次数,或从概率可以看作不变的大群体中抽样。


8. Using the Binomial Formula | 使用二项式公式

The probability of exactly r successes in n trials is given by:

P(X = r) = ⁿCᵣ × pʳ × (1 – p)ⁿ⁻ʳ

where ⁿCᵣ = n! / (r! × (n – r)!) is the binomial coefficient, also written as nCr. Ensure your calculator is used efficiently for factorial-based computations or direct binomial coefficient buttons.

其中 ⁿCᵣ = n! / (r! × (n – r)!) 是二项式系数,也可写作 nCr。请确保能熟练使用计算器进行基于阶乘的计算,或直接使用二项式系数功能键。

AQA often expects you to calculate probabilities such as ‘at least’, ‘at most’ or ‘more than’ a certain number of successes. Use P(X ≥ r) = 1 – P(X ≤ r – 1) and similar relationships to minimise working. Always remember that the binomial distribution is discrete, so inequalities must be handled carefully.

AQA 通常要求计算“至少”“至多”或“超过”某个成功次数等形式的概率。利用 P(X ≥ r) = 1 – P(X ≤ r – 1) 等关系式可以减少计算量。务必记住二项分布是离散的,因此必须谨慎处理不等号。


9. Cumulative Probabilities and Tables | 累积概率与查表

Cumulative binomial probabilities P(X ≤ r) can be found using statistical tables provided in AQA exams or via calculator functions. Tables typically list P(X ≤ r) for selected values of n and p. When using tables, read the values carefully — if your required p is not listed, you may need to use the symmetry property or select the appropriate column.

累积二项概率 P(X ≤ r) 可通过 AQA 考试中提供的统计表或计算器函数求得。表格通常列出选定 n 和 p 值下的 P(X ≤ r)。查表时要仔细确认数值——如果所需的 p 未列出,可能需要运用对称性质或选择正确的列。

For problems that require P(X ≥ r), transform it into 1 – P(X ≤ r – 1). For individual probabilities P(X = r), use P(X = r) = P(X ≤ r) – P(X ≤ r – 1). These manipulations allow you to solve a wide range of binomial questions using only cumulative tables.

对于需要 P(X ≥ r) 的问题,可转化为 1 – P(X ≤ r – 1)。对于单个概率 P(X = r),可使用 P(X = r) = P(X ≤ r) – P(X ≤ r – 1)。通过这些变换,你只需累积概率表就能解答大部分二项分布问题。


10. Exam Tips and Common Mistakes | 考试技巧与常见错误

One of the most frequent errors is confusing P(A ∩ B) with P(A|B). The conditional probability requires dividing by the probability of the given event, not simply multiplying. Always re-read the question to check whether the phrasing indicates ‘given that’ — words like ‘of those’, ‘if it is known that’ or ‘among’ are key signals.

最常见的错误之一就是混淆 P(A ∩ B) 和 P(A|B)。条件概率需要除以已知事件的概率,而不是简单相乘。务必重新阅读题干,核查是否出现了“已知”“其中”“如果已知”“在……中”等措辞——这些是识别条件概率的关键信号。

When constructing tree diagrams, label each branch with its probability clearly and write the final probabilities at the ends. For ‘without replacement’ problems, remember that denominators change. Show all working methodically; AQA examiners award marks for correct method even if the final numerical answer is slightly off.

在绘制树状图时,要在每条分支上清晰标注概率,并在末端写下最终概率。遇到“不放回”问题时,记住分母会发生变化。要系统性地展示所有的解题步骤;AQA 考官会给正确的解题方法步骤分,即使最终数值答案略有偏差。

Always check that the sum of probabilities in a distribution equals 1 and that all probabilities lie between 0 and 1. In binomial calculations, ensure you have correctly identified n and p, and that the situation truly meets the binomial conditions — if the trials are not independent or p changes, another distribution or approach might be needed.

始终检查一个分布中的所有概率之和是否为 1,并且所有概率值都落在 0 到 1 之间。在进行二项分布计算时,要确保已正确识别出 n 和 p,并且实际情境确实满足二项条件——如果各次试验不独立或 p 在变化,就可能需要改用其他分布或方法。


Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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