📚 PDF资源导航

IB Mathematics: Frequency and Combinatorial Counting in Probability | IB数学:频率与组合计数在概率中的应用

📚 IB Mathematics: Frequency and Combinatorial Counting in Probability | IB数学:频率与组合计数在概率中的应用

Probability is the mathematical language of uncertainty, and in IB Mathematics, two fundamental approaches dominate: the frequentist interpretation based on observed data, and the combinatorial approach based on counting equally likely outcomes. Understanding the connection between these two perspectives is essential for success in both Analysis and Approaches (AA) and Applications and Interpretation (AI).

概率是描述不确定性的数学语言。在IB数学课程中,两种基本方法占据主导地位:基于观测数据的频率解释(频次方法),以及基于等可能结果计数的组合方法。理解这两种视角之间的联系,对于分析与方法(AA)和应用与解释(AI)两门课程的成功都至关重要。


1. Frequency as Empirical Probability | 频率作为经验概率

When an experiment is repeated a large number of times, the relative frequency of an event tends to stabilize around a fixed value. This is known as the Law of Large Numbers. For an event A occurring f times in n trials, the relative frequency is f/n. For example, if a coin is flipped 1000 times and lands heads 507 times, the relative frequency of heads is 507/1000 = 0.507, which is close to the theoretical probability of 0.5.

当一个实验重复进行多次时,事件的相对频率往往会稳定在某个固定值附近,这就是大数定律。若事件A在n次试验中发生了f次,则其相对频率为f/n。例如,一枚硬币抛掷1000次,正面出现507次,则正面的相对频率为507/1000 = 0.507,接近理论概率0.5。

In IB questions, you may be asked to estimate probability from a frequency table. The empirical probability is simply the frequency divided by the total number of observations.

在IB题目中,你可能会被要求根据频率表估算概率。经验概率就是频数除以总观测次数。


2. The Fundamental Counting Principle | 基本计数原理

The Fundamental Counting Principle states that if one operation can be performed in m ways and a second independent operation can be performed in n ways, then the two operations together can be performed in m × n ways. This extends naturally to any number of operations.

基本计数原理指出:如果一项操作有m种完成方式,另一项独立操作有n种完成方式,那么这两项操作共同完成的方式数为m × n。该原理自然推广到任意多项操作。

For example, if a restaurant offers 3 appetizers, 5 main courses, and 2 desserts, the total number of complete meal combinations is 3 × 5 × 2 = 30. This principle forms the backbone of combinatorial probability.

例如,一家餐厅提供3种开胃菜、5种主菜和2种甜点,那么完整的套餐组合数为3 × 5 × 2 = 30。这个原理是组合概率的基础。


3. Permutations: Ordered Arrangements | 排列:有序排列

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

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

ⁿPᵣ = n! / (n – r)!

When all n objects are arranged, the number of permutations is n!. For instance, the number of ways to arrange 5 different books on a shelf is 5! = 120.

当所有n个对象都参与排列时,排列数为n!。例如,将5本不同的书排列在书架上的方式数为5! = 120。

In probability problems, permutations are used when the order of selection matters. For example, the probability that three randomly chosen students from a group of 10 are arranged as president, vice-president, and secretary is calculated using permutations.

在概率问题中,当选择顺序重要时使用排列。例如,从10名学生中随机选出3人分别担任主席、副主席和秘书,其概率应使用排列计算。


4. Combinations: Unordered Selections | 组合:无序选择

A combination is a selection of objects where order does not matter. The number of combinations of n distinct objects taken r at a time is:

组合是在不考虑顺序的情况下选择对象。从n个不同对象中取出r个的组合数为:

ⁿCᵣ = n! / [r! (n – r)!]

The binomial coefficient ⁿCᵣ is also written as C(n, r) or (n choose r). For example, choosing 3 members from a committee of 8 gives C(8,3) = 56 possible committees.

二项式系数ⁿCᵣ也可以写作C(n, r)或(n选择r)。例如,从8人委员会中选出3名成员,共有C(8,3) = 56种可能的委员会。

In probability, when outcomes are equally likely, the probability of an event is the number of favorable combinations divided by the total number of combinations.

在概率中,当所有结果等可能时,事件的概率等于有利组合数除以总组合数。


5. Using Frequency Tables for Probability | 用频率表求概率

Frequency tables organize categorical data. To find the probability of an event from a frequency table, divide the frequency of that category by the total frequency. A two-way frequency table allows us to compute joint, marginal, and conditional probabilities.

频率表用于组织分类数据。要从频率表求某事件的概率,只需将该类别的频数除以总频数。二维频率表可以计算联合概率、边缘概率和条件概率。

Gender \ Grade Pass Fail Total
Male 42 8 50
Female 48 2 50
Total 90 10 100

From this table, the probability that a randomly selected student passes is 90/100 = 0.9. The probability that a student is female given that they passed is 48/90 ≈ 0.533. These calculations rely directly on observed frequencies.

从表中可知,随机选一名学生通过的概率为90/100 = 0.9。在通过的学生中,是女生的概率为48/90 ≈ 0.533。这些计算直接依赖于观测频率。


6. Relative Frequency and Expected Frequency | 相对频率与期望频率

Relative frequency is the observed proportion of times an event occurs. It can be used to estimate the theoretical probability when the theoretical value is unknown. The expected frequency of an event in n trials is given by E = n × P( event ), where P(event) is the theoretical probability.

相对频率是事件发生的观测比例。当理论概率未知时,可以用相对频率来估计理论概率。事件在n次试验中的期望频率为E = n × P(事件),其中P(事件)是理论概率。

For example, if a biased coin has a probability of 0.6 of landing heads, then in 200 flips, the expected number of heads is 200 × 0.6 = 120. The observed frequency may differ, but as n grows, the relative frequency should approach 0.6.

例如,若一枚偏硬币正面朝上的概率为0.6,则抛掷200次时,正面的期望次数为200 × 0.6 = 120。观测频数可能会有所不同,但随着n增大,相对频率应趋近于0.6。


7. Probabilities with Replacement vs. Without Replacement | 有放回与无放回的概率

When drawing objects from a set, the counting method differs depending on whether each object is returned before the next draw. With replacement, the number of outcomes remains constant; without replacement, the total decreases each time.

从集合中抽取物体时,计数方法取决于每次抽取后是否将物体放回。有放回时,结果总数保持不变;无放回时,每次抽取后总数减少。

Consider drawing two balls from a bag containing 3 red and 2 blue balls. With replacement, the probability of drawing two red balls is (3/5) × (3/5) = 9/25. Without replacement, it is (3/5) × (2/4) = 3/10, since only 2 red balls remain out of 4 total balls.

考虑从装有3个红球和2个蓝球的袋子中抽取两个球。有放回时,抽到两个红球的概率为(3/5) × (3/5) = 9/25。无放回时,概率为(3/5) × (2/4) = 3/10,因为剩下4个球中只有2个红球。

Combinatorial counting handles these cases naturally: with replacement, use powers; without replacement, use permutations or combinations depending on order.

组合计数天然地处理这些情况:有放回时使用幂;无放回时根据是否考虑顺序使用排列或组合。


8. Conditional Probability and Counting | 条件概率与计数

Conditional probability measures the probability of an event A given that event B has occurred, written as P(A|B) = P(A ∩ B) / P(B). In combinatorial settings, we often count only within the reduced sample space of B.

条件概率衡量在事件B已发生的前提下事件A发生的概率,记为P(A|B) = P(A ∩ B) / P(B)。在组合情境中,我们通常只在B的缩减样本空间内计数。

For example, from a deck of 52 cards, the probability of drawing a king given that the card is a face card (jack, queen, or king) is 4/12 = 1/3. Here, the denominator changes from 52 to 12 because we restrict to face cards.

例如,从52张扑克牌中抽牌,已知抽到的是人头牌(J、Q、K),则抽到K的概率为4/12 = 1/3。这里分母从52变为12,因为我们限定在人头牌范围内。

Counting methods help identify the size of the reduced sample space and the number of favorable outcomes within it.

计数方法帮助确定缩减样本空间的大小以及其中有利结果的数量。


9. Probability Tree Diagrams and Frequency Trees | 概率树状图与频率树

Tree diagrams are a visual tool for organizing sequential events. Each branch represents an outcome, and the probability along a path is the product of the branch probabilities. A frequency tree instead displays actual counts at each stage.

树状图是组织连续事件的可视化工具。每条分支代表一个结果,沿某条路径的概率是分支概率的乘积。频率树则在每个阶段显示实际计数。

For example, a school has 60% female students and 40% male students. If 90% of females and 80% of males pass an exam, the probability that a randomly chosen student passes is 0.6 × 0.9 + 0.4 × 0.8 = 0.54 + 0.32 = 0.86. This can be represented as a tree with two stages.

例如,某学校60%为女生,40%为男生。若90%的女生和80%的男生通过考试,则随机选一名学生通过的概率为0.6 × 0.9 + 0.4 × 0.8 = 0.54 + 0.32 = 0.86。这可以用两阶段树状图表示。

In IB AI, frequency trees are particularly common, as they combine observed frequencies with probability calculations in real-world contexts.

在IB AI课程中,频率树尤为常见,因为它将观测频率与现实情境中的概率计算结合起来。


10. The Binomial Distribution as a Counting-Based Model | 二项分布:基于计数的概率模型

The binomial distribution models the number of successes in n independent trials, each with the same probability of success p. The probability of exactly k successes is:

二项分布描述了n次独立试验中成功次数的分布,每次试验的成功概率均为p。恰好k次成功的概率为:

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

The coefficient ⁿCₖ counts the number of ways to choose which k trials are successes. For example, if a free-throw shooter has a 70% success rate, the probability of making exactly 3 out of 5 shots is C(5,3) × 0.7³ × 0.3² = 10 × 0.343 × 0.09 = 0.3087.

系数ⁿCₖ计算的是哪k次试验成功的选择方式数。例如,若罚球命中率为70%,则5次投篮恰好命中3次的概率为C(5,3) × 0.7³ × 0.3² = 10 × 0.343 × 0.09 = 0.3087。

This distribution bridges frequency-based expectations and combinatorial counting, as its mean is E(X) = np and its variance is np(1-p).

该分布在基于频率的期望值和组合计数之间架起了桥梁,其均值为E(X) = np,方差为np(1-p)。


11. Common IB Exam Techniques | IB考试常见技巧

When solving probability problems, first determine whether the situation is theoretical or empirical. If empirical, use relative frequencies directly from data. If theoretical, identify whether order matters (permutations) or not (combinations), and whether replacement occurs.

解决概率问题时,首先判断情境是理论的还是经验的。如果是经验的,直接从数据中使用相对频率。如果是理论的,判断顺序是否重要(排列或组合),以及是否有放回。

Draw a diagram when possible: tree diagrams for sequential events, Venn diagrams for overlapping sets, and tables for two variables. These visual aids reduce counting errors and clarify the sample space.

尽可能画图:连续事件用树状图,重叠集合用韦恩图,两个变量用表格。这些可视化工具减少计数错误并明确样本空间。

Finally, always check that your probability is between 0 and 1, and that the sum of all probabilities in a distribution equals 1. A common trap is forgetting to subtract from 1 when using the complement rule: P(A’) = 1 – P(A).

最后,始终检查概率在0和1之间,且分布中所有概率之和为1。一个常见陷阱是忘记使用补集规则:P(A’) = 1 – P(A)。


12. Practice Problem with Full Solution | 综合练习与完整解答

Problem: A bag contains 4 red, 3 blue, and 2 green marbles. Two marbles are drawn at random without replacement. Find the probability that both marbles are the same color.

题目:一个袋子中有4个红球、3个蓝球和2个绿球。随机取出两个球且不放回。求两个球颜色相同的概率。

Solution: The total number of ways to draw 2 marbles from 9 is C(9,2) = 36. The favorable outcomes are: two reds C(4,2) = 6, two blues C(3,2) = 3, and two greens C(2,2) = 1. The total favorable count is 6 + 3 + 1 = 10. Therefore, the probability is 10/36 = 5/18.

解答:从9个球中取出2个的总方式数为C(9,2) = 36。有利结果包括:两个红球C(4,2) = 6,两个蓝球C(3,2) = 3,两个绿球C(2,2) = 1。有利总数 = 6 + 3 + 1 = 10。因此概率为10/36 = 5/18。

This problem illustrates the core idea: when outcomes are equally likely, count the favorable combinations and divide by the total combinations. The same result could be obtained using a tree diagram with conditional probabilities, demonstrating that frequency and combinatorial methods lead to consistent conclusions.

此问题说明了核心思想:当结果等可能时,计算有利组合数并除以总组合数。使用带有条件概率的树状图也能得到相同结果,这表明频率方法与组合方法会导出一致的结论。


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