Core Concepts and Calculation Techniques of Conditional Probability | 条件概率的核心概念与计算技巧

📚 Core Concepts and Calculation Techniques of Conditional Probability | 条件概率的核心概念与计算技巧

Conditional probability measures the likelihood of an event occurring given that another event has already occurred. It is a fundamental concept in A-Level mathematics, appearing in statistics, decision-making, and real-world reasoning.

条件概率衡量的是在另一个事件已经发生的条件下,某事件发生的可能性。它是 A-Level 数学中的基础概念,广泛出现在统计学、决策分析以及现实世界的推理中。


1. Definition of Conditional Probability | 条件概率的定义

The conditional probability of event A given event B is denoted as P(A | B). It is defined as the probability that A occurs, assuming B has already occurred, using the formula:

事件 A 在事件 B 已发生的条件下的条件概率记作 P(A | B)。它表示在已知事件 B 发生的前提下,事件 A 发生的概率,定义公式为:

P(A | B) = P(A ∩ B) ÷ P(B), where P(B) ≠ 0.

Here, P(A ∩ B) is the probability that both A and B occur, and P(B) is the probability of the conditioning event.

其中 P(A ∩ B) 是 A 与 B 同时发生的概率,P(B) 是作为条件的事件 B 的概率。


2. The Multiplication Rule | 乘法法则

Rearranging the definition gives the multiplication rule, which is used to find the probability of two events occurring together:

将条件概率的定义变形,就得到乘法法则,它用于求两个事件同时发生的概率:

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

This rule is especially useful when one conditional probability is easier to determine than the joint probability directly.

这个法则尤其适用于当某个条件概率比直接求联合概率更容易确定的情形。


3. Independence and Dependence | 独立事件与相关事件

Two events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, independence means:

如果事件 A 发生与否不影响事件 B 发生的概率,那么称 A 与 B 相互独立。数学上,独立意味着:

P(A | B) = P(A) and P(B | A) = P(B), which is equivalent to P(A ∩ B) = P(A) × P(B).

If events are dependent, the occurrence of one changes the probability of the other, so the multiplication rule must be used with the appropriate conditional probability.

如果事件是相关的,那么一个事件的发生会改变另一个事件的概率,此时必须使用包含相应条件概率的乘法法则。


4. Complementary Events in Conditional Probability | 条件概率中的互补事件

For a fixed conditioning event B, the conditional probabilities of A and its complement A’ sum to 1:

在固定条件事件 B 下,事件 A 与其对立事件 A’ 的条件概率之和为 1:

P(A | B) + P(A’ | B) = 1.

This is true because, given B, every outcome is either in A or not in A. However, be careful: P(A | B) + P(A | B’) is not necessarily equal to 1.

这是因为在给定 B 的条件下,每个结果要么属于 A,要么不属于 A。但需注意:P(A | B) + P(A | B’) 不一定等于 1。


5. Tree Diagrams | 树形图

Tree diagrams are powerful tools for solving conditional probability problems, especially when events occur in stages. Each branch is labelled with a conditional probability, and the probability of a path is the product of the branch probabilities.

树形图是解决条件概率问题的强有力工具,尤其适用于事件分阶段发生的情况。每条分支标注条件概率,一条路径的概率等于各分支概率的乘积。

For example, consider two boxes. Box X contains 3 red and 2 blue balls; Box Y contains 4 red and 1 blue ball. A box is chosen at random, then a ball is drawn.

例如,有两个盒子:X 盒中有 3 个红球和 2 个蓝球;Y 盒中有 4 个红球和 1 个蓝球。随机选择一个盒子,然后从中抽取一个球。

If the first branch is “choose X” with probability ½, and the second branch is “draw red” given X with probability ⅗, then the probability of choosing X and drawing red is ½ × ⅗ = 3⁄10.

若第一层分支为“选择 X”,概率为 ½;第二层分支为“在 X 中抽到红球”,概率为 ⅗,则选择 X 且抽到红球的概率为 ½ × ⅗ = 3⁄10。


6. Venn Diagrams and Conditional Probability | 维恩图与条件概率

Venn diagrams help visualise the relationship between events. The conditional probability P(A | B) can be seen as the proportion of the area of B that lies inside A.

维恩图有助于直观地显示事件之间的关系。条件概率 P(A | B) 可以理解为在 B 的区域内,A 所占据的比例。

P(A | B) = (n(A ∩ B) / n(B))

where n(X) represents the number of outcomes in event X, assuming all outcomes are equally likely.

其中 n(X) 表示事件 X 中的结果数,且假定所有结果等可能。

For example, if n(A ∩ B) = 4 and n(B) = 10, then P(A | B) = 0.4. The “universe” outside B is irrelevant when conditioning on B.

例如,若 n(A ∩ B) = 4,n(B) = 10,则 P(A | B) = 0.4。当条件为 B 时,B 以外的“全集”部分无关紧要。


7. Two-Way Tables | 二维列联表

Two-way tables are another common way to organise data for conditional probability calculations. They display the frequencies of combined events in rows and columns.

二维列联表是组织数据以进行条件概率计算的另一种常用方法。它用行和列展示联合事件的频数。

Consider a survey of 100 students: 40 study mathematics, 30 study physics, and 15 study both.

假设对 100 名学生进行调查:40 人学习数学,30 人学习物理,15 人两科都学习。

Study Physics Not Physics Total
Study Maths 15 25 40
Not Maths 15 45 60
Total 30 70 100

From this table, P(Maths | Physics) = 15⁄30 = ½, while P(Physics | Maths) = 15⁄40 = ⅜. Notice that these two probabilities are usually different.

由表中数据可知,P(数学 | 物理) = 15⁄30 = ½,而 P(物理 | 数学) = 15⁄40 = ⅜。注意这两个概率通常不同。


8. Bayes’ Theorem | 贝叶斯定理

Bayes’ theorem links P(A | B) and P(B | A). It is essential when you need to “reverse” a conditional probability, often using a partition of the sample space.

贝叶斯定理将 P(A | B) 与 P(B | A) 联系起来。当需要“反过来”计算条件概率时,它至关重要,通常借助样本空间的一个划分。

If events A₁, A₂, …, Aₙ form a partition of the sample space, then for any event B with P(B) > 0:

若事件 A₁, A₂, …, Aₙ 构成样本空间的一个划分,则对任意满足 P(B) > 0 的事件 B:

P(Aᵢ | B) = [P(Aᵢ) × P(B | Aᵢ)] ÷ Σⱼ [P(Aⱼ) × P(B | Aⱼ)]

For two events A and A’, this simplifies to:

对于两个事件 A 与 A’,上式简化为:

P(A | B) = [P(A) × P(B | A)] ÷ [P(A) × P(B | A) + P(A’) × P(B | A’)]

This formula is frequently used in medical testing, spam filtering, and many other fields where prior probabilities are updated with new evidence.

该公式常用于医学检测、垃圾邮件过滤等众多领域,在这些领域中需要用新的证据来更新先验概率。


9. Common Pitfalls and Tips | 常见陷阱与技巧

One common error is confusing P(A | B) with P(B | A). They are not the same unless A and B are independent or have equal probabilities. Always read the conditioning event carefully.

一个常见错误是混淆 P(A | B) 与 P(B | A)。除非 A 与 B 独立或二者概率相等,否则它们并不相同。一定要仔细审题,弄清谁是条件事件。

Another pitfall is forgetting that probabilities conditional on the same event satisfy the usual rules of probability, such as addition and complement rules, but probabilities conditional on different events cannot be casually added or multiplied.

另一个陷阱是忘记:在同一个事件条件下的概率满足通常的概率法则(如加法法则和互补法则),但在不同事件条件下的概率不能随意相加或相乘。

When using P(A ∩ B) = P(A) × P(B | A), check whether you are conditioning on A or on B. The choice should match the available information.

使用 P(A ∩ B) = P(A) × P(B | A) 时,要确认条件是在 A 上还是在 B 上。选择应与已知信息相匹配。


10. Worked Example | 例题详解

In a school, 60% of students play football, 40% play basketball, and 25% play both. If a randomly chosen student plays football, what is the probability that they also play basketball?

某所学校中,60% 的学生踢足球,40% 的学生打篮球,25% 的学生两项都参加。若随机选择一名学生,已知他踢足球,求他也打篮球的概率。

We are asked for P(Basketball | Football). Using the definition:

题目要求的是 P(篮球 | 足球)。根据定义:

P(Basketball | Football) = P(Basketball ∩ Football) ÷ P(Football) = 0.25 ÷ 0.60 ≈ 0.417.

So about 41.7% of football players also play basketball. Note that this is higher than the overall 40% basketball participation rate, showing that the two events are not independent.

因此,约 41.7% 的足球运动员也打篮球。注意,这个比例高于全体学生 40% 的打篮球比例,说明这两件事并不独立。

If the question instead asked for P(Football | Basketball), we would compute 0.25 ÷ 0.40 = 0.625. This illustrates how reversing the order changes the result.

如果题目改问 P(足球 | 篮球),则应计算 0.25 ÷ 0.40 = 0.625。这说明了交换条件顺序会改变结果。


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