Companion to the Practice Set · Mark-by-mark walkthroughs · SAT / AP-feeder / ON / BC / AB styles练习题配套解析 · 逐分讲解 · SAT / AP 衔接 / ON / BC / AB 卷型
Cafeteria: $4$ sandwiches $\times$ $3$ sides $\times$ $5$ drinks. Distinct meals?自助餐厅:$4$ 种三明治 $\times$ $3$ 种配菜 $\times$ $5$ 种饮品。不同套餐数?
A meal is built by three independent successive choices (sandwich, then side, then drink). The fundamental counting principle (multiplication rule) gives一份套餐由三次彼此独立的连续选择构成(先三明治,再配菜,再饮品)。由基本计数原理(乘法原理):
$$ N \;=\; 4 \times 3 \times 5 \;=\; 60. $$So there are $60$ distinct meals, matching option (B).故共 $60$ 种不同套餐,与选项 (B) 相符。
Evaluate ${}_{7}P_{3}$.求 ${}_{7}P_{3}$ 的值。
${}_{7}P_{3}$ counts ordered arrangements of $3$ items drawn from $7$. Slot $1$: $7$ choices; slot $2$: $6$ remaining; slot $3$: $5$ remaining. Product $= 7 \cdot 6 \cdot 5 = 210$. $\checkmark$ Matches option (C).${}_{7}P_{3}$ 表示从 $7$ 项中有序选 $3$ 项的排列数。第 $1$ 位:$7$ 种选择;第 $2$ 位:剩 $6$;第 $3$ 位:剩 $5$。乘积 $= 7 \cdot 6 \cdot 5 = 210$。$\checkmark$ 与选项 (C) 相符。
Which is equal to $\binom{15}{4}$?下列哪一项等于 $\binom{15}{4}$?
With $n = 15$, $r = 4$: the complementary index is $n - r = 15 - 4 = 11$. So取 $n = 15$、$r = 4$:互补指标为 $n - r = 15 - 4 = 11$。故
$$ \binom{15}{4} \;=\; \binom{15}{15-4} \;=\; \binom{15}{11}. $$This matches option (B). (Numerical check: $\binom{15}{4} = \frac{15 \cdot 14 \cdot 13 \cdot 12}{24} = \frac{32760}{24} = 1365$, and $\binom{15}{11} = \binom{15}{4} = 1365$ by the same symmetry. $\checkmark$)与选项 (B) 相符。(数值核对:$\binom{15}{4} = \frac{15 \cdot 14 \cdot 13 \cdot 12}{24} = \frac{32760}{24} = 1365$,由同一对称性可知 $\binom{15}{11} = \binom{15}{4} = 1365$。$\checkmark$)
$12$ debate-club members; choose $3$. (a) Undifferentiated team count + justify $\binom{n}{r}$ vs ${}_{n}P_{r}$. (b) Distinct roles count. (c) Verify (b) $= 3! \times$ (a).辩论俱乐部 $12$ 人,选 $3$ 人。(a) 不区分角色的团队选法 + 说明用 $\binom{n}{r}$ 还是 ${}_{n}P_{r}$。(b) 分配三个不同角色的方法数。(c) 验证 (b) $= 3! \times$ (a)。
Sending three people with no roles means the order of selection is irrelevant. Use combinations, $\binom{n}{r}$:派三人但不分角色,意味着选人的顺序无关紧要。用组合 $\binom{n}{r}$:
$$ \binom{12}{3} \;=\; \frac{12!}{3! \cdot 9!} \;=\; \frac{12 \cdot 11 \cdot 10}{3 \cdot 2 \cdot 1} \;=\; \frac{1320}{6} \;=\; 220. $$Justification: "the three attendees are sent as an undifferentiated team", so swapping who-was-listed-first does not produce a new outcome.理由:"三位代表作为不区分角色的团队前往",故交换名单顺序不会产生新方案。
Assigning the three roles captain, first speaker, second speaker distinguishes the three attendees, so order matters. Use permutations:分配队长、一辩、二辩三个不同角色后,三人有区分,故顺序有关。用排列:
$$ {}_{12}P_{3} \;=\; 12 \cdot 11 \cdot 10 \;=\; 1320. $$Numerical: $3! \cdot 220 = 6 \cdot 220 = 1320$. $\checkmark$
Combinatorial: every unordered $3$-team in (a) can be assigned the three distinct roles in $3! = 6$ ways (pick a captain in $3$ ways, then a first speaker in $2$, then second is forced). So ${}_{12}P_{3} = \binom{12}{3} \cdot 3!$, i.e. permutations count combinations multiplied by the role-permutations of each fixed team.数值验证:$3! \cdot 220 = 6 \cdot 220 = 1320$。$\checkmark$
组合学解释:(a) 中每个无序 $3$ 人团队都可用 $3! = 6$ 种方式分配三个不同角色(先选队长有 $3$ 种,再选一辩有 $2$ 种,二辩自动确定)。故 ${}_{12}P_{3} = \binom{12}{3} \cdot 3!$,即排列数等于组合数乘以每个固定团队的角色排列数。
Word STATISTICS ($10$ letters: $3$ S, $3$ T, $1$ A, $2$ I, $1$ C). (a) State formula. (b) Count arrangements. (c) Repeat for STATS.单词 STATISTICS($10$ 字母:$3$ S、$3$ T、$1$ A、$2$ I、$1$ C)。(a) 写出公式。(b) 数排列总数。(c) 对 STATS 重复。
For a word of length $n$ with letter multiplicities $k_{1}, k_{2}, \ldots, k_{m}$ (summing to $n$), the number of distinguishable arrangements is设单词长度为 $n$,各字母重数为 $k_{1}, k_{2}, \ldots, k_{m}$(和为 $n$),则可区分排列数为
$$ N \;=\; \frac{n!}{k_{1}!\, k_{2}!\, \cdots k_{m}!}. $$The $n!$ in the numerator counts all arrangements as if the letters were distinct; each $k_{i}!$ in the denominator divides out the permutations among identical copies of letter $i$, which produce the same word.分子 $n!$ 假设所有字母互异时的全部排列;分母每个 $k_{i}!$ 除掉第 $i$ 种字母的相同副本间所产生的等价排列。
Multiplicities: S$=3$, T$=3$, A$=1$, I$=2$, C$=1$. Total $n = 3 + 3 + 1 + 2 + 1 = 10$. $\checkmark$各重数:S$=3$、T$=3$、A$=1$、I$=2$、C$=1$。总数 $n = 3 + 3 + 1 + 2 + 1 = 10$。$\checkmark$
$$ N \;=\; \frac{10!}{3!\, 3!\, 1!\, 2!\, 1!} \;=\; \frac{3{,}628{,}800}{6 \cdot 6 \cdot 1 \cdot 2 \cdot 1} \;=\; \frac{3{,}628{,}800}{72} \;=\; 50{,}400. $$Multiplicities: S$=2$, T$=2$, A$=1$. Total $n = 5$. $\checkmark$各重数:S$=2$、T$=2$、A$=1$。总数 $n = 5$。$\checkmark$
$$ N \;=\; \frac{5!}{2!\, 2!\, 1!} \;=\; \frac{120}{4} \;=\; 30. $$Choose $5$ from $8$ women + $6$ men. (a) No restriction. (b) Exactly $3$W $+ 2$M. (c) At least $4$W.从 $8$ 女 + $6$ 男中选 $5$ 人。(a) 无限制。(b) 恰好 $3$ 女 + $2$ 男。(c) 至少 $4$ 女。
The pool is $8 + 6 = 14$ people and we choose $5$ unordered (a committee has no roles in this part):总池为 $8 + 6 = 14$ 人,无序选 $5$ 人(本小题委员会不分角色):
$$ \binom{14}{5} \;=\; \frac{14 \cdot 13 \cdot 12 \cdot 11 \cdot 10}{5!} \;=\; \frac{240{,}240}{120} \;=\; 2{,}002. $$Split the selection: choose $3$ women from $8$, and independently choose $2$ men from $6$. By the multiplication rule:把选拔分两步:从 $8$ 女中选 $3$ 人,同时独立地从 $6$ 男中选 $2$ 人。由乘法原理:
$$ \binom{8}{3} \cdot \binom{6}{2} \;=\; 56 \cdot 15 \;=\; 840. $$"At least $4$ women" out of $5$ committee members partitions into two disjoint cases: exactly $4$W$+1$M, or exactly $5$W$+0$M. Add the case counts:$5$ 人委员会中"至少 $4$ 女"可分为两个互不相交的情形:恰好 $4$ 女 $+ 1$ 男,或恰好 $5$ 女 $+ 0$ 男。两种情况相加:
$$ \binom{8}{4} \cdot \binom{6}{1} \;+\; \binom{8}{5} \cdot \binom{6}{0} \;=\; 70 \cdot 6 \;+\; 56 \cdot 1 \;=\; 420 + 56 \;=\; 476. $$$(2x + 3)^{5}$. (a) Row $5$. (b) General term $T_{r+1}$. (c) Full expansion. (d) Sum of coefficients.$(2x + 3)^{5}$。(a) 第 $5$ 行。(b) 通项 $T_{r+1}$。(c) 完整展开。(d) 系数之和。
Row $5$ is $\binom{5}{0}, \binom{5}{1}, \binom{5}{2}, \binom{5}{3}, \binom{5}{4}, \binom{5}{5}$, which gives第 $5$ 行为 $\binom{5}{0}, \binom{5}{1}, \binom{5}{2}, \binom{5}{3}, \binom{5}{4}, \binom{5}{5}$,即
$$ 1, \;5, \;10, \;10, \;5, \;1. $$Symmetric, as Pascal's rule and the $\binom{n}{r} = \binom{n}{n-r}$ identity predict.关于中线对称,恰如帕斯卡法则与 $\binom{n}{r} = \binom{n}{n-r}$ 所预言。
With $a = 2x$, $b = 3$, $n = 5$:取 $a = 2x$、$b = 3$、$n = 5$:
$$ T_{r+1} \;=\; \binom{5}{r} (2x)^{5-r} (3)^{r} \;=\; \binom{5}{r} \cdot 2^{5-r} \cdot 3^{r} \cdot x^{5-r}, \qquad r \in \{0, 1, 2, 3, 4, 5\}. $$Tabulate $T_{r+1}$ for each $r$:逐个 $r$ 列出 $T_{r+1}$:
Sum:求和:
$$ (2x + 3)^{5} \;=\; 32 x^{5} + 240 x^{4} + 720 x^{3} + 1080 x^{2} + 810 x + 243. $$Sum of coefficients $= 32 + 240 + 720 + 1080 + 810 + 243 = 3125$. Plugging $x = 1$ into the original: $(2(1) + 3)^{5} = 5^{5} = 3125$. $\checkmark$ Agreement confirms the expansion.系数之和 $= 32 + 240 + 720 + 1080 + 810 + 243 = 3125$。在原式中代入 $x = 1$:$(2(1) + 3)^{5} = 5^{5} = 3125$。$\checkmark$ 两边一致,展开正确。
$(2x - 3)^{12}$. (a) $T_{r+1}$. (b) $r$ for $x^{7}$. (c) Coefficient of $x^{7}$. (d) Sign + reasoning.
$\left(x + \tfrac{2}{x}\right)^{10}$, $x \ne 0$. (a) $T_{r+1}$. (b) $r$ for constant. (c) Constant term. (d) $r$ for $x^{4}$ + coefficient. (e) Why only even powers.
Plates LLL-DDD; $24$ usable letters, $9$ usable digits. (a) With repetition. (b) No repeated letter or digit. (c) Probability of (b) within (a). (d) Two interleaved orders LLDD, LDLD.
$\sum_{r=0}^{n} \binom{n}{r} = 2^{n}$. (a) Derive via $(a+b)^{n}$. (b) Combinatorial proof. (c) Numerical $n=6$. (d) Alternating-sum identity via $a=1, b=-1$.
$5$-card poker hand from $52$-card deck. (a) $\binom{52}{5}$ as integer. (b) Number of flushes. (c) $P(\text{flush})$ exact + decimal. (d) Coefficient of $x^{5}$ in $(x+1)^{52}$ + interpretation.