📚 PDF资源导航

Probability Essentials for IB & CCEA Mathematics | IB与CCEA数学概率考点精讲

📚 Probability Essentials for IB & CCEA Mathematics | IB与CCEA数学概率考点精讲

Probability is an essential topic in both IB and CCEA mathematics, testing your ability to analyze random experiments and quantify uncertainty. This article summarizes the key concepts, formulas, and techniques required for exam success, covering everything from basic rules to discrete and continuous distributions. Understanding these foundations will boost your confidence in solving probability questions across both syllabi.

概率是IB和CCEA数学的核心主题,考察你分析随机实验和量化不确定性的能力。本文总结了考试所需的核心概念、公式和技巧,涵盖从基本法则到离散与连续分布的全部内容。掌握这些基础将极大提升你在两个课程中解决概率问题的信心。

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

Probability quantifies the likelihood of an event occurring. It is always a number between 0 and 1 inclusive, where 0 represents impossibility and 1 represents certainty.

概率量化事件发生的可能性。它总是介于0和1之间的数,0表示不可能,1表示必然。

The sample space S is the set of all possible outcomes of a random experiment. An event A is any subset of S. If all outcomes are equally likely, the probability of 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.

样本空间S是随机实验所有可能结果的集合。事件A是S的任意子集。如果所有结果等可能发生,则A的概率为 P(A) = n(A) / n(S),其中n(A)是有利结果数,n(S)是总结果数。

The complement of A, denoted A’ or ¬A, consists of all outcomes not in A, and its probability is P(A’) = 1 – P(A).

A的补集A’包含所有不在A中的结果,其概率为 P(A’) = 1 – P(A)。


2. Combining Events: Union, Intersection, and Complement | 事件的组合:并集、交集与补集

The union of two events A and B, written A ∪ B, represents the event that at least one of them occurs. The intersection A ∩ B represents both occurring simultaneously.

两个事件A和B的并集 A ∪ B 表示至少一个发生。交集 A ∩ B 表示两者同时发生。

The general addition rule is:

P(A ∪ B) = P(A) + P(B) – P(A ∩ B)

一般加法法则为:

P(A ∪ B) = P(A) + P(B) – P(A ∩ B)

If A and B are mutually exclusive (disjoint), meaning they cannot happen at the same time, 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)。

The complement rule is frequently used to simplify calculations: P(at least one success) = 1 – P(no successes).

补集法则常用于简化计算:P(至少一次成功) = 1 – P(零次成功)。


3. Conditional Probability | 条件概率

Conditional probability measures the probability of event A given that event B has already occurred. It is denoted by P(A|B) and defined as:

条件概率衡量在事件B已经发生的情况下事件A的概率,记作 P(A|B),定义为:

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

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 particularly useful when events are not independent, or when the problem is described in sequential stages.

移项可得乘法法则:P(A ∩ B) = P(B) × P(A|B)。这在事件不独立或问题以分阶段描述时特别有用。

In many IB and CCEA problems, you are asked to find conditional probabilities from two-way tables or tree diagrams. Always check that you only consider the reduced sample space described by the given condition.

在许多IB和CCEA题目中,你需要从双向表或树状图求条件概率。务必只考虑给定条件所描述的缩小后的样本空间。


4. Independent Events | 独立事件

Two events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, independence is defined by any of these equivalent conditions:

如果两个事件A和B中一个的发生不影响另一个的概率,则它们是独立的。数学上,独立性由以下任一等价条件定义:

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

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

  • P(A|B) = P(A),   P(B|A) = P(B)   (assuming P(B) > 0, P(A) > 0)

    P(A|B) = P(A),   P(B|A) = P(B)   (假设 P(B) > 0, P(A) > 0)

Examiners often test independence by asking you to verify if P(A ∩ B) equals P(A) × P(B) using data from a table. Do not confuse “mutually exclusive” with “independent”; mutually exclusive events with non-zero probabilities cannot be independent.

考官经常通过表格数据要求你验证 P(A ∩ B) 是否等于 P(A) × P(B)。切勿混淆“互斥”与“独立”;具有非零概率的互斥事件不可能独立。


5. Bayes’ Theorem | 贝叶斯定理

Bayes’ theorem links conditional probabilities and allows us to reverse the conditioning. For two events A and B with P(B) > 0, Bayes’ theorem states:

贝叶斯定理将条件概率联系起来,允许我们逆转条件关系。对于满足 P(B) > 0 的两个事件A和B,贝叶斯定理表述为:

P(A|B) = [P(B|A) × P(A)] / P(B)

P(A|B) = [P(B|A) × P(A)] / P(B)

Where the total probability P(B) can be expanded as P(B) = P(B|A) P(A) + P(B|A’) P(A’). This is particularly powerful for medical testing, machine learning, and decision-making problems found in IB HL and CCEA exams.

其中总概率 P(B) 可以展开为 P(B) = P(B|A) P(A) + P(B|A’) P(A’)。这在IB HL和CCEA考试中常见的医学检测、机器学习与决策问题中非常有用。

When applying Bayes’ theorem, carefully define all prior probabilities and conditional probabilities. Drawing a tree diagram can help organize the information.

应用贝叶斯定理时,要仔细定义所有先验概率和条件概率。绘制树状图有助于整理信息。


6. Permutations and Combinations | 排列与组合

Counting principles are essential for calculating probabilities in equally likely settings. The fundamental counting principle states: if one task can be done in m ways and another in n ways, the total number of ways to do both is m × n.

计数原理对于等可能条件下的概率计算至关重要。基本计数原理指出:若一项任务有m种做法,另一项有n种做法,则两者连续完成的总方法数为 m × n。

A permutation is an arrangement where order matters. The number of permutations of n distinct objects taken r at a time is:

排列是有序的选取。从n个不同对象中取出r个进行排列的方法数为:

P(n, r) = n! / (n – r)!

P(n, r) = n! / (n – r)!

A combination is a selection where order does not matter. The number of combinations is:

组合是无序的选择。组合数为:

C(n, r) = n! / [r!(n – r)!]

C(n, r) = n! / [r!(n – r)!]

Familiarity with factorial notation and simplification is crucial. For problems involving repeated objects or arrangements with restrictions, break the counting into stages and apply the appropriate rule.

熟悉阶乘符号及其化简至关重要。对于涉及重复对象或有限制条件的排列问题,应将计数分解为阶段并应用适当法则。


7. 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 x values and P(X = x). The sum of all probabilities must equal 1.

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

The expected value (mean) of X is μ = E(X) = Σ x P(X = x). It represents the long-run average outcome.

X的期望值(均值)为 μ = E(X) = Σ x P(X = x)。它代表长期的平均结果。

The variance is Var(X) = E(X – μ)² = Σ (x – μ)² P(X = x), which can also be computed as E(X²) – [E(X)]². The standard deviation is σ = √Var(X).

方差为 Var(X) = E(X – μ)² = Σ (x – μ)² P(X = x),也可用 E(X²) – [E(X)]² 计算。标准差为 σ = √Var(X)。

For linear transformations, E(aX + b) = a E(X) + b and Var(aX + b) = a² Var(X). These properties are tested in IB analysis and CCEA applied problems.

对于线性变换,E(aX + b) = a E(X) + b,Var(aX + b) = a² Var(X)。这些性质在IB分析和CCEA应用题中常被考察。


8. Binomial Distribution | 二项分布

The binomial distribution models the number of successes in a fixed number n of independent Bernoulli trials, each with the same success probability p. It is denoted X ~ B(n, p).

二项分布描述在固定次数n的独立伯努利试验中成功的次数,每次试验的成功概率均为p,记作 X ~ B(n, p)。

The probability of obtaining exactly k successes is given by the binomial probability formula:

恰好获得k次成功的概率由二项概率公式给出:

P(X = k) = C(n, k) pᵏ (1 – p)ⁿ⁻ᵏ,   for k = 0,1,2,…,n

P(X = k) = C(n, k) pᵏ (1 – p)ⁿ⁻ᵏ,   k = 0,1,2,…,n

where C(n, k) is the binomial coefficient. The mean and variance of X are E(X) = np and Var(X) = np(1 – p).

其中C(n, k)是二项式系数。X的均值和方差为 E(X) = np,Var(X) = np(1 – p)。

Cumulative probabilities P(X ≤ k) can be found using a calculator or tables. Assumptions of independence and constant p must be verified before applying the binomial model.

累积概率 P(X ≤ k) 可使用计算器或表格求得。在应用二项模型前必须验证试验的独立性和p的恒定性。


9. Normal Distribution | 正态分布

The normal distribution is a continuous probability distribution that is symmetric and bell-shaped. A random variable X that follows a normal distribution with mean μ and variance σ² is written as X ~ N(μ, σ²).

正态分布是一种对称、钟形的连续概率分布。服从均值为μ、方差为σ²的正态分布的随机变量X记作 X ~ N(μ, σ²)。

To calculate probabilities, we standardize X by converting to the standard normal variable Z:

为计算概率,我们通过转换为标准正态变量Z来将X标准化:

Z = (X – μ) / σ,   where Z ~ N(0, 1)

Z = (X – μ) / σ,   其中 Z ~ N(0, 1)

Standard normal tables give probabilities Φ(z) = P(Z < z). For IB and CCEA, you may also use inverse normal calculations to find an unknown value given a probability.

标准正态表提供了概率 Φ(z) = P(Z < z)。在IB和CCEA中,你可能还需要使用逆正态计算,根据给定概率求未知值。

The empirical rule states that approximately 68% of data lie within 1σ of the mean, 95% within 2σ, and 99.7% within 3σ.

Published by TutorHao | IB 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