Frequencies and Combinations | 频率与组合

📚 Frequencies and Combinations | 频率与组合

In probability and statistics, the concept of frequency helps us connect observed data to the theoretical models built on combinatorics. Frequencies arise every time we count how often an event occurs, while combinations provide the mathematical toolkit for counting outcomes without regard to order. This article explores the interplay between experimental frequencies, counting principles, and the combination formulas that sit at the heart of the IB Mathematics curriculum.

在概率与统计中,频率的概念帮助我们将观测数据与基于组合数学的理论模型联系起来。每次我们统计事件发生的次数时就会出现频率,而组合则提供了不考虑顺序计数结果的数学工具。本文探讨实验频率、计数原理以及位于IB数学课程核心的组合公式之间的相互作用。

1. Understanding Frequency in Probability | 理解概率中的频率

Frequency in probability refers to the number of times a particular outcome occurs in an experiment or a sample. When you roll a die 60 times and count the number of sixes, you are recording a frequency. This raw count is the starting point for calculating relative frequency, which approximates probability in the long run.

概率中的频率指的是在实验或样本中某个特定结果出现的次数。当你掷骰子60次并统计出现六点的次数时,你就在记录频率。这个原始计数是计算相对频率的起点,而相对频率在长期中会逼近概率。

Relative frequency is given by the ratio of the observed frequency to the total number of trials. If event E occurs f times in n trials, the relative frequency is f/n. According to the law of large numbers, as n increases, the relative frequency tends to stabilise around the theoretical probability.

相对频率由观测频率与试验总次数之比给出。如果事件E在n次试验中发生f次,那么相对频率就是f/n。根据大数定律,随着n增大,相对频率会趋向于在理论概率附近稳定下来。

In IB Mathematics, students often begin by constructing frequency tables and representing data with bar charts or histograms. These visual tools make it easier to spot patterns and compare experimental frequencies with predictions from combinatorial probability.

在IB数学中,学生通常从构建频率表开始,并用条形图或直方图表示数据。这些可视化工具更容易发现模式,并将实验频率与来自组合概率的预测进行比较。

2. Experimental Probability and Relative Frequency | 实验概率与相对频率

Experimental probability is defined as the relative frequency obtained from an actual experiment. If you toss a coin 200 times and get heads 96 times, the experimental probability of heads is 96/200 = 0.48. This might differ from the theoretical value of 0.5, but with more tosses the gap usually shrinks.

实验概率被定义为从实际实验中获得的相对频率。如果你抛硬币200次并得到正面96次,正面的实验概率为96/200 = 0.48。这可能与理论值0.5不同,但随着抛掷次数增加,差距通常会缩小。

Recording running frequencies helps demonstrate the convergence behaviour. A running relative frequency plot will fluctuate a lot at first and then gradually settle near a fixed number. This is a powerful way to visualise the frequentist interpretation of probability without heavy theory.

记录动态频率有助于展示收敛行为。动态相对频率图起初会剧烈波动,然后逐渐稳定在一个固定数值附近。这是一种可视化频率主义概率解释的有效方法,无需深奥理论。

When experiments are repeated under identical conditions, the long-run relative frequency can be used as an estimate for the probability of an event. In the IB syllabus, this idea underpins subjective and frequentist probability and links naturally to combinations when we reason about equally likely outcomes.

当在相同条件下重复实验时,长期相对频率可以用作事件概率的估计。在IB大纲中,这一思想支撑着主观概率和频率概率,并且当我们推理等可能结果时,自然与组合联系起来。

3. Introduction to Counting Principles | 计数原理简介

To compute theoretical probability, we need systematic ways to count possible outcomes. The fundamental counting principle states that if one event can occur in m ways and a second event in n ways, then the two events together can occur in m × n ways. This multiplicative rule is the foundation of all combinatorial counting.

为了计算理论概率,我们需要系统的方法来计数可能的结果。基本的计数原理指出,如果一个事件能以m种方式发生,第二个事件能以n种方式发生,那么这两个事件一起发生的方式有m × n种。这一乘法规则是所有组合计数的基础。

For example, choosing a main course from 3 options and a dessert from 4 options yields 3 × 4 = 12 different two‑course meals. The principle extends naturally to more than two stages: m₁ × m₂ × m₃ × … × mₖ. In IB problems, this is often applied to creating license plates or forming codes.

例如,从3种主菜中选择一种,再从4种甜点中选择一种,总共有3 × 4 = 12种不同的两道菜组合。这一原则自然扩展到多个阶段:m₁ × m₂ × m₃ × … × mₖ。在IB题目中,这经常被用来生成车牌或组成密码。

When outcomes are equally likely, probability can be expressed as the number of favourable outcomes divided by the total number of outcomes. The counting principles become essential because the denominator and numerator are both counts that often rely on permutations or combinations.

当结果是等可能时,概率可以表示为有利结果的数量除以总结果数量。计数原理变得至关重要,因为分母和分子都是计数,往往依赖于排列或组合。

4. Factorials and Permutations | 阶乘与排列

A factorial, denoted by n!, is the product of all positive integers up to n: n! = n × (n−1) × (n−2) × … × 2 × 1. For instance, 5! = 120. By convention, 0! = 1. Factorials quantify the number of ways to arrange n distinct objects in a row.

阶乘,记作n!,是所有直到n的正整数的乘积:n! = n × (n−1) × (n−2) × … × 2 × 1。例如,5! = 120。按照惯例,0! = 1。阶乘量化了将n个不同物体排成一行的方式数。

A permutation is an arrangement of objects in a specific order. The number of permutations of n distinct objects taken r at a time is given by

排列是指按特定顺序排列物体。从n个不同物体中取出r个的排列数由下式给出:

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

This formula counts sequences where order matters, such as picking a first, second, and third prize winner from a group of 10.

这个公式计算顺序重要的序列,比如从10人中选出一等奖、二等奖和三等奖的获奖者。

When r = n, the formula simplifies to n! because (n − n)! = 0! = 1. Permutations are used in IB problems involving passwords, rankings, and seating arrangements where the order of selection cannot be ignored.

当r = n时,公式简化为n!,因为(n − n)! = 0! = 1。排列用于涉及密码、排名和座位安排的IB问题中,这些情况选择的顺序不能忽略。

5. Combinations: Choosing Without Order | 组合:无序选择

A combination describes a selection of objects where order does not matter. The number of ways to choose r objects from n distinct objects is the binomial coefficient

组合描述的是顺序无关紧要的选择。从n个不同物体中选取r个的方式数是二项式系数

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

also written as ⁿCᵣ. For example, C(10, 3) = 120 gives the number of ways to choose a committee of 3 from 10 people.

也写作ⁿCᵣ。例如,C(10, 3) = 120给出了从10人中选出3人委员会的方式数。

Combinations are smaller than permutations because the same set of chosen items corresponds to r! different permutations. Indeed, C(n, r) = P(n, r) / r!. Grasping this relationship is vital for selecting the correct formula in probability questions.

组合数比排列数小,因为同一组被选物品对应r!种不同的排列。实际上,C(n, r) = P(n, r) / r!。理解这一关系对于在概率题中选择正确公式至关重要。

Properties of combinations include symmetry C(n, r) = C(n, n−r) and the identity C(n, r) + C(n, r+1) = C(n+1, r+1). These identities are frequently tested and also appear in binomial expansions, linking combinatorics to algebra.

组合的性质包括对称性C(n, r) = C(n, n−r)和恒等式C(n, r) + C(n, r+1) = C(n+1, r+1)。这些恒等式经常被考察,并且出现在二项展开式中,将组合数学与代数联系起来。

6. Linking Combinations to Probability | 关联组合与概率

When outcomes are equally likely, the probability of an event E is

P(E) = (number of combinations favourable to E) / (total number of combinations)

This is often used in card games, lottery draws, and sampling problems. The numerator and denominator are both computed using C(n, r).

当结果是等可能时,事件E的概率为:有利E的组合数除以总组合数。这通常用于纸牌游戏、彩票抽奖和抽样问题。分子和分母都使用C(n, r)计算。

For instance, the probability of being dealt exactly two aces in a five‑card poker hand is [C(4,2) × C(48,3)] / C(52,5). The numerator counts the ways to choose 2 aces from 4 and 3 non‑aces from the remaining 48 cards.

例如,在五张牌扑克手牌中恰好拿到两张A的概率为[C(4,2) × C(48,3)] / C(52,5)。分子计算了从4张A中选2张以及从剩余48张非A中选3张的方法数。

Combinations also solve probability problems with selections from multiple groups. If a bag contains 5 red and 4 blue balls, the probability of drawing 2 red and 1 blue in a random sample of 3 is C(5,2) × C(4,1) / C(9,3).

组合还可以解决从多个群体中选取的概率问题。如果袋子里有5个红球和4个蓝球,随机抽取3个球恰好2红1蓝的概率为C(5,2) × C(4,1) / C(9,3)。

In the IB exams, structured questions often require you to identify whether to use frequency arguments or combinatorial counting. Drawing a clear distinction between experimental and theoretical perspectives helps avoid common errors.

在IB考试中,结构化问题往往要求你判断是使用频率论证还是组合计数。清楚区分实验和理论视角有助于避免常见错误。

7. Expected Frequency in Repeated Trials | 重复试验中的期望频率

While experimental frequency is observed, expected frequency is predicted by theory. If an event has probability p and the experiment is repeated n times independently, the expected frequency of that event is n × p.

实验频率是观测得到的,而期望频率是理论预测的。如果一个事件的概率为p,且实验独立重复n次,则该事件的期望频率为n × p。

For example, if you roll a fair die 600 times, the expected frequency of rolling a ‘3’ is 600 × (1/6) = 100. Although the observed frequency will rarely be exactly 100, the expectation provides a benchmark for assessing fairness.

例如,如果你掷一枚公平的骰子600次,出现“3”的期望频率为600 × (1/6) = 100。虽然观测频率很少恰好是100,但期望值提供了评估公平性的基准。

Combinations enter expected frequency calculations when the theoretical probability itself is derived from counting. In a lottery where you choose 6 numbers from 49, the probability of matching all six is 1/C(49,6). The expected number of jackpot winners among 14 million tickets is 14×10⁶ × 1/C(49,6).

当理论概率本身是通过计数推导出来时,组合就进入了期望频率的计算。在从49个数字中选6的乐透中,匹配全部6个数字的概率为1/C(49,6)。1400万张彩票中头奖的期望人数为14×10⁶ × 1/C(49,6)。

Comparing expected and observed frequencies is the basis of the χ² goodness‑of‑fit test, which appears in the IB Applications and Interpretation course. Large discrepancies suggest the theoretical model may not fit the data, prompting a closer look at assumptions.

比较期望频率与观测频率是卡方拟合优度检验的基础,该检验出现在IB应用与解释课程中。较大的差异表明理论模型可能不适合数据,从而促使我们仔细审视假设。

8. Binomial Expansion and Combinatorial Coefficients | 二项展开式与组合系数

The binomial theorem expresses (a + b)ⁿ as a sum involving binomial coefficients:

(a + b)ⁿ = C(n,0)aⁿ + C(n,1)aⁿ⁻¹b + … + C(n,r)aⁿ⁻ʳbʳ + … + C(n,n)bⁿ

These binomial coefficients C(n,r) are exactly the combination numbers. Thus, counting choices without order is directly linked to expanding powers of a binomial.

这些二项式系数C(n,r)恰好就是组合数。因此,无序选择计数与二项式的幂展开直接关联。

Pascal’s triangle is a geometric arrangement of these coefficients. Each entry is the sum of the two entries above it, reflecting the identity C(n,r) = C(n−1,r−1) + C(n−1,r). Understanding this pattern can speed up calculations in probability and algebra.

帕斯卡三角是这些系数的几何排列。每个条目是它上方两个条目之和,反映了恒等式C(n,r) = C(n−1,r−1) + C(n−1,r)。理解这一模式可以加快概率和代数中的计算。

In IB Mathematics, the binomial theorem is used both for expanding algebraic expressions and for recognising the connection between coefficients and counting. For example, the coefficient of x³ in (1 + x)⁷ is C(7,3) = 35, which also counts the number of ways to choose 3 items from 7.

在IB数学中,二项式定理既用于展开代数表达式,也用于认识系数与计数之间的联系。例如,(1 + x)⁷中x³的系数为C(7,3) = 35,这也表示从7个物品中选3个的方法数。

9. Using Combinations in Binomial Probability | 在二项概率中使用组合

The binomial distribution models the number of successes in a fixed number of independent trials with constant success probability p. The probability of exactly k successes in n trials is

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

The combination C(n, k) accounts for the different orders in which the k successes can occur among the n trials.

二项分布模型描述的是固定次数独立试验中成功次数,每次成功概率p恒定。在n次试验中恰好成功k次的概率为P(X = k) = C(n, k) pᵏ (1 – p)ⁿ⁻ᵏ。组合C(n, k)计入了k次成功在n次试验中出现的不同顺序。

For example, if a fair coin is tossed 5 times, the probability of exactly 2 heads is C(5,2) × (0.5)² × (0.5)³ = 10 × 0.25 × 0.125 = 0.3125. Here the combination ⁵C₂ = 10 lists the possible positions for the two heads.

例如,如果一枚公平硬币抛掷5次,恰好出现2次正面的概率为C(5,2) × (0.5)² × (0.5)³ = 10 × 0.25 × 0.125 = 0.3125。此处组合⁵C₂ = 10列举了两个正面可能的位置。

The expected value (mean) of the binomial distribution is n × p, linking back to the expected frequency idea. The mode, the most probable number of successes, can be found using combinations and inequalities involving C(n, k).

二项分布的期望值(均值)为n × p,由此回到期望频率的概念。众数,即最可能的成功次数,可以通过组合和涉及C(n, k)的不等式求出。

Understanding how combinations define the shape of the binomial probability mass function helps students see why symmetric distributions (p = 0.5) have larger central probabilities, just as central binomial coefficients are largest.

理解组合如何定义二项概率质量函数的形状,有助于学生明白为什么对称分布(p = 0.5)的中心概率更大,正如中心二项式系数最大一样。

10. Real-World Applications and Review | 现实应用与回顾

Frequencies and combinations appear together in fields like genetics, quality control, and finance. In Mendelian genetics, the expected frequencies of genotypes follow binomial patterns with combinations representing the number of ways alleles can combine.

频率与组合一起出现在遗传学、质量控制和金融等领域。在孟德尔遗传学中,基因型的期望频率遵循二项式模式,组合代表等位基因结合的方式数。

Quality control inspections often rely on acceptance sampling: a batch is accepted if a random sample contains no more than a certain number of defectives. Hypergeometric distributions, which use combinations in their probability formula, and binomial approximations both hinge on combinatorial counting.

质量控制检验通常依赖接受抽样:如果随机样本中包含的不合格品不超过一定数量,则批次被接受。超几何分布的概率公式中使用组合,而二项近似也依赖于组合计数。

Financial models that estimate the probability of a certain number of defaults in a bond portfolio also apply binomial distributions built on combinations. In all these contexts, comparing theoretical frequencies with observed data validates whether the combinatorial model is realistic.

估算债券投资组合中一定数量违约概率的金融模型也应用基于组合的二项分布。在所有这些情境中,将理论频率与观测数据进行比较,可以验证组合模型是否现实。

By mastering the interplay between frequencies and combinations, IB learners gain a unified view of probability: the counting of possibilities gives precise theoretical probabilities, while relative frequencies supply an empirical check. This dual perspective is one of the most powerful aspects of mathematical thinking.

通过掌握频率与组合之间的相互作用,IB学习者获得了概率的统一视角:计数可能性给出精确的理论概率,而相对频率提供了实证检验。这种双重视角是数学思维中最有力的方面之一。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导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