IB Mathematics: Analysis & Approaches HL · 鼎睿学苑

Unit A3:
Combinatorics
单元 A3:
组合数学

The third sub-unit of Topic 1. Counting principles, permutations, combinations, and the binomial theorem — including the HL extended (rational-exponent) form. The unit IB rewards twice: once for setup, once for the right combinatorial identity.Topic 1 的第三个子单元。计数原理、排列(permutation)、组合(combination)以及二项式定理(binomial theorem)——含 HL 推广(有理指数)形式。IB 在本单元会双重给分:一次给"列式",一次给"用对组合恒等式"。

IB AA HL · Topic 1.9–1.10 Papers 1 · 2Paper 1 · 2 6 Concepts6 个核心概念

How to use this guide本指南使用说明

!
If you're cramming如果你在临阵磨枪

Read only the dashed-gold "Cram-Mode Cheat" box at the top of each section, plus the formula boxes. The single sentence to leave with: multiply for sequential choices, $\binom{n}{r}$ for unordered, $T_{r+1} = \binom{n}{r}a^{n-r}b^r$ for binomial. Skim one worked example per section. Take the practice quiz.

只看每节顶端的金色虚线 "Cram-Mode Cheat" 速记框和公式框。一句话带走:顺序相乘、无序用 $\binom{n}{r}$、二项式用 $T_{r+1} = \binom{n}{r}a^{n-r}b^r$。每节扫一道 worked example(例题),最后做一次练习测验。

If you're going for a 7如果你目标是 7 分

Open every ▸ Going deeper. Combinatorics is the topic where the right combinatorial argument often beats the algebraic one — especially for Pascal's identity and the binomial theorem itself. Owning both views is what separates a 5 from a 7.

打开每个 ▸ Going deeper。组合数学是"组合论证(combinatorial argument)胜过代数推导"的典型话题——尤其是帕斯卡恒等式(Pascal's identity)和二项式定理本身。同时掌握两种视角,正是 5 分到 7 分的分水岭。

HL flagHL 标记说明 Section A3.6 (Extended Binomial Theorem with rational exponents) is HL-only. Sections A3.1–A3.5 are core for both SL and HL students.A3.6 节(有理指数的推广二项式定理)为 HL 专属。A3.1–A3.5 是 SL 与 HL 共同核心。

Counting Principles计数原理 AHL 1.10

Two rules cover almost every counting problem. Multiplication rule: if step $A$ has $m$ outcomes and step $B$ has $n$ outcomes, doing both gives $m \cdot n$ outcomes. Use when steps are sequential.
Addition rule: if cases $A$ and $B$ are mutually exclusive, then $|A \cup B| = |A| + |B|$. Use when cases are alternatives.
两条规则几乎能涵盖所有计数题。 乘法原理(multiplication rule):若步骤 $A$ 有 $m$ 种结果,步骤 $B$ 有 $n$ 种结果,两步连做共 $m \cdot n$ 种。适用于顺序进行的步骤。
加法原理(addition rule):若情形 $A$ 与 $B$ 互斥mutually exclusive),则 $|A \cup B| = |A| + |B|$。适用于互不相交的可选情形
Multiplication and Addition Rules乘法原理与加法原理
$$ |\text{sequential}| = m \cdot n \qquad |\text{disjoint cases}| = |A| + |B| $$
When to use which Read the connector word. "AND" (do step 1 AND step 2 …) → multiply. "OR" (case 1 OR case 2 …, mutually exclusive) → add. If "OR" cases overlap, use inclusion-exclusion: $|A \cup B| = |A| + |B| - |A \cap B|$.
何时用哪条 看连接词。"AND(且)"(先做 1 再做 2 ⋯)→ 乘。"OR(或)"(情形 1 或情形 2 ⋯,互斥)→ 加。若 "OR" 情形有重叠,用容斥原理(inclusion-exclusion):$|A \cup B| = |A| + |B| - |A \cap B|$。

Worked Example — License plate (multiplication)例题——车牌(乘法)

Problem: A plate has 3 letters followed by 4 digits. Letters can repeat; digits cannot. How many plates are possible?

Letters: $26 \cdot 26 \cdot 26 = 26^3$. Digits (no repeats): $10 \cdot 9 \cdot 8 \cdot 7$. Plates are letters AND digits — multiply:

$$ 26^3 \cdot (10 \cdot 9 \cdot 8 \cdot 7) = 17\,576 \cdot 5040 = 88\,583\,040. $$

题目:车牌由 3 个字母加 4 个数字组成。字母可重复,数字不可重复。共有多少种车牌?

字母部分:$26 \cdot 26 \cdot 26 = 26^3$。数字部分(不可重复):$10 \cdot 9 \cdot 8 \cdot 7$。字母 AND 数字——相乘:

$$ 26^3 \cdot (10 \cdot 9 \cdot 8 \cdot 7) = 17\,576 \cdot 5040 = 88\,583\,040. $$

Worked Example — Casework (addition + multiplication)例题——分类讨论(加法 + 乘法)

Problem: How many 3-digit positive integers are divisible by $5$?

Divisible by $5 \Leftrightarrow$ last digit is $0$ or $5$. These cases are disjoint, so add:

Last digit $= 0$: first digit $\in \{1, \ldots, 9\}$ (9 choices), middle digit $\in \{0, \ldots, 9\}$ (10 choices) → $9 \cdot 10 = 90$.

Last digit $= 5$: same shape → $9 \cdot 10 = 90$.

$$ \text{Total} = 90 + 90 = 180. $$

题目:有多少个能被 $5$ 整除的三位正整数?

被 $5$ 整除 $\Leftrightarrow$ 末位为 $0$ 或 $5$。两情形互斥,相加即可:

末位 $= 0$:首位 $\in \{1, \ldots, 9\}$(9 选),中位 $\in \{0, \ldots, 9\}$(10 选)→ $9 \cdot 10 = 90$。

末位 $= 5$:同样形式 → $9 \cdot 10 = 90$。

$$ \text{Total} = 90 + 90 = 180. $$
▸ Going deeper — Inclusion-exclusion when cases overlap▸ 深入——情形重叠时的容斥原理

When "or" cases can happen together, simple addition double-counts the overlap. The fix:

$$ |A \cup B| = |A| + |B| - |A \cap B|. $$

For three sets:

$$ |A \cup B \cup C| = |A| + |B| + |C| - |A \cap B| - |A \cap C| - |B \cap C| + |A \cap B \cap C|. $$

Example. Out of 100 students, 40 study French, 35 Spanish, 15 study both. How many study at least one?

$$ 40 + 35 - 15 = 60. $$

The IB usually phrases this as a Venn-diagram problem (see Unit D Statistics & Probability), but the underlying counting identity lives here.

当 "or" 的两种情形可以同时发生时,单纯相加会把交集多算一次。修正:

$$ |A \cup B| = |A| + |B| - |A \cap B|. $$

三集合情形:

$$ |A \cup B \cup C| = |A| + |B| + |C| - |A \cap B| - |A \cap C| - |B \cap C| + |A \cap B \cap C|. $$

例:100 名学生中 40 人学法语,35 人学西班牙语,15 人两者都学。至少学一门的有多少人?

$$ 40 + 35 - 15 = 60. $$

IB 通常把这类题包装成 Venn 图问题(见 Unit D 统计与概率),但底层的计数恒等式就是这一条。

A 4-character password uses one letter (26 options) followed by 3 digits (no repeats). How many passwords are possible?某 4 位密码由 1 个字母(26 选)加 3 个互不相同的数字组成。共有多少种密码?
A3.1
$26 \cdot 10^3 = 26\,000$
$26 \cdot 10 \cdot 9 \cdot 8 / 6 = 3120$
$26 \cdot 10 \cdot 9 \cdot 8 = 18\,720$
$26 + 10 \cdot 9 \cdot 8 = 746$
Correct! Sequential and ordered: $26$ letters, then $10$, $9$, $8$ for digits without repetition. Multiplication rule.
正确!顺序选取、有序:$26$ 个字母,再加 $10$、$9$、$8$ 个不重复数字。乘法原理。
Sequential choices → multiply. $26 \cdot 10 \cdot 9 \cdot 8 = 18\,720$. (Option A would be correct if digits could repeat; option B divides by $3!$ as if order didn't matter — but the password is an ordered string.)
顺序连做 → 相乘。$26 \cdot 10 \cdot 9 \cdot 8 = 18\,720$。(选项 A 是数字可重复的答案;选项 B 多除了一个 $3!$,把顺序当成了无序——但密码是有序字符串。)

Permutations排列 AHL 1.10

A permutation is an ordered arrangement. The number of ways to arrange $r$ items chosen from $n$ distinct items is $$ {}^nP_r = \frac{n!}{(n-r)!} = n(n-1)(n-2)\cdots(n-r+1). $$ All $n$ items, all in a row: ${}^nP_n = n!$. Repetition allowed: $n^r$. Identical items: divide $n!$ by the factorial of each repeat count.
排列(permutation)是有序的安排。从 $n$ 个互异元素中取出 $r$ 个再排序的方法数为 $$ {}^nP_r = \frac{n!}{(n-r)!} = n(n-1)(n-2)\cdots(n-r+1). $$ 全取 $n$ 个排成一排:${}^nP_n = n!$。允许重复:$n^r$。含相同元素时:把 $n!$ 除以每组重复个数的阶乘。
Permutation Formulas排列公式
$$ {}^nP_r = \frac{n!}{(n-r)!} \quad\;\; \text{(distinct, no repeat)} $$ $$ n^r \quad\;\; \text{(distinct, with repeat)} $$ $$ \frac{n!}{n_1!\,n_2!\,\cdots\,n_k!} \quad\;\; \text{($n$ items with groups of identicals)} $$
▸ Going deeper — Why ${}^nP_r = n!/(n-r)!$▸ 深入——为何 ${}^nP_r = n!/(n-r)!$

Pick the first item: $n$ ways. The second: $n - 1$ ways (one used). The $r$-th: $n - r + 1$ ways. By the multiplication rule:

$$ {}^nP_r = n \cdot (n-1) \cdot (n-2) \cdots (n-r+1). $$

Multiply numerator and denominator by $(n-r)!$:

$$ {}^nP_r = \frac{n(n-1)\cdots(n-r+1)\cdot(n-r)!}{(n-r)!} = \frac{n!}{(n-r)!}. \;\;\blacksquare $$

第一个位置:$n$ 种选法。第二个:$n - 1$ 种(已用掉一个)。第 $r$ 个:$n - r + 1$ 种。由乘法原理:

$$ {}^nP_r = n \cdot (n-1) \cdot (n-2) \cdots (n-r+1). $$

分子分母同乘 $(n-r)!$:

$$ {}^nP_r = \frac{n(n-1)\cdots(n-r+1)\cdot(n-r)!}{(n-r)!} = \frac{n!}{(n-r)!}. \;\;\blacksquare $$
Common variants Adjacent items. "$X$ and $Y$ next to each other": glue them as one block, arrange ($n-1$ items, so $(n-1)!$), then multiply by $2!$ for the internal order $XY$ vs. $YX$.
Forbidden positions. "$X$ not at position 1": total $n!$ minus arrangements with $X$ at position 1 ($(n-1)!$). So $n! - (n-1)! = (n-1)\cdot(n-1)!$.
Circular arrangements. $n$ distinct people around a round table: $(n-1)!$ arrangements (fix one person to remove rotational symmetry). If reflections are also identical, divide by $2$.
常见变型 相邻元素。"$X$ 与 $Y$ 相邻":把它们粘成一个整体,按 $n-1$ 个元素排($(n-1)!$),再乘 $2!$(块内有 $XY$ 与 $YX$ 两种顺序)。
禁位。"$X$ 不在第 1 位":总数 $n!$ 减去 $X$ 在第 1 位的排数 $(n-1)!$,即 $n! - (n-1)! = (n-1)\cdot(n-1)!$。
圆排列(circular arrangement)。$n$ 个互异元素围圆桌:$(n-1)!$ 种(固定一人以消除旋转对称)。若同时认为镜像相同,再除以 $2$。

Worked Example — Arranging with constraints例题——带约束的排列

Problem: In how many ways can the letters of MATHS be arranged so that M and A are adjacent?

Glue MA into a single block. Now arrange 4 items (block, T, H, S): $4! = 24$. The block has 2 internal orders (MA, AM): multiply by $2$.

$$ 4! \cdot 2! = 24 \cdot 2 = 48. $$

题目:把 MATHS 的字母重新排列,要求 M 与 A 相邻,共有多少种?

把 MA 粘成一块。现在排 4 个对象(块、T、H、S):$4! = 24$ 种。块内有 MA、AM 两种顺序:再乘 $2$。

$$ 4! \cdot 2! = 24 \cdot 2 = 48. $$

Worked Example — Identical letters例题——重复字母

Problem: How many distinguishable arrangements of the letters in MISSISSIPPI?

$11$ letters: $1$ M, $4$ I, $4$ S, $2$ P. Use the multiset formula:

$$ \frac{11!}{1! \cdot 4! \cdot 4! \cdot 2!} = \frac{39\,916\,800}{1 \cdot 24 \cdot 24 \cdot 2} = \frac{39\,916\,800}{1152} = 34\,650. $$

题目:MISSISSIPPI 各字母排列共有多少种可区分的方式?

$11$ 个字母:$1$ 个 M,$4$ 个 I,$4$ 个 S,$2$ 个 P。用多重集排列公式:

$$ \frac{11!}{1! \cdot 4! \cdot 4! \cdot 2!} = \frac{39\,916\,800}{1 \cdot 24 \cdot 24 \cdot 2} = \frac{39\,916\,800}{1152} = 34\,650. $$
In how many ways can $5$ distinct books be arranged on a shelf if the math book must be at one of the ends?将 $5$ 本不同的书放在书架上,数学书必须放在两端之一。有多少种排法?
A3.2
$2 \cdot 4! = 48$
$5! / 2 = 60$
$5! = 120$
$4! = 24$
Correct! $2$ choices for which end; then arrange the remaining $4$ books in $4!$ ways. Total $2 \cdot 4! = 48$.
正确!选哪一端:$2$ 种;其余 $4$ 本书随意排:$4!$ 种。合计 $2 \cdot 4! = 48$。
Two-step count: choose end ($2$ ways), then arrange the rest ($4! = 24$). Multiplication rule → $48$.
两步计数:选端点($2$ 种),再排其余($4! = 24$)。乘法原理 → $48$。

Combinations组合 AHL 1.10

A combination is an unordered selection. The number of ways to choose $r$ items from $n$ distinct items is $$ {}^nC_r = \binom{n}{r} = \frac{n!}{r!\,(n-r)!}. $$ Read $\binom{n}{r}$ as "$n$ choose $r$." The link to permutations: every unordered selection has $r!$ orderings, so ${}^nP_r = r! \cdot {}^nC_r$.
组合(combination)是无序的选取。从 $n$ 个互异元素中选出 $r$ 个的方法数为 $$ {}^nC_r = \binom{n}{r} = \frac{n!}{r!\,(n-r)!}. $$ $\binom{n}{r}$ 读作 "$n$ choose $r$"。与排列的联系:每个无序选法对应 $r!$ 种排序,故 ${}^nP_r = r! \cdot {}^nC_r$。
Combination Formula组合公式
$$ \binom{n}{r} = \frac{n!}{r!\,(n-r)!} = \frac{{}^nP_r}{r!} $$
Useful identities $$ \binom{n}{0} = \binom{n}{n} = 1 \qquad \binom{n}{1} = n \qquad \binom{n}{r} = \binom{n}{n-r} $$ The symmetry $\binom{n}{r} = \binom{n}{n-r}$ is enormously useful: choosing $r$ to include $\Leftrightarrow$ choosing $n-r$ to exclude.
常用恒等式 $$ \binom{n}{0} = \binom{n}{n} = 1 \qquad \binom{n}{1} = n \qquad \binom{n}{r} = \binom{n}{n-r} $$ 对称性 $\binom{n}{r} = \binom{n}{n-r}$ 极其好用:选出 $r$ 个 $\Leftrightarrow$ 剔除 $n-r$ 个。
▸ Going deeper — Algebraic vs. combinatorial proofs▸ 深入——代数证法 vs. 组合证法

Take the symmetry identity $\binom{n}{r} = \binom{n}{n-r}$.

Algebraic: plug in:

$$ \binom{n}{n-r} = \frac{n!}{(n-r)!\,(n - (n-r))!} = \frac{n!}{(n-r)!\,r!} = \binom{n}{r}. $$

Combinatorial: selecting $r$ to include is the same act as selecting the $n-r$ to leave out. Both descriptions count the same set of subsets. No algebra needed.

The combinatorial argument generalizes faster (e.g. to Pascal's identity below) and is what IB markschemes often want when a question says "explain" rather than "show."

以对称恒等式 $\binom{n}{r} = \binom{n}{n-r}$ 为例。

代数证:代入公式:

$$ \binom{n}{n-r} = \frac{n!}{(n-r)!\,(n - (n-r))!} = \frac{n!}{(n-r)!\,r!} = \binom{n}{r}. $$

组合证(combinatorial proof):"选出 $r$ 个保留" 和 "选出 $n-r$ 个剔除" 描述的是同一件事,两种说法数的是同一族子集。无需代数。

组合证更容易推广(例如下面的帕斯卡恒等式),而且当 IB 题目用 "explain" 而非 "show" 提问时,markscheme 通常想要这种证法。

Worked Example — Committee with constraint例题——带条件的委员会

Problem: A committee of $4$ is chosen from $6$ boys and $5$ girls. How many committees have at least one girl?

Trick: complement. Total committees minus committees with no girls.

$$ \binom{11}{4} - \binom{6}{4} = 330 - 15 = 315. $$

Direct case-split would also work (1 girl, 2 girls, 3 girls, 4 girls = $\binom{5}{1}\binom{6}{3} + \binom{5}{2}\binom{6}{2} + \binom{5}{3}\binom{6}{1} + \binom{5}{4}\binom{6}{0}$ = $100 + 150 + 60 + 5 = 315$ ✓), but is four times the work. Always check whether a complement is faster.

题目:从 $6$ 男 $5$ 女中选 $4$ 人组成委员会。至少有一名女生的方案数?

套路:补集。总数减去全无女生的方案数。

$$ \binom{11}{4} - \binom{6}{4} = 330 - 15 = 315. $$

直接分类(1 女、2 女、3 女、4 女)也行:$\binom{5}{1}\binom{6}{3} + \binom{5}{2}\binom{6}{2} + \binom{5}{3}\binom{6}{1} + \binom{5}{4}\binom{6}{0} = 100 + 150 + 60 + 5 = 315$ ✓,但工作量是补集法的四倍。先想想"补集"是否更快。

Worked Example — Cards例题——扑克牌

Problem: A 5-card hand is dealt from a standard 52-card deck. How many hands contain exactly two aces?

Choose 2 aces from 4: $\binom{4}{2}$. Choose the remaining 3 cards from the 48 non-aces: $\binom{48}{3}$. Multiply:

$$ \binom{4}{2} \cdot \binom{48}{3} = 6 \cdot 17\,296 = 103\,776. $$

题目:从标准 52 张牌中发 5 张。恰好含 2 张 A 的牌型有多少种?

从 4 张 A 中选 2 张:$\binom{4}{2}$。再从 48 张非 A 中选 3 张:$\binom{48}{3}$。相乘:

$$ \binom{4}{2} \cdot \binom{48}{3} = 6 \cdot 17\,296 = 103\,776. $$
From $8$ candidates, $3$ are to be selected for an unranked working group. How many groups are possible?从 $8$ 名候选人中无序选出 $3$ 人组成工作组,共有多少种?
A3.3
$24$
$120$
$336$
$56$
Correct! Unranked → combination: $\binom{8}{3} = \tfrac{8!}{3! \cdot 5!} = 56$.
正确!无序 → 用组合:$\binom{8}{3} = \tfrac{8!}{3! \cdot 5!} = 56$。
Order doesn't matter → use $\binom{8}{3} = 56$. (Option C, $336 = {}^8P_3$, would be right if positions were ranked.)
无序 → 用 $\binom{8}{3} = 56$。(选项 C 的 $336 = {}^8P_3$ 是有序选法,本题不适用。)

The Binomial Theorem二项式定理 SL 1.9

For $n \in \mathbb{Z}^+$: $$ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r}\, a^{n-r} b^{r}. $$ The general term is $\boxed{\,T_{r+1} = \binom{n}{r} a^{n-r} b^{r}\,}$. To find a specific power of a variable, write $T_{r+1}$, set the exponent of the variable equal to the target, solve for $r$, plug back in. Don't expand the whole thing.
当 $n \in \mathbb{Z}^+$ 时: $$ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r}\, a^{n-r} b^{r}. $$ 通项(general term)为 $\boxed{\,T_{r+1} = \binom{n}{r} a^{n-r} b^{r}\,}$。求某变量某次方的系数:写出 $T_{r+1}$,让变量的指数等于目标值,解出 $r$,再代回。不要整体展开。
Binomial Expansion ($n \in \mathbb{Z}^+$)二项展开 ($n \in \mathbb{Z}^+$)
$$ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^{r} $$ $$ = \binom{n}{0} a^n + \binom{n}{1} a^{n-1} b + \binom{n}{2} a^{n-2} b^2 + \cdots + \binom{n}{n} b^n $$
General Term通项
$$ T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^{r} $$

Indexed so $T_1 = a^n$ (no $b$), $T_2 = \binom{n}{1} a^{n-1}b$, etc. The subscript matches the power of $b$ plus one.下标约定:$T_1 = a^n$(不含 $b$),$T_2 = \binom{n}{1} a^{n-1}b$,依次类推。下标等于 $b$ 的次幂加 1。

▸ Going deeper — Combinatorial proof▸ 深入——组合证法

$(a+b)^n$ is the product of $n$ identical factors $(a+b)$. To distribute, from each factor pick either $a$ or $b$. A term with $b^r$ requires picking $b$ from exactly $r$ of the $n$ factors — there are $\binom{n}{r}$ ways to choose which $r$, and each contributes $a^{n-r} b^r$. Sum over $r = 0, \ldots, n$:

$$ (a+b)^n = \sum_{r=0}^{n} \binom{n}{r}\, a^{n-r}\, b^{r}. \;\;\blacksquare $$

This proof explains the formula rather than merely deriving it. It also generalizes: the multinomial theorem follows by counting ways to split $n$ factors into $k$ groups.

$(a+b)^n$ 是 $n$ 个相同因子 $(a+b)$ 的乘积。展开时,从每个因子中选 $a$ 或选 $b$。含 $b^r$ 的项要求恰好在 $n$ 个因子中选了 $r$ 个 $b$——选法数为 $\binom{n}{r}$,每个选法贡献 $a^{n-r} b^r$。对 $r = 0, \ldots, n$ 求和:

$$ (a+b)^n = \sum_{r=0}^{n} \binom{n}{r}\, a^{n-r}\, b^{r}. \;\;\blacksquare $$

这个证法解释了公式,不只是推导。它还能推广:把 $n$ 个因子分成 $k$ 组的方法数,就给出了多项式定理(multinomial theorem)。

Worked Example — Coefficient of a specific power例题——求指定次幂的系数

Problem: Find the coefficient of $x^6$ in the expansion of $\bigl(2x^2 - \tfrac{1}{x}\bigr)^9$.

Write the general term. Here $a = 2x^2$, $b = -1/x$, $n = 9$:

$$ T_{r+1} = \binom{9}{r}(2x^2)^{9-r}\!\left(-\tfrac{1}{x}\right)^{\!r} = \binom{9}{r}\, 2^{9-r}\,(-1)^r\, x^{2(9-r) - r} = \binom{9}{r}\, 2^{9-r}\,(-1)^r\, x^{18 - 3r}. $$

Set exponent $= 6$. $18 - 3r = 6 \Rightarrow r = 4$.

$$ \text{Coefficient} = \binom{9}{4}\, 2^{5}\,(-1)^4 = 126 \cdot 32 \cdot 1 = 4032. $$

题目:求 $\bigl(2x^2 - \tfrac{1}{x}\bigr)^9$ 展开式中 $x^6$ 的系数。

写出通项。此处 $a = 2x^2$,$b = -1/x$,$n = 9$:

$$ T_{r+1} = \binom{9}{r}(2x^2)^{9-r}\!\left(-\tfrac{1}{x}\right)^{\!r} = \binom{9}{r}\, 2^{9-r}\,(-1)^r\, x^{2(9-r) - r} = \binom{9}{r}\, 2^{9-r}\,(-1)^r\, x^{18 - 3r}. $$

令指数 $= 6$:$18 - 3r = 6 \Rightarrow r = 4$。

$$ \text{Coefficient} = \binom{9}{4}\, 2^{5}\,(-1)^4 = 126 \cdot 32 \cdot 1 = 4032. $$

Worked Example — Constant term例题——常数项

Problem: Find the constant term in the expansion of $\bigl(x + \tfrac{2}{x^2}\bigr)^{12}$.

$T_{r+1} = \binom{12}{r}\, x^{12 - r}\, (2/x^2)^r = \binom{12}{r}\, 2^r\, x^{12 - r - 2r} = \binom{12}{r}\, 2^r\, x^{12 - 3r}$.

Constant term has exponent $0$: $12 - 3r = 0 \Rightarrow r = 4$.

$$ T_5 = \binom{12}{4}\, 2^4 = 495 \cdot 16 = 7920. $$

题目:求 $\bigl(x + \tfrac{2}{x^2}\bigr)^{12}$ 展开式中的常数项。

$T_{r+1} = \binom{12}{r}\, x^{12 - r}\, (2/x^2)^r = \binom{12}{r}\, 2^r\, x^{12 - r - 2r} = \binom{12}{r}\, 2^r\, x^{12 - 3r}$。

常数项指数为 $0$:$12 - 3r = 0 \Rightarrow r = 4$。

$$ T_5 = \binom{12}{4}\, 2^4 = 495 \cdot 16 = 7920. $$
Off-by-one trap "The 5th term" means $T_5$, which corresponds to $r = 4$ (since $T_{r+1}$). Read the question carefully: "$5$th term" $\ne$ "$r = 5$." Mismatch is the most common single error in Paper 1 binomial questions.
差一陷阱 "第 5 项" 指 $T_5$,对应 $r = 4$(通项是 $T_{r+1}$)。注意区分 "第 5 项" $\ne$ "$r = 5$"。这是 Paper 1 二项式题最常见的单一错误。
The coefficient of $x^4$ in $(1 + 2x)^6$ is:$(1 + 2x)^6$ 展开式中 $x^4$ 的系数为
A3.4
$15$
$60$
$240$
$480$
Correct! $T_{r+1} = \binom{6}{r}(2x)^r = \binom{6}{r}\, 2^r\, x^r$. For $x^4$, $r = 4$: coefficient $= \binom{6}{4}\, 2^4 = 15 \cdot 16 = 240$.
正确!$T_{r+1} = \binom{6}{r}(2x)^r = \binom{6}{r}\, 2^r\, x^r$。$x^4$ 项 $r = 4$:系数 $= \binom{6}{4}\, 2^4 = 15 \cdot 16 = 240$。
$T_{r+1} = \binom{6}{r}(2x)^r$. For $x^4$ take $r = 4$: $\binom{6}{4} \cdot 16 = 240$. (Option A forgets the $2^4$; option B forgets the $\binom{6}{4}$ factor.)
$T_{r+1} = \binom{6}{r}(2x)^r$。$x^4$ 项取 $r = 4$:$\binom{6}{4} \cdot 16 = 240$。(选项 A 漏了 $2^4$;选项 B 漏了 $\binom{6}{4}$。)

Pascal's Triangle & Identities帕斯卡三角与恒等式 SL 1.9

Each row of Pascal's triangle is the row of binomial coefficients $\binom{n}{0}, \binom{n}{1}, \ldots, \binom{n}{n}$. Each entry is the sum of the two above it (Pascal's identity). Row sum $= 2^n$. Symmetric: $\binom{n}{r} = \binom{n}{n-r}$. For small $n$, reading off the triangle is faster than computing factorials.
帕斯卡三角(Pascal's triangle)每一行就是一行二项式系数 $\binom{n}{0}, \binom{n}{1}, \ldots, \binom{n}{n}$。每个数等于它"肩上"两数之和(帕斯卡恒等式,Pascal's identity)。行内之和 $= 2^n$。对称:$\binom{n}{r} = \binom{n}{n-r}$。$n$ 较小时直接从三角形读取比算阶乘更快。
$n$    ·    binomial coefficients    ·    row sum $= 2^n$$n$    ·    二项式系数    ·    行内之和 $= 2^n$
0  ·  1  ·  $1$
1  ·  11  ·  $2$
2  ·  121  ·  $4$
3  ·  1331  ·  $8$
4  ·  14641  ·  $16$
5  ·  15101051  ·  $32$
6  ·  1615201561  ·  $64$
Three Identities to Memorize三条必背恒等式
$$ \binom{n}{r} = \binom{n}{n-r} \quad\;\; \text{(symmetry)} $$ $$ \binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r} \quad\;\; \text{(Pascal)} $$ $$ \sum_{r=0}^{n} \binom{n}{r} = 2^{n} \quad\;\; \text{(row sum)} $$
▸ Going deeper — Combinatorial proof of Pascal's identity▸ 深入——帕斯卡恒等式的组合证

Claim: $\displaystyle \binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r}$.

Setup. Count subsets of size $r$ from $\{1, 2, \ldots, n\}$. There are $\binom{n}{r}$ of them.

Split by whether they contain element $n$.

  • Contains $n$: we must pick the other $r - 1$ from the $n - 1$ remaining elements — $\binom{n-1}{r-1}$ ways.
  • Does not contain $n$: pick all $r$ from the $n - 1$ remaining elements — $\binom{n-1}{r}$ ways.

Every $r$-subset falls into exactly one case, so

$$ \binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}. \;\;\blacksquare $$

This is the prototypical "combinatorial proof": case-splitting by a chosen element, then matching counts on both sides.

命题:$\displaystyle \binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r}$。

构思:数 $\{1, 2, \ldots, n\}$ 中大小为 $r$ 的子集,共 $\binom{n}{r}$ 个。

按"是否含元素 $n$"分类:

  • 含 $n$:剩下的 $r - 1$ 个要从其余 $n - 1$ 个元素中选——$\binom{n-1}{r-1}$ 种。
  • 不含 $n$:$r$ 个全部从其余 $n - 1$ 个元素中选——$\binom{n-1}{r}$ 种。

每个 $r$ 子集恰好落在一种情形里,故

$$ \binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}. \;\;\blacksquare $$

这是最典型的"组合证法":按某个特定元素分类,再两边数同一族对象。

▸ Going deeper — Why the row sum is $2^n$▸ 深入——为何行内之和为 $2^n$

Set $a = b = 1$ in the binomial theorem:

$$ (1 + 1)^n = \sum_{r=0}^{n} \binom{n}{r}\, 1^{n-r}\, 1^{r} = \sum_{r=0}^{n} \binom{n}{r}. $$

The LHS is $2^n$, so the row sums to $2^n$.

Combinatorial reading: $\binom{n}{r}$ counts subsets of size $r$ from an $n$-element set; summing over all $r$ counts all subsets. There are $2^n$ subsets of an $n$-element set (each element is in or out — multiplication rule). Same number, two viewpoints.

在二项式定理中取 $a = b = 1$:

$$ (1 + 1)^n = \sum_{r=0}^{n} \binom{n}{r}\, 1^{n-r}\, 1^{r} = \sum_{r=0}^{n} \binom{n}{r}. $$

左边等于 $2^n$,故该行之和为 $2^n$。

组合视角:$\binom{n}{r}$ 数的是 $n$ 元集中大小为 $r$ 的子集;对所有 $r$ 求和数的就是全部子集。$n$ 元集共有 $2^n$ 个子集(每个元素"选 / 不选"——乘法原理)。同一数,两种视角。

$\displaystyle\sum_{r=0}^{8}\binom{8}{r}$ equals:$\displaystyle\sum_{r=0}^{8}\binom{8}{r} = $
A3.5
$128$
$256$
$512$
$1024$
Correct! Row $n = 8$ sums to $2^8 = 256$. (Or set $a = b = 1$ in $(a+b)^8$.)
正确!$n = 8$ 行之和为 $2^8 = 256$。(或在 $(a+b)^8$ 中取 $a = b = 1$。)
Row $n$ sums to $2^n$. Here $n = 8$, so the sum is $2^8 = 256$.
$n$ 行之和等于 $2^n$。此处 $n = 8$,故为 $2^8 = 256$。

Extended Binomial Theorem推广二项式定理 HL AHL 1.10

For $n \in \mathbb{Q}$ (rational, possibly negative or fractional): $$ (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}\,x^2 + \frac{n(n-1)(n-2)}{3!}\,x^3 + \cdots $$ valid for $\boxed{\,|x| < 1\,}$. The series is infinite when $n \notin \mathbb{Z}^+$. For $(a + bx)^n$, factor out $a^n$ first; convergence becomes $|x| < |a/b|$. Always state the radius of convergence — it's a marked answer.
当 $n \in \mathbb{Q}$(有理数,可为负或分数)时: $$ (1 + x)^n = 1 + nx + \frac{n(n-1)}{2!}\,x^2 + \frac{n(n-1)(n-2)}{3!}\,x^3 + \cdots $$ 在 $\boxed{\,|x| < 1\,}$ 内成立。当 $n \notin \mathbb{Z}^+$ 时级数为无穷级数。对 $(a + bx)^n$,先把 $a^n$ 提出;收敛条件变为 $|x| < |a/b|$。务必写出收敛区间(radius of convergence)——是给分点。
Extended Binomial Series推广二项式级数
$$ (1 + x)^n = \sum_{r=0}^{\infty} \binom{n}{r}\, x^r, \qquad |x| < 1, $$

where the generalized binomial coefficient is其中推广二项式系数为

$$ \binom{n}{r} = \frac{n(n-1)(n-2)\cdots(n-r+1)}{r!}. $$
Two reductions you'll use $(a + bx)^n$ → $(1 + \cdot)^n$. Factor: $a^n\bigl(1 + \tfrac{b}{a}x\bigr)^n$. Convergence: $\bigl|\tfrac{b}{a}x\bigr| < 1$, i.e. $|x| < \bigl|\tfrac{a}{b}\bigr|$.
$(1 - x)^n$. Apply with $-x$ in place of $x$; the series alternates if you don't, so signs come from the $(-x)^r = (-1)^r x^r$ factor.
两步常见化简 $(a + bx)^n$ → $(1 + \cdot)^n$。提因式:$a^n\bigl(1 + \tfrac{b}{a}x\bigr)^n$。收敛条件:$\bigl|\tfrac{b}{a}x\bigr| < 1$,即 $|x| < \bigl|\tfrac{a}{b}\bigr|$。
$(1 - x)^n$。把公式里的 $x$ 替换成 $-x$;不这样做级数会交错,符号由 $(-x)^r = (-1)^r x^r$ 给出。
▸ Going deeper — Why the series only converges for $|x| < 1$▸ 深入——为何级数仅在 $|x| < 1$ 内收敛

For positive-integer $n$, the binomial expansion is a finite sum (terminates at $r = n$ since $\binom{n}{r} = 0$ for $r > n$), so it converges for all $x$.

For non-integer $n$, the coefficients $\binom{n}{r} = \tfrac{n(n-1)\cdots(n-r+1)}{r!}$ never vanish, so the series is genuinely infinite. Apply the ratio test:

$$ \left|\frac{T_{r+2}}{T_{r+1}}\right| = \left|\frac{(n-r)\, x}{r+1}\right| \xrightarrow{r \to \infty} |x|. $$

The series converges absolutely when $|x| < 1$ and diverges when $|x| > 1$. The boundary case $|x| = 1$ depends on $n$ — IB doesn't pursue boundary subtleties; just write "$|x| < 1$" and you're safe.

当 $n$ 为正整数时,二项展开是有限和($r > n$ 时 $\binom{n}{r} = 0$,于 $r = n$ 处自然截断),对一切 $x$ 都收敛。

当 $n$ 非正整数时,$\binom{n}{r} = \tfrac{n(n-1)\cdots(n-r+1)}{r!}$ 永远不为零,级数真正是无穷的。用比值判别法(ratio test):

$$ \left|\frac{T_{r+2}}{T_{r+1}}\right| = \left|\frac{(n-r)\, x}{r+1}\right| \xrightarrow{r \to \infty} |x|. $$

故 $|x| < 1$ 时绝对收敛,$|x| > 1$ 时发散。边界 $|x| = 1$ 的情形取决于 $n$——IB 不深究边界细节,写 "$|x| < 1$" 即可拿分。

Worked Example — Square root via series例题——级数法求平方根

Problem: Expand $\sqrt{1 + x}$ up to and including the $x^3$ term.

$\sqrt{1+x} = (1+x)^{1/2}$. Apply the formula with $n = \tfrac{1}{2}$:

$$ (1+x)^{1/2} = 1 + \tfrac{1}{2}x + \tfrac{(1/2)(-1/2)}{2!}\,x^2 + \tfrac{(1/2)(-1/2)(-3/2)}{3!}\,x^3 + \cdots $$ $$ = 1 + \tfrac{1}{2}x - \tfrac{1}{8}x^2 + \tfrac{1}{16}x^3 - \cdots \qquad (|x| < 1). $$

题目:将 $\sqrt{1 + x}$ 展开到 $x^3$ 项(含)。

$\sqrt{1+x} = (1+x)^{1/2}$。取 $n = \tfrac{1}{2}$ 代入公式:

$$ (1+x)^{1/2} = 1 + \tfrac{1}{2}x + \tfrac{(1/2)(-1/2)}{2!}\,x^2 + \tfrac{(1/2)(-1/2)(-3/2)}{3!}\,x^3 + \cdots $$ $$ = 1 + \tfrac{1}{2}x - \tfrac{1}{8}x^2 + \tfrac{1}{16}x^3 - \cdots \qquad (|x| < 1). $$

Worked Example — Factor first例题——先提因式

Problem: Expand $(4 + 2x)^{-1/2}$ up to $x^2$, stating the radius of convergence.

Factor out $4^{-1/2} = \tfrac{1}{2}$:

$$ (4 + 2x)^{-1/2} = 4^{-1/2}\!\left(1 + \tfrac{x}{2}\right)^{-1/2} = \tfrac{1}{2}\!\left(1 + \tfrac{x}{2}\right)^{-1/2}. $$

Apply the series with $n = -\tfrac{1}{2}$ and replace $x$ by $\tfrac{x}{2}$:

$$ \left(1 + \tfrac{x}{2}\right)^{-1/2} = 1 + (-\tfrac{1}{2})\!\cdot\!\tfrac{x}{2} + \tfrac{(-1/2)(-3/2)}{2!}\!\cdot\!\tfrac{x^2}{4} + \cdots = 1 - \tfrac{x}{4} + \tfrac{3 x^2}{32} - \cdots $$

Multiply by $\tfrac{1}{2}$:

$$ (4 + 2x)^{-1/2} = \tfrac{1}{2} - \tfrac{x}{8} + \tfrac{3 x^2}{64} + \cdots $$

Convergence: $\bigl|\tfrac{x}{2}\bigr| < 1 \Leftrightarrow |x| < 2$.

题目:将 $(4 + 2x)^{-1/2}$ 展开到 $x^2$ 项,并写出收敛区间。

先提 $4^{-1/2} = \tfrac{1}{2}$:

$$ (4 + 2x)^{-1/2} = 4^{-1/2}\!\left(1 + \tfrac{x}{2}\right)^{-1/2} = \tfrac{1}{2}\!\left(1 + \tfrac{x}{2}\right)^{-1/2}. $$

取 $n = -\tfrac{1}{2}$,并把公式里的 $x$ 替换为 $\tfrac{x}{2}$:

$$ \left(1 + \tfrac{x}{2}\right)^{-1/2} = 1 + (-\tfrac{1}{2})\!\cdot\!\tfrac{x}{2} + \tfrac{(-1/2)(-3/2)}{2!}\!\cdot\!\tfrac{x^2}{4} + \cdots = 1 - \tfrac{x}{4} + \tfrac{3 x^2}{32} - \cdots $$

再乘上 $\tfrac{1}{2}$:

$$ (4 + 2x)^{-1/2} = \tfrac{1}{2} - \tfrac{x}{8} + \tfrac{3 x^2}{64} + \cdots $$

收敛:$\bigl|\tfrac{x}{2}\bigr| < 1 \Leftrightarrow |x| < 2$。

In the expansion of $(1 + x)^{-2}$, the coefficient of $x^3$ is:$(1 + x)^{-2}$ 展开式中 $x^3$ 的系数为
A3.6
$3$
$-3$
$-4$
$4$
Correct! $\binom{-2}{3} = \tfrac{(-2)(-3)(-4)}{3!} = \tfrac{-24}{6} = -4$.
正确!$\binom{-2}{3} = \tfrac{(-2)(-3)(-4)}{3!} = \tfrac{-24}{6} = -4$。
$\binom{-2}{3} = \tfrac{(-2)(-3)(-4)}{3!} = -4$. (You can also recall $(1+x)^{-2} = \sum_{r\ge 0}(-1)^r(r+1)x^r$, giving $-(3+1) = -4$ for $r = 3$.)
$\binom{-2}{3} = \tfrac{(-2)(-3)(-4)}{3!} = -4$。(也可记住 $(1+x)^{-2} = \sum_{r\ge 0}(-1)^r(r+1)x^r$,$r = 3$ 给出 $-(3+1) = -4$。)

Exam Strategy & Common Pitfalls考试策略与常见陷阱

M
Memorize背熟
  • ${}^nP_r = \tfrac{n!}{(n-r)!}$ and $\binom{n}{r} = \tfrac{n!}{r!(n-r)!}$
  • Pascal's identity and the row-sum identity
  • $T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^{r}$ for binomial
  • Extended binomial — formula and the $|x| < 1$ condition HL
  • Pascal rows up to $n = 6$ at sight
  • Multiset permutation $\tfrac{n!}{n_1!\,n_2!\cdots n_k!}$
  • ${}^nP_r = \tfrac{n!}{(n-r)!}$ 与 $\binom{n}{r} = \tfrac{n!}{r!(n-r)!}$
  • 帕斯卡恒等式以及行和恒等式
  • 二项式通项 $T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^{r}$
  • 推广二项式——公式及收敛条件 $|x| < 1$ HL
  • 帕斯卡三角至 $n = 6$ 行能默写
  • 多重集排列公式 $\tfrac{n!}{n_1!\,n_2!\cdots n_k!}$
U
Understand理解
  • When to multiply (sequential) vs. add (mutually exclusive)
  • Why ${}^nP_r = r!\cdot\binom{n}{r}$ — orderings of an unordered selection
  • Pascal's identity via case-split on a chosen element
  • Combinatorial proof of the binomial theorem (pick $b$ from $r$ factors)
  • Why the extended binomial fails for $|x| \ge 1$ (ratio test) HL
  • Complement-counting: when is $|U| - |\text{not-}A|$ faster than direct?
  • 何时用乘法(顺序)何时用加法(互斥)
  • 为何 ${}^nP_r = r!\cdot\binom{n}{r}$——把"无序选取"再排序
  • 帕斯卡恒等式:按某元素分类
  • 二项式定理的组合证(从 $r$ 个因子中选 $b$)
  • 推广二项式为何在 $|x| \ge 1$ 时失效(比值判别) HL
  • 补集计数:何时 $|U| - |\text{非 } A|$ 比直接分类更快

Common Pitfalls常见陷阱

Top student errors 1. Confusing "the $r$-th term" with "$T_r$" (= $r = r-1$, off by one).
2. Forgetting the sign on $(-x)^r$ — the $(-1)^r$ factor changes parity.
3. Treating arrangements as combinations (or vice versa). Read for "order" cues.
4. Using addition rule on overlapping cases without inclusion-exclusion.
5. Failing to factor before applying the extended binomial — $(2 + x)^n \ne$ direct $(1 + \text{stuff})^n$ form.
6. Omitting the radius of convergence on Paper 1 extended-binomial questions.
7. Multiset permutations: forgetting to divide by all repeat-factorials, e.g. dividing only once for MISSISSIPPI.
8. Off-by-one on circular arrangements: $n$ around a circle is $(n-1)!$, not $n!$.
学生常犯错 1. 把"第 $r$ 项"当成 "$T_r$"(其实差一位)。
2. 忘记 $(-x)^r$ 的符号——$(-1)^r$ 会改变奇偶号。
3. 把排列当组合(或反之)。注意题面里的"顺序"提示词。
4.有重叠的情形上直接用加法,忘了容斥原理。
5. 不先提因式就用推广二项式——$(2 + x)^n$ 不是 $(1 + \cdots)^n$ 的直接形式。
6. Paper 1 推广二项式题忘写收敛区间。
7. 多重集排列:忘记把所有重复个数的阶乘都除掉,比如 MISSISSIPPI 只除一个。
8. 圆排列差一:$n$ 人围成圆是 $(n-1)!$,不是 $n!$。
Paper-specific notes Paper 1 (no calc): Extracting a specific coefficient algebraically; small Pascal-row entries by sight; counting problems with clean factorials. Extended-binomial expansions to $x^3$ or $x^4$ — radius of convergence required.
Paper 2 (calc): Larger committee/probability counts (you'll evaluate factorials on calc); approximations using extended binomial (e.g. $\sqrt{1.04}$ via the series with $x = 0.04$).
分卷提示 Paper 1(不可用计算器):代数提取某项系数;目测帕斯卡小行;阶乘很"干净"的计数题。推广二项式展开到 $x^3$ 或 $x^4$——必须写收敛区间。
Paper 2(可用计算器):较大的委员会 / 概率计数(用计算器算阶乘);用推广二项式做近似(如 $\sqrt{1.04}$ 取 $x = 0.04$)。

Flashcards闪卡

0 / 12 flipped已翻 0 / 12
Multiplication vs. addition rule?乘法 vs. 加法原理?
Sequential AND → multiply
Mutually exclusive OR → add
顺序 AND → 乘
互斥 OR → 加
Permutation formula?排列公式?
$${}^nP_r = \dfrac{n!}{(n-r)!}$$
Combination formula?组合公式?
$$\binom{n}{r} = \dfrac{n!}{r!\,(n-r)!}$$
Permutations of a multiset?多重集的排列?
$$\dfrac{n!}{n_1!\,n_2!\,\cdots\,n_k!}$$
Circular arrangement of $n$ distinct items?$n$ 个互异元素的圆排列?
$$(n - 1)!$$
Binomial theorem $(a+b)^n$, $n\in\mathbb{Z}^+$?$n\in\mathbb{Z}^+$ 时 $(a+b)^n$ 的二项展开?
$$\sum_{r=0}^{n}\binom{n}{r} a^{n-r} b^{r}$$
General term $T_{r+1}$ of $(a+b)^n$?$(a+b)^n$ 的通项 $T_{r+1}$?
$$T_{r+1} = \binom{n}{r}\, a^{n-r}\, b^{r}$$
Symmetry of $\binom{n}{r}$?$\binom{n}{r}$ 的对称性?
$$\binom{n}{r} = \binom{n}{n-r}$$
Pascal's identity?帕斯卡恒等式?
$$\binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r}$$
Sum of row $n$ of Pascal?帕斯卡第 $n$ 行之和?
$$\sum_{r=0}^{n}\binom{n}{r} = 2^{n}$$
Extended binomial — formula & condition?推广二项式——公式与条件?
$(1+x)^n = \sum_{r\ge 0}\binom{n}{r} x^r$
$|x| < 1$
Generalized $\binom{n}{r}$ for $n\in\mathbb{Q}$?$n\in\mathbb{Q}$ 的推广 $\binom{n}{r}$?
$$\dfrac{n(n-1)\cdots(n-r+1)}{r!}$$

Unit A3 — Practice Quiz单元 A3——练习测验

Ten mixed-difficulty items. Your score updates in real time at the top of the page. Aim for 8/10 before exam day.十道难度不一的题。得分实时显示在页面顶部。考前目标 8/10。

1. The number of ways to arrange the letters of EQUATION (no repeats) is:1. EQUATION 的字母排列(无重复)共有多少种?
Q1
$8$
$5040$
$40\,320$
$362\,880$
Correct! $8$ distinct letters arranged: $8! = 40\,320$.
正确!$8$ 个互异字母排列:$8! = 40\,320$。
$8$ distinct letters → $8! = 40\,320$ arrangements.
$8$ 个互异字母 → $8! = 40\,320$ 种。
2. From a class of $20$, $4$ students are to form a panel with distinct roles (chair, secretary, treasurer, member). Number of ways:2. 从 $20$ 人班级中选 $4$ 人担任不同职务(主席、秘书、财务、委员)。方法数为
Q2
$\binom{20}{4} = 4845$
${}^{20}P_4 = 116\,280$
$20^4 = 160\,000$
$4! = 24$
Correct! Distinct roles → ordered selection → permutation: $20 \cdot 19 \cdot 18 \cdot 17 = 116\,280$.
正确!职务不同 → 有序选取 → 排列:$20 \cdot 19 \cdot 18 \cdot 17 = 116\,280$。
Roles are distinct, so order matters → ${}^{20}P_4 = 116\,280$. (Option A treats the panel as unordered.)
职务互不相同,顺序敏感 → ${}^{20}P_4 = 116\,280$。(选项 A 把它当成无序了。)
3. How many distinguishable arrangements of the letters in BANANA?3. BANANA 字母可区分的排列共有多少种?
Q3
$120$
$360$
$60$
$720$
Correct! $6$ letters: $1$ B, $3$ A, $2$ N. $\tfrac{6!}{1!\,3!\,2!} = \tfrac{720}{12} = 60$.
正确!$6$ 个字母:$1$ B、$3$ A、$2$ N。$\tfrac{6!}{1!\,3!\,2!} = \tfrac{720}{12} = 60$。
Multiset formula: $\tfrac{6!}{1!\,3!\,2!} = 60$.
多重集公式:$\tfrac{6!}{1!\,3!\,2!} = 60$。
4. A team of $5$ is chosen from $7$ men and $6$ women, with at least $2$ women. Number of teams:4. 从 $7$ 男 $6$ 女中选 $5$ 人组成小组,至少 $2$ 名女生。方案数为
Q4
$\binom{6}{2}\binom{7}{3} = 525$
$\binom{13}{5} = 1287$
$\binom{13}{5} - \binom{7}{5} - \binom{6}{1}\binom{7}{4} = 1056$
$\binom{6}{2}\binom{11}{3} = 2475$
Correct! Total $-$ (no women) $-$ (exactly 1 woman) $= 1287 - 21 - 6\cdot 35 = 1287 - 21 - 210 = 1056$.
正确!总数 $-$($0$ 女)$-$(恰好 $1$ 女)$= 1287 - 21 - 6\cdot 35 = 1287 - 21 - 210 = 1056$。
Use complement: total $-$ teams with $0$ or $1$ woman. $\binom{13}{5} - \binom{7}{5} - \binom{6}{1}\binom{7}{4} = 1287 - 21 - 210 = 1056$. (Option A is "exactly $2$ women," not "at least.")
用补集:总数 $-$ "$0$ 或 $1$ 女" 的方案。$\binom{13}{5} - \binom{7}{5} - \binom{6}{1}\binom{7}{4} = 1287 - 21 - 210 = 1056$。(选项 A 是"恰好 $2$ 女",不是"至少"。)
5. The coefficient of $x^5$ in $(1 - x)^{10}$ is:5. $(1 - x)^{10}$ 展开式中 $x^5$ 的系数为
Q5
$252$
$210$
$-252$
$-210$
Correct! $T_{r+1} = \binom{10}{r}(1)^{10-r}(-x)^r$. For $x^5$, $r = 5$: coefficient $= \binom{10}{5}(-1)^5 = -252$.
正确!$T_{r+1} = \binom{10}{r}(1)^{10-r}(-x)^r$。$x^5$ 项 $r = 5$:系数 $= \binom{10}{5}(-1)^5 = -252$。
$T_{r+1} = \binom{10}{r}(-1)^r x^r$. For $x^5$: $\binom{10}{5}(-1)^5 = -252$. Don't drop the sign.
$T_{r+1} = \binom{10}{r}(-1)^r x^r$。$x^5$ 项:$\binom{10}{5}(-1)^5 = -252$。别漏负号。
6. The constant term in $\bigl(2x - \tfrac{3}{x^2}\bigr)^{6}$ is:6. $\bigl(2x - \tfrac{3}{x^2}\bigr)^{6}$ 展开式中的常数项为
Q6
$540$
$-540$
$-2160$
$2160$
Correct! $T_{r+1} = \binom{6}{r}(2x)^{6-r}(-3/x^2)^r = \binom{6}{r}\, 2^{6-r}(-3)^r\, x^{6 - 3r}$. Constant: $6 - 3r = 0 \Rightarrow r = 2$. $\binom{6}{2}\, 2^4\, (-3)^2 = 15 \cdot 16 \cdot 9 = 2160$ (positive — even power of the negative term).
正确!$T_{r+1} = \binom{6}{r}(2x)^{6-r}(-3/x^2)^r = \binom{6}{r}\, 2^{6-r}(-3)^r\, x^{6 - 3r}$。常数:$6 - 3r = 0 \Rightarrow r = 2$。$\binom{6}{2}\, 2^4\, (-3)^2 = 15 \cdot 16 \cdot 9 = 2160$(取正,因 $(-3)^r$ 的指数为偶数)。
$6 - 3r = 0 \Rightarrow r = 2$, so $(-3)^r = (-3)^2 = +9$. Coefficient $= \binom{6}{2}\cdot 2^4\cdot 9 = 2160$. (Sign trap: $r$ is even, so the constant is positive.)
$6 - 3r = 0 \Rightarrow r = 2$,故 $(-3)^r = (-3)^2 = +9$。系数 $= \binom{6}{2}\cdot 2^4\cdot 9 = 2160$。(符号陷阱:$r$ 为偶数,常数为正。)
7. $\binom{12}{3} + \binom{12}{4}$ equals:7. $\binom{12}{3} + \binom{12}{4} = $
Q7
$\binom{13}{4}$
$\binom{13}{3}$
$\binom{24}{7}$
$\binom{12}{7}$
Correct! Pascal's identity: $\binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r}$. Here $n - 1 = 12$, $r = 4$, so the sum is $\binom{13}{4}$.
正确!帕斯卡恒等式:$\binom{n-1}{r-1} + \binom{n-1}{r} = \binom{n}{r}$。此处 $n - 1 = 12$,$r = 4$,故和为 $\binom{13}{4}$。
Pascal's identity matches with $n = 13$, $r = 4$: $\binom{12}{3} + \binom{12}{4} = \binom{13}{4}$.
帕斯卡恒等式对应 $n = 13$,$r = 4$:$\binom{12}{3} + \binom{12}{4} = \binom{13}{4}$。
8. $5$ couples are seated around a round table. The number of arrangements where each couple sits together is:8. $5$ 对夫妇围圆桌而坐。要求每对都相邻,方案数为
Q8
$4! \cdot 2^5 = 768$
$5! \cdot 2^5 = 3840$
$10!$
$5!$
Correct! Treat each couple as one block ($5$ blocks). Circular: $(5-1)! = 4!$. Each block has $2!$ internal orders, and there are $5$ blocks: $2^5$. Total $4! \cdot 2^5 = 24 \cdot 32 = 768$.
正确!每对夫妇看作一个块($5$ 块)。圆排列:$(5-1)! = 4!$。每块内部 $2!$ 种顺序,共 $5$ 块:$2^5$。合计 $4! \cdot 2^5 = 24 \cdot 32 = 768$。
Couples-as-blocks → $5$ blocks circular = $4!$. Internal orders per couple = $2$, so $2^5$. Total $4! \cdot 2^5 = 768$.
夫妇捆绑为块 → $5$ 块圆排列 = $4!$。每对内部 $2$ 种 → $2^5$。合计 $4! \cdot 2^5 = 768$。
9. Up to and including the $x^2$ term, $(1 + 3x)^{1/3}$ equals:9. 将 $(1 + 3x)^{1/3}$ 展开到 $x^2$ 项(含),结果为
Q9
$1 + x + x^2$
$1 + 3x - x^2$
$1 + x - x^2$
$1 - x - x^2$
Correct! Apply with $n = \tfrac{1}{3}$ and $x \to 3x$: $1 + \tfrac{1}{3}(3x) + \tfrac{(1/3)(-2/3)}{2!}(3x)^2 = 1 + x - x^2$. Valid for $|3x| < 1$, i.e. $|x| < \tfrac{1}{3}$.
正确!取 $n = \tfrac{1}{3}$,把 $x$ 替换为 $3x$:$1 + \tfrac{1}{3}(3x) + \tfrac{(1/3)(-2/3)}{2!}(3x)^2 = 1 + x - x^2$。收敛于 $|3x| < 1$,即 $|x| < \tfrac{1}{3}$。
Substitute $3x$ for $x$ in $(1+x)^{1/3}$: $1 + \tfrac{1}{3}(3x) + \tfrac{(1/3)(-2/3)}{2}(3x)^2 = 1 + x - x^2$.
把 $(1+x)^{1/3}$ 中的 $x$ 换成 $3x$:$1 + \tfrac{1}{3}(3x) + \tfrac{(1/3)(-2/3)}{2}(3x)^2 = 1 + x - x^2$。
10. $7$ books (4 different math, 3 different physics) are shelved so that all math books are adjacent. Number of arrangements:10. $7$ 本书($4$ 本不同数学、$3$ 本不同物理)放在书架上,要求数学书全部相邻。方案数为
Q10
$4! \cdot 3! = 144$
$4! \cdot 4! = 576$
$7! = 5040$
$2 \cdot 4! \cdot 3! = 288$
Correct! Math books glued = 1 block. Now $4$ items (block + $3$ physics): $4!$ arrangements. Internal math orders: $4!$. Total $4! \cdot 4! = 24 \cdot 24 = 576$.
正确!数学书绑成 1 块。现在有 $4$ 个对象(块 + 3 本物理):$4!$ 种排列。块内数学书顺序:$4!$。合计 $4! \cdot 4! = 24 \cdot 24 = 576$。
Glue the $4$ math books → $4$ items to arrange ($4!$), times the $4!$ orders inside the math block. Total $576$.
把 $4$ 本数学书粘成一块 → 共 $4$ 个对象($4!$),再乘块内 $4!$ 种顺序。合计 $576$。

Readiness Checklist备考清单

Click each item you've mastered. Aim for 100% before exam day. Items marked HL are HL-only.点击你已经掌握的条目。考前目标 100%。标有 HL 的为 HL 专属内容。

0 / 14 mastered已掌握 0 / 14

IB Paper-Style PracticeIB 试卷风格练习

IB exam-style questions across Paper 1A (short response, no calc), Paper 1B (extended response, no calc), Paper 2 (calculator), and a Paper 3 HL extended exploration. EMH difficulty mix. Mark-by-mark solutions (M1 / A1 / R1) live in the separate solutions file. Use this after the in-page quiz and flashcards.

IB 考试风格题,涵盖 Paper 1A(短答,无计算器)、Paper 1B(长答,无计算器)、Paper 2(可用计算器),并附 Paper 3 HL 长题探究。难度按 EMH 分级。逐分(M1 / A1 / R1)解答见独立的解答文档。建议在做完本页测验与闪卡后再来。

Practice Questions →练习题 → Mark-by-mark Solutions →逐分解答 →