一、离散型随机变量与概率分布表:从掷骰子说起 | Discrete Random Variables and Probability Distribution Tables: Starting with a Die Roll
在IB数学的统计与概率模块中,随机变量是描述试验结果的核心工具。所谓随机变量,就是把随机试验的每一个可能结果映射到一个数值上的函数。比如掷一枚均匀的六面骰子,我们定义X为朝上的点数,那么X就是一个随机变量,它的可能取值为1、2、3、4、5、6。因为骰子只有这六个离散的结果,我们称X为离散型随机变量(discrete random variable)。
A random variable is the key tool for describing experimental outcomes in the IB Mathematics Statistics and Probability topic. A random variable is a function that assigns a numerical value to every possible outcome of a random experiment. For example, when rolling a fair six-sided die, we may define X as the number shown on top. Then X is a random variable taking possible values 1, 2, 3, 4, 5 and 6. Because the die has only these six discrete outcomes, we call X a discrete random variable.
要完整描述一个离散型随机变量,最直观的方式就是列出概率分布表(probability distribution table)。这张表分为两行:上一行列出X的所有可能取值x,下一行列出对应的概率P(X=x)。一个合法的概率分布表必须满足两个条件:第一,每一个概率都在0到1之间;第二,所有概率之和恰好等于1。这两个条件合起来称为概率分布的规范化条件(normalization condition),它们保证我们描述的确实是一个完整的概率系统。
To describe a discrete random variable completely, the most intuitive way is to write out its probability distribution table. The table has two rows: the top row lists all possible values x of X, and the bottom row lists the corresponding probabilities P(X=x). A valid probability distribution table must satisfy two conditions: first, every probability lies between 0 and 1; second, the sum of all probabilities is exactly 1. Together these are called the normalisation condition of a probability distribution, and they guarantee that we are describing a complete probability system.
在IB考试中,概率分布表最常见的出题方式是给出部分数值,要求考生补全缺失的概率。此时几乎总是利用”概率之和等于1″这个条件来求解。例如已知P(X=1)=0.2、P(X=2)=0.3、P(X=3)=0.4,那么P(X=4)必然等于1减去前三个概率之和,即0.1。这种题目虽然简单,却是整个章节计算能力的基础,任何后续的期望和方差计算都建立在这张表之上。
In IB examinations, the most common way to test probability distribution tables is to give some of the values and ask candidates to complete the missing probability. In this situation the condition that all probabilities sum to 1 is almost always the key. For example, if P(X=1)=0.2, P(X=2)=0.3 and P(X=3)=0.4, then P(X=4) must equal 1 minus the sum of the first three probabilities, which is 0.1. Although this kind of question is simple, it is the foundation of all calculations in this chapter, because every later computation of expectation and variance builds on this table.
二、期望值E(X):分布中心位置的计算 | Expected Value E(X): Calculating the Centre of a Distribution
期望值(expected value)是随机变量所有可能取值的加权平均,权重就是对应的概率。数学上,离散型随机变量的期望定义为E(X)=Σ x·P(X=x),即把所有取值x与对应概率的乘积加起来。期望值衡量的是随机变量在长期重复试验中的平均结果,它不一定是随机变量可能取到的某个具体值,甚至可以落在所有取值之外。
The expected value is the weighted average of all possible values of a random variable, where the weights are the corresponding probabilities. Mathematically, the expectation of a discrete random variable is defined as E(X)=Σ x·P(X=x), that is, the sum over all values x of the product of each value and its probability. The expected value measures the average result of the random variable over many repeated trials. It is not necessarily one of the values the random variable can actually take, and it may even lie outside the set of all possible values.
让我们用一个具体例子来理解。假设一个抽奖游戏,奖品金额X的概率分布为:P(X=0)=0.5,P(X=10)=0.3,P(X=50)=0.2。那么E(X)=0×0.5+10×0.3+50×0.2=0+3+10=13。这意味着如果长期参与这个游戏,每次的平均收益是13元。对于游戏设计者来说,如果每局收费高于13元,长期来看就能盈利;这正是期望值在商业和决策中的实际意义。
Let us understand this with a concrete example. Suppose a lottery game has prize money X with the following probability distribution: P(X=0)=0.5, P(X=10)=0.3 and P(X=50)=0.2. Then E(X)=0×0.5+10×0.3+50×0.2=0+3+10=13. This means that if one plays this game many times in the long run, the average return per game is 13 yuan. For the game designer, if the entry fee is higher than 13 yuan per game, the game is profitable in the long run; this is exactly the practical meaning of expectation in business and decision-making.
IB考试中期望值的考点还包括利用E(X)反推未知概率。例如给出E(X)=2.5和分布表中一个未知的概率p,通过列出期望的求和式并令其等于2.5,就可以解出p。这类题目把代数与概率结合,是AA与AI两个方向的常见题型。此外还要注意,期望具有线性性质:E(aX+b)=aE(X)+b,其中a和b是常数,这个性质在后面的章节中会被反复使用。
In IB examinations, questions on expectation also include using E(X) to work backwards and find an unknown probability. For example, given E(X)=2.5 and an unknown probability p in the distribution table, one can write out the summation formula for the expectation, set it equal to 2.5, and solve for p. Such questions combine algebra with probability and are common in both the AA and AI directions. Also note that expectation is linear: E(aX+b)=aE(X)+b, where a and b are constants. This property will be used repeatedly in later chapters.
三、方差与标准差:离散程度的度量 | Variance and Standard Deviation: Measuring Spread
期望值告诉我们分布的中心在哪里,但它无法回答”结果有多分散”这个问题。方差(variance)就是用来度量随机变量取值相对期望值离散程度的指标。离散型随机变量的方差定义为Var(X)=E[(X-E(X))²],即每个取值与期望之差的平方的期望。为了方便计算,IB课程还提供了等价的展开公式:Var(X)=E(X²)-[E(X)]²,其中E(X²)=Σ x²·P(X=x)。
The expected value tells us where the centre of a distribution lies, but it cannot answer the question of how spread out the results are. The variance is the indicator used to measure how dispersed the values of a random variable are around the expected value. For a discrete random variable, the variance is defined as Var(X)=E[(X-E(X))²], that is, the expectation of the squared difference between each value and the expectation. To make calculation easier, the IB curriculum also provides an equivalent expansion formula: Var(X)=E(X²)-[E(X)]², where E(X²)=Σ x²·P(X=x).
继续使用抽奖游戏的例子:我们已经算出E(X)=13。首先计算E(X²)=0²×0.5+10²×0.3+50²×0.2=0+30+500=530。于是Var(X)=530-13²=530-169=361。标准差(standard deviation)是方差的算术平方根,即σ=√361=19。方差的单位是原数据的平方,而标准差与原数据单位一致,因此在实际解释中标准差更常用。
Continuing with the lottery game example: we have already computed E(X)=13. First calculate E(X²)=0²×0.5+10²×0.3+50²×0.2=0+30+500=530. Hence Var(X)=530-13²=530-169=361. The standard deviation is the positive square root of the variance, that is, σ=√361=19. The variance has units equal to the square of the original data, while the standard deviation shares the same units as the original data, which is why the standard deviation is more commonly used for interpretation.
方差与期望的一个重要区别在于线性变换的规律:Var(aX+b)=a²Var(X)。注意常数b对方差没有任何影响,因为整体平移不会改变数据的离散程度;而系数a会被平方,因为伸缩数据会成比例地改变离差。这个公式在IB考试中经常与期望的线性性质一同考查,考生需要区分E(aX+b)=aE(X)+b与Var(aX+b)=a²Var(X)这两个截然不同的结果。
An important difference between variance and expectation lies in the rule for linear transformations: Var(aX+b)=a²Var(X). Note that the constant b has no effect on the variance at all, because shifting the whole distribution does not change how spread out the data are; the coefficient a, however, is squared, because scaling the data changes the deviations proportionally. This formula is frequently tested together with the linearity of expectation in IB examinations, and candidates must distinguish the two very different results E(aX+b)=aE(X)+b and Var(aX+b)=a²Var(X).
四、期望与方差的线性变换:E(aX+b)与Var(aX+b) | Linear Transformations: E(aX+b) and Var(aX+b)
在IB数学中,线性变换是连接概率分布与实际问题的重要桥梁。设想一个班级的考试成绩X服从某个分布,老师决定给每位同学加5分并乘以1.1的权重,那么新的成绩就是Y=1.1X+5。这时我们并不需要重新计算整个分布,只需利用线性变换公式:E(Y)=1.1E(X)+5,Var(Y)=1.1²Var(X)=1.21Var(X)。
In IB Mathematics, linear transformations are an important bridge connecting probability distributions with real-world problems. Imagine that examination scores X in a class follow some distribution, and the teacher decides to add 5 marks to every student and multiply by a weight of 1.1; the new score is then Y=1.1X+5. In this case we do not need to recalculate the whole distribution; we only need the linear transformation formulae: E(Y)=1.1E(X)+5 and Var(Y)=1.1²Var(X)=1.21Var(X).
为什么加法不影响方差?直观上,把整条分布曲线向左或向右平移,曲线的形状、宽窄完全不变,只是位置移动了,所以反映”宽度”的方差自然保持不变。而乘法相当于把分布横向拉伸或压缩:如果乘以2,每个点离中心的距离都变为原来的两倍,平方后方差变为原来的四倍,即2²=4倍。这个几何直觉能帮助考生在考试中快速判断而不必死记硬背。
Why does addition not affect the variance? Intuitively, shifting the whole distribution curve left or right changes neither its shape nor its width; only its position moves, so the variance, which reflects width, naturally stays the same. Multiplication, on the other hand, stretches or compresses the distribution horizontally: if we multiply by 2, every point is twice as far from the centre as before, and after squaring, the variance becomes four times its original value, that is, 2²=4 times. This geometric intuition helps candidates judge quickly in examinations without rote memorisation.
这类题目在IB Paper 2中常以综合题形式出现:先给出X的分布表,要求计算E(X)和Var(X),然后定义Y=aX+b并给出E(Y)与Var(Y)的数值,反求常数a和b。解法是先列出E(Y)=aE(X)+b与Var(Y)=a²Var(X)两个方程,注意到Var(Y)=a²Var(X)中b不出现,可以先用第二个方程解出|a|,再由a的正负号和第一个方程确定b。整个过程是代数与概率的经典结合。
This type of question often appears in IB Paper 2 as a composite problem: first a distribution table of X is given and candidates calculate E(X) and Var(X), then Y=aX+b is defined with given values of E(Y) and Var(Y), and the constants a and b must be recovered. The method is to write down the two equations E(Y)=aE(X)+b and Var(Y)=a²Var(X), notice that b does not appear in the second one, solve for |a| using the second equation first, and then determine b from the first equation together with the sign of a. The whole process is a classic combination of algebra and probability.
五、二项分布B(n,p):伯努利试验的成功次数 | The Binomial Distribution B(n,p): Counting Successes in Bernoulli Trials
二项分布是IB数学中最重要的离散分布之一。它描述的是这样一类试验:重复进行n次完全相同的独立试验,每次试验只有”成功”和”失败”两种结果,且每次成功的概率p保持不变。这样的单次试验称为伯努利试验(Bernoulli trial)。如果X表示n次试验中成功的总次数,那么X服从参数为n和p的二项分布,记作X~B(n,p)。
The binomial distribution is one of the most important discrete distributions in IB Mathematics. It describes experiments of the following kind: an identical trial is repeated n times independently, each trial has only two outcomes, success and failure, and the probability p of success is the same on every trial. Such a single trial is called a Bernoulli trial. If X denotes the total number of successes in the n trials, then X follows a binomial distribution with parameters n and p, written X~B(n,p).
二项分布的概率质量函数为P(X=r)=C(n,r)·p^r·(1-p)^(n-r),其中r=0,1,…,n,组合数C(n,r)=n!/[r!(n-r)!]表示从n次试验中选出r次成功的方式数。这个公式的推导思路是:某一特定排列(例如前r次成功、后n-r次失败)的概率是p^r(1-p)^(n-r),而这样的排列一共有C(n,r)种,因此总概率是两者相乘。
The probability mass function of the binomial distribution is P(X=r)=C(n,r)·p^r·(1-p)^(n-r), where r=0,1,…,n, and the binomial coefficient C(n,r)=n!/[r!(n-r)!] counts the number of ways to choose r successes among the n trials. The reasoning behind this formula is: the probability of one particular arrangement (for example, successes on the first r trials and failures on the remaining n-r trials) is p^r(1-p)^(n-r), and there are C(n,r) such arrangements in total, so the overall probability is the product of the two.
二项分布的期望与方差有非常简洁的公式:E(X)=np,Var(X)=np(1-p)。例如X~B(20,0.3),则E(X)=20×0.3=6,Var(X)=20×0.3×0.7=4.2,标准差约2.05。记住这两个公式可以大幅节省考试时间,因为直接用定义式计算期望和方差会非常繁琐。IB真题中常见的问题是P(X≥r)或P(a≤X≤b),这类累积概率通常借助GDC计算器或统计表直接求出。
The binomial distribution has very compact formulae for expectation and variance: E(X)=np and Var(X)=np(1-p). For example, if X~B(20,0.3), then E(X)=20×0.3=6 and Var(X)=20×0.3×0.7=4.2, with a standard deviation of about 2.05. Remembering these two formulae can save a great deal of examination time, because computing the expectation and variance from the definition would be extremely tedious. Common questions in real IB papers include P(X≥r) or P(a≤X≤b); such cumulative probabilities are usually found directly with a GDC calculator or statistical tables.
判断一个实际问题是否能用二项分布建模,必须逐条核对四个条件:第一,试验次数n固定;第二,每次试验相互独立;第三,每次试验只有成功与失败两种结果;第四,成功概率p在每次试验中保持不变。只要有一条不满足,就不能套用二项分布。例如”从一盒产品中不放回地抽取检查”就不满足独立性条件,因为每次抽取后盒内构成发生了变化。
To decide whether a real problem can be modelled by the binomial distribution, one must check four conditions one by one: first, the number of trials n is fixed; second, the trials are mutually independent; third, each trial has only two outcomes, success and failure; fourth, the success probability p stays the same on every trial. If any condition fails, the binomial distribution cannot be applied. For example, drawing items from a box without replacement does not satisfy the independence condition, because the composition of the box changes after every draw.
六、泊松分布Po(λ):稀有事件计数模型 | The Poisson Distribution Po(λ): Modelling Rare Event Counts
泊松分布用于描述在固定时间或固定空间区域内,稀有事件发生次数的概率分布。典型的例子包括:每小时到达服务台的电话数量、一页书中印刷错误的个数、一段道路上一周内发生事故的次数。如果X表示单位时间或单位区域内事件发生的次数,且事件以恒定的平均速率λ发生、彼此独立,那么X服从参数为λ的泊松分布,记作X~Po(λ)。
The Poisson distribution is used to describe the probability distribution of the number of times a rare event occurs in a fixed interval of time or a fixed region of space. Typical examples include: the number of phone calls arriving at a service desk per hour, the number of printing errors on one page of a book, and the number of accidents on a stretch of road in one week. If X denotes the number of events occurring per unit time or per unit area, and the events occur at a constant average rate λ and independently of one another, then X follows a Poisson distribution with parameter λ, written X~Po(λ).
泊松分布的概率质量函数为P(X=r)=e^(-λ)·λ^r/r!,其中r=0,1,2,…。注意与二项分布不同,泊松分布中r可以取任意非负整数,没有上界,因为理论上事件次数没有上限。泊松分布最重要的性质是期望与方差相等:E(X)=Var(X)=λ。这个”均值等于方差”的特征常被用来判断一组数据是否适合用泊松分布拟合。
The probability mass function of the Poisson distribution is P(X=r)=e^(-λ)·λ^r/r!, where r=0,1,2,… Note that, unlike the binomial distribution, r can take any non-negative integer value with no upper bound, because theoretically there is no limit to the number of events. The most important property of the Poisson distribution is that its expectation and variance are equal: E(X)=Var(X)=λ. This feature that the mean equals the variance is often used to judge whether a data set is suitable for fitting with a Poisson distribution.
泊松分布与二项分布之间有一条著名的联系:当二项分布的n很大而p很小时,B(n,p)可以用Po(np)来近似。直观上,np是二项分布的期望,而泊松分布的参数λ正是其期望,两者在大量稀有事件场景下行为一致。这条近似规则在IB考试中偶尔出现,帮助考生在n巨大、计算器难以直接处理二项系数时快速得到近似答案。
There is a famous connection between the Poisson and binomial distributions: when n is large and p is small, the binomial distribution B(n,p) can be approximated by Po(np). Intuitively, np is the expectation of the binomial distribution, and the parameter λ of the Poisson distribution is exactly its expectation, so the two behave similarly in situations involving many rare events. This approximation rule appears occasionally in IB examinations, helping candidates obtain quick approximate answers when n is huge and the binomial coefficients are difficult to handle directly on a calculator.
泊松分布的典型考题还包括”区间变化”问题:如果事件在单位时间内平均发生λ次,那么在t个单位时间内发生的次数服从Po(λt)。例如已知某呼叫中心每小时平均接到5通电话,则两小时内接到的电话数服从Po(10),三十分钟内服从Po(2.5)。求解时只需把参数按区间长度成比例缩放,再代入泊松公式或使用GDC即可。
Typical examination questions on the Poisson distribution also include interval scaling problems: if events occur at an average rate of λ per unit time, then the number of events in t units of time follows Po(λt). For example, if a call centre receives an average of 5 calls per hour, then the number of calls in two hours follows Po(10), and in thirty minutes it follows Po(2.5). When solving, simply scale the parameter proportionally to the length of the interval, then substitute into the Poisson formula or use the GDC.
七、正态分布N(μ,σ²):钟形曲线的数学表达 | The Normal Distribution N(μ,σ²): The Bell Curve in Mathematics
正态分布是连续型随机变量中最重要的分布,也是整个IB概率章节的压轴内容。它的概率密度函数在图形上呈现为一条关于均值μ对称的钟形曲线:中间高、两边低、两端无限延伸但迅速趋近于零。如果连续型随机变量X服从均值为μ、方差为σ²的正态分布,记作X~N(μ,σ²)。
The normal distribution is the most important distribution among continuous random variables and the culminating content of the entire IB probability chapter. Its probability density function appears graphically as a bell-shaped curve symmetric about the mean μ: high in the middle, low on both sides, extending infinitely at both ends but rapidly approaching zero. If a continuous random variable X follows a normal distribution with mean μ and variance σ², we write X~N(μ,σ²).
正态分布的概率密度函数为f(x)=1/[σ√(2π)]·e^[-((x-μ)²)/(2σ²)]。虽然这个公式本身在IB考试中几乎从不要求直接使用(计算全部交给GDC),但理解它的结构有助于把握三个关键参数:μ决定曲线的中心位置,σ决定曲线的宽窄,σ越大曲线越矮胖、数据越分散,σ越小曲线越高瘦、数据越集中。参数μ和σ²完全决定了整个分布。
The probability density function of the normal distribution is f(x)=1/[σ√(2π)]·e^[-((x-μ)²)/(2σ²)]. Although this formula itself is almost never required directly in IB examinations, because all computation is delegated to the GDC, understanding its structure helps grasp the three key parameters: μ determines the position of the centre of the curve, σ determines the width of the curve, a larger σ makes the curve lower and fatter with more dispersed data, and a smaller σ makes the curve taller and thinner with more concentrated data. The parameters μ and σ² completely determine the whole distribution.
对连续型随机变量而言,单点概率P(X=x)恒等于0,这一点与离散型随机变量有本质区别。因此正态分布的概率只能用区间来表示,例如P(a<X<b)、P(X>c)或P(X<d)。在IB考试中,这些区间概率全部通过GDC上的正态分布功能计算:输入均值、标准差以及区间的上下限,计算器直接输出概率值。考生需要特别注意符号方向,避免把”大于”与”小于”的概率混淆。
For a continuous random variable, the single-point probability P(X=x) is always 0, which is fundamentally different from discrete random variables. Therefore probabilities for the normal distribution can only be expressed as intervals, such as P(a<X<b), P(X>c) or P(X<d). In IB examinations these interval probabilities are all computed using the normal distribution function on the GDC: enter the mean, the standard deviation and the upper and lower bounds of the interval, and the calculator outputs the probability directly. Candidates must pay special attention to the direction of the inequality signs to avoid confusing greater-than with less-than probabilities.
经验法则(empirical rule)是正态分布的一条实用结论:约68%的数据落在μ±σ范围内,约95%的数据落在μ±2σ范围内,约99.7%的数据落在μ±3σ范围内。这条法则虽然不能替代精确计算,但能帮助考生快速检验计算结果是否合理。例如算出一个概率为0.9却对应μ±2σ以外的区间,就说明计算可能出错了。
The empirical rule is a practical conclusion about the normal distribution: about 68% of the data lie within μ±σ, about 95% lie within μ±2σ, and about 99.7% lie within μ±3σ. Although this rule cannot replace precise calculation, it helps candidates quickly check whether a computed result is reasonable. For example, if a calculated probability is 0.9 but corresponds to an interval beyond μ±2σ, then something has probably gone wrong in the calculation.
八、标准化与z分数:不同正态分布的统一比较 | Standardisation and z-Scores: Comparing Different Normal Distributions
不同的正态分布拥有不同的均值μ和标准差σ,直接比较两个来自不同分布的观测值意义不大。为此,统计学家引入了标准化(standardisation)操作:定义z=(x-μ)/σ,称为z分数(z-score)。z分数表示原始值x偏离均值多少个标准差,是一个无量纲的纯数字。经过标准化后,任何正态分布X~N(μ,σ²)都可以转化为标准正态分布Z~N(0,1)。
Different normal distributions have different means μ and standard deviations σ, so directly comparing observations from two different distributions is not very meaningful. For this reason statisticians introduced the standardisation operation: define z=(x-μ)/σ, called the z-score. The z-score expresses how many standard deviations the original value x deviates from the mean, and it is a dimensionless pure number. After standardisation, any normal distribution X~N(μ,σ²) can be transformed into the standard normal distribution Z~N(0,1).
z分数最大的价值在于跨分布比较。例如甲的物理成绩是72分(该科平均60、标准差8),乙的化学成绩是68分(该科平均50、标准差12)。甲的z分数为(72-60)/8=1.5,乙的z分数为(68-50)/12=1.5。虽然原始分相差4分、科目也不同,但两人在各自班级中的相对位置完全一样:都高于平均1.5个标准差。这就是标准化消除单位与量纲差异的力量。
The greatest value of the z-score lies in cross-distribution comparison. For example, student A scored 72 in Physics, where the mean is 60 and the standard deviation is 8, while student B scored 68 in Chemistry, where the mean is 50 and the standard deviation is 12. A’s z-score is (72-60)/8=1.5 and B’s z-score is (68-50)/12=1.5. Although the raw scores differ by 4 marks and the subjects are different, the two students occupy exactly the same relative position in their own classes: both are 1.5 standard deviations above the mean. This is the power of standardisation in removing the differences of units and scales.
在IB考试中,z分数的计算通常只是第一步,更常见的问法是给出概率反求z值或原始值。例如已知X~N(μ,σ²)且P(X<x)=0.9,要求x的值。此时有两种做法:直接使用GDC的反向正态功能,或者先查标准正态表得到对应0.9概率的z值约为1.282,再代入x=μ+zσ还原。两种方法的结果应一致,考生可互为检验。
In IB examinations, calculating the z-score is usually only the first step; more common questions give a probability and ask for the corresponding z value or raw value. For example, given X~N(μ,σ²) and P(X<x)=0.9, find x. There are two approaches: use the inverse normal function of the GDC directly, or first look up the standard normal table to find that the z value corresponding to probability 0.9 is about 1.282, then recover x=μ+zσ. The two methods should give the same result, and candidates can check one against the other.
九、反查正态分布:已知概率求临界值 | Inverse Normal: Finding Critical Values from Probabilities
IB考试中有一类高频题型与正常方向相反:已知概率,反求对应的临界值(critical value)。例如某品牌电池的寿命X~N(800,40²)小时,厂家承诺”寿命低于某小时数即免费更换”,且希望只有2%的电池被更换,那么临界值c应满足P(X<c)=0.02。求解c的过程称为反查正态分布(inverse normal),是GDC的标准功能之一。
There is a high-frequency type of IB examination question that runs in the opposite direction: given a probability, find the corresponding critical value. For example, the lifetime of a certain brand of battery is X~N(800,40²) hours, and the manufacturer promises free replacement for batteries whose lifetime falls below a certain number of hours, intending that only 2% of batteries are replaced. Then the critical value c must satisfy P(X<c)=0.02. Finding c is called the inverse normal calculation, and it is one of the standard GDC functions.
使用GDC反查正态分布时,通常需要输入三个量:左侧概率(或右侧概率)、均值μ、标准差σ。仍以电池为例,输入左侧概率0.02、均值800、标准差40,计算器输出c≈717.8小时。意思是:寿命低于约718小时的电池占2%,厂家可以把免费更换的门槛设在718小时。需要注意的是,若题目给出的是P(X>c)=0.02这样的右侧概率,必须先转化为左侧概率0.98再输入。
When using the GDC inverse normal function, one usually needs to enter three quantities: the left-tail probability (or the right-tail probability), the mean μ and the standard deviation σ. Returning to the battery example, entering the left-tail probability 0.02, the mean 800 and the standard deviation 40, the calculator outputs c≈717.8 hours. This means that about 2% of batteries last below 718 hours, so the manufacturer can set the free-replacement threshold at 718 hours. Note that if the question gives a right-tail probability such as P(X>c)=0.02, one must first convert it to the left-tail probability 0.98 before entering it.
反查正态分布题目最常见的错误有两类。第一类是混淆左右尾:题目给的是右侧概率却按左侧概率输入,结果偏差巨大。第二类是忘记题目可能涉及对称区间:例如求”中间80%的区间”时,两侧各留10%,因此需要分别求P(X<c₁)=0.1和P(X<c₂)=0.9对应的两个临界值。养成先画草图再计算的习惯,可以显著降低这类错误的发生率。
There are two most common types of errors in inverse normal questions. The first is confusing the left and right tails: the question gives a right-tail probability but it is entered as a left-tail probability, producing a seriously wrong result. The second is forgetting that the question may involve a symmetric interval: for example, when finding the interval containing the middle 80% of the data, 10% remains on each side, so one must find the critical values corresponding to P(X<c₁)=0.1 and P(X<c₂)=0.9 separately. Developing the habit of sketching a diagram before calculating can significantly reduce the incidence of such errors.
十、如何选择正确的分布:二项、泊松与正态的适用条件 | Choosing the Right Distribution: When to Use Binomial, Poisson or Normal
IB考试中有一类综合性题目不会直接告诉你用哪种分布,而是要求考生根据问题情境自行判断。掌握三种分布的适用条件是得分的关键。判断顺序可以这样进行:第一步看随机变量的类型,是离散的还是连续的;第二步看试验情境是否符合某种分布的定义条件。
There is a type of composite question in IB examinations that does not tell candidates which distribution to use directly, but requires them to judge from the context of the problem. Mastering the applicable conditions of the three distributions is the key to scoring. The judging process can proceed as follows: the first step is to look at the type of random variable, whether it is discrete or continuous; the second step is to check whether the experimental situation fits the defining conditions of a distribution.
具体来说:如果问题是”n次独立重复试验中成功的次数”,四个二项条件都满足,就用B(n,p);如果问题是”固定时间或区域内稀有事件的发生次数”,事件独立且速率恒定,就用Po(λ);如果问题描述的是连续量的测量结果,如身高、体重、考试成绩、零件直径,通常默认用正态分布N(μ,σ²)。特别地,许多题目会明确写出”假设X服从正态分布”,这时直接使用即可。
Specifically: if the question concerns the number of successes in n independent repeated trials and all four binomial conditions are satisfied, use B(n,p); if the question concerns the number of occurrences of rare events in a fixed time interval or region, with independent events and a constant rate, use Po(λ); if the question describes measurements of a continuous quantity, such as height, weight, examination scores or component diameters, the normal distribution N(μ,σ²) is usually assumed by default. In particular, many questions explicitly state that X follows a normal distribution, in which case candidates can use it directly.
还有一种常见的组合考法:同一个情境下的多个问题分别使用不同分布。例如先问”10个随机挑选的零件中恰好有1个不合格的概率”(用二项分布),再问”一小时内不合格零件出现的次数”(用泊松分布)。解答这类题目的诀窍是仔细阅读每个小问的措辞,注意”个数””次数””长度””重量”等关键词,它们往往暗示了应使用的分布类型。
There is also a common combined examination format in which different questions in the same context use different distributions. For example, first ask for the probability that exactly 1 of 10 randomly selected components is defective, which uses the binomial distribution, and then ask for the number of defective components appearing in one hour, which uses the Poisson distribution. The trick to solving such problems is to read the wording of each sub-question carefully and pay attention to keywords such as number, count, length and weight, which usually hint at the type of distribution to use.
十一、GDC计算器操作要点与IB考试技巧 | GDC Calculator Tips and IB Exam Techniques
IB数学考试允许使用图形计算器(GDC),且Paper 2中的概率题目绝大多数需要借助GDC完成。因此,熟练操作GDC是取得高分的前提条件。不同型号的计算器菜单略有差异,但核心功能一致:分布计算、累积概率、反向计算和随机模拟。建议考生在考试前把每种功能的操作步骤写成速查卡,反复演练。
IB Mathematics examinations allow the use of a graphical display calculator (GDC), and the vast majority of probability questions in Paper 2 require the GDC to complete. Therefore, operating the GDC fluently is a prerequisite for achieving high marks. The menus differ slightly between calculator models, but the core functions are the same: distribution calculations, cumulative probabilities, inverse calculations and random simulation. Candidates are advised to write the operating steps of each function on a quick-reference card before the examination and practise repeatedly.
使用GDC时有几个常见错误需要特别警惕。第一,二项分布和泊松分布都区分”恰好等于”与”至少/至多”两种模式:P(X=r)与P(X≤r)、P(X≥r)在计算器上对应不同的命令,选错模式会得到完全错误的结果。第二,正态分布输入的是标准差σ而不是方差σ²,许多考生误输入方差导致结果整体偏差。第三,输出结果通常有较多小数位,IB评分要求保留适当精度,一般写3位有效数字即可。
There are several common errors to be especially careful about when using the GDC. First, both the binomial and Poisson distributions distinguish between exactly equal and at least/at most modes: P(X=r) and P(X≤r), P(X≥r) correspond to different commands on the calculator, and choosing the wrong mode produces a completely wrong result. Second, the normal distribution input uses the standard deviation σ rather than the variance σ²; many candidates mistakenly enter the variance and the whole result drifts. Third, outputs usually have many decimal places, and IB marking requires appropriate precision, with 3 significant figures generally being acceptable.
在IB考试中,过程分(method marks)与结果分同样重要。即使计算器能直接输出答案,规范的解答也应该写出分布记号、参数取值和关键的转换步骤。例如先写”X~B(10,0.3)”,再写”P(X≥4)=1-P(X≤3)”,最后写”=0.3504″。这样即使最终数值有误,前两步也能获得过程分。合理分配纸面步骤与计算器操作,是概率大题拿满分的核心策略。
In IB examinations, method marks are just as important as result marks. Even though the calculator can output the answer directly, a standard solution should still write down the distribution notation, the parameter values and the key conversion steps. For example, first write X~B(10,0.3), then write P(X≥4)=1-P(X≤3), and finally write =0.3504. In this way, even if the final numerical value is wrong, the first two steps can still earn method marks. Balancing written steps with calculator operations is the core strategy for scoring full marks on substantial probability questions.
十二、典型IB真题题型拆解:三步解题框架 | Typical IB Exam Questions: A Three-Step Solving Framework
IB概率分布大题的命题结构通常非常稳定,可以归纳为一个三步框架。第一步是识别分布:从题干中提取关键词,判断随机变量是二项、泊松还是正态,并写出完整的记号如X~N(μ,σ²)。第二步是转换问题:把文字表述转化为概率表达式,例如”超过80″写成P(X>80),”至少3个”写成P(X≥3)。第三步是计算与解读:使用GDC求出数值,并结合情境用一句话回答。
The question structure of substantial IB probability distribution problems is usually very stable and can be summarised as a three-step framework. The first step is to identify the distribution: extract keywords from the question, decide whether the random variable is binomial, Poisson or normal, and write down the complete notation such as X~N(μ,σ²). The second step is to translate the problem: convert the verbal description into a probability expression, for example writing P(X>80) for exceeds 80 and P(X≥3) for at least 3. The third step is calculation and interpretation: obtain the numerical value with the GDC and answer with one sentence in the context of the question.
让我们通过一道典型真题来演示这个框架。题目:某工厂生产的螺丝直径X~N(12,0.4²)毫米,求P(X>12.5)和P(11.5<X<12.5)。第一步,题干已经给出正态分布记号。第二步,两个概率分别对应”直径超过12.5″与”直径在11.5到12.5之间”。第三步,使用GDC正态分布功能:P(X>12.5)=0.1056,P(11.5<X<12.5)=0.7887。整个解答过程不超过三分钟。
Let us demonstrate this framework with a typical real examination question. Question: the diameter of screws produced by a factory follows X~N(12,0.4²) millimetres; find P(X>12.5) and P(11.5<X<12.5). First step, the question already gives the normal distribution notation. Second step, the two probabilities correspond to the diameter exceeding 12.5 and the diameter lying between 11.5 and 12.5 respectively. Third step, use the normal distribution function of the GDC: P(X>12.5)=0.1056 and P(11.5<X<12.5)=0.7887. The whole solution takes no more than three minutes.
进阶版本的真题会加入参数求解环节。例如同一道题再给出P(X>12.5)=0.1056,反过来求μ和σ。此时需要利用z分数的概念:由P(Z>z)=0.1056反查得z≈1.25,于是12.5=μ+1.25σ;再结合题目中另一个已知概率(如P(X>11)=0.9),可得11=μ-1.28σ,联立两个方程即可解出μ≈11.75、σ≈0.6。这类题目考查的是正态分布、标准化与代数求解的综合能力。
An advanced version of the real examination question adds a parameter-solving component. For example, the same question may then give P(X>12.5)=0.1056 and ask to find μ and σ in return. In this case one uses the concept of the z-score: from P(Z>z)=0.1056, inverse lookup gives z≈1.25, so 12.5=μ+1.25σ; combined with another known probability in the question, such as P(X>11)=0.9, giving 11=μ-1.28σ, the two simultaneous equations can be solved to obtain μ≈11.75 and σ≈0.6. This type of question tests the combined ability of the normal distribution, standardisation and algebraic solving.
Summary | 总结
本文系统梳理了IB数学概率分布章节的核心概念与考试要点。我们从离散型随机变量和概率分布表出发,掌握了期望E(X)与方差Var(X)的定义和计算方法,理解了线性变换E(aX+b)=aE(X)+b与Var(aX+b)=a²Var(X)的本质区别;随后依次学习了二项分布B(n,p)、泊松分布Po(λ)和正态分布N(μ,σ²)三种核心分布的定义、公式与适用条件,重点掌握了正态分布的标准化、z分数与反查临界值的操作。
This article systematically reviews the core concepts and examination points of the probability distributions chapter in IB Mathematics. Starting from discrete random variables and probability distribution tables, we mastered the definitions and calculation methods of the expectation E(X) and the variance Var(X), understood the essential difference between the linear transformations E(aX+b)=aE(X)+b and Var(aX+b)=a²Var(X); then we studied in turn the definitions, formulae and applicable conditions of the three core distributions, the binomial distribution B(n,p), the Poisson distribution Po(λ) and the normal distribution N(μ,σ²), with special emphasis on standardisation, z-scores and inverse normal critical values.
对考生而言,本章的得分关键在于三点:第一,准确判断题目情境应使用哪种分布,这是所有计算的前提;第二,熟练使用GDC完成累积概率与反查计算,并注意标准差与方差的输入区别;第三,规范书写解答过程,先写分布记号与概率表达式再计算结果,以获取完整的过程分。建议考生结合近五年的IB真题反复演练,将本文的三步解题框架内化为自己的答题习惯。
For candidates, the key to scoring in this chapter lies in three points: first, accurately judging which distribution the context of the question requires, which is the premise of all calculations; second, fluently using the GDC for cumulative probability and inverse calculations, while noting the difference between entering the standard deviation and the variance; third, writing out the solution process in a standard way, recording the distribution notation and probability expressions before computing results, in order to earn full method marks. Candidates are advised to practise repeatedly with real IB papers from the past five years and internalise the three-step solving framework of this article as their own answering habit.
更多咨询请联系16621398022(同微信)