📚 A Bicameral Institution | 两院制机构
Although the phrase ‘bicameral institution’ comes from politics, it provides a rich context for A-Level Mathematics. A two-chamber system can be modelled using probability trees, the binomial distribution, combinations, conditional probability, hypothesis tests and matrices. This article shows how Edexcel A-Level Maths techniques apply to the decision-making structure of two separate voting bodies.
虽然 ‘两院制机构’ 这一短语来自政治学,但它为 A-Level 数学提供了丰富的建模情境。一个两院制系统可以用概率树、二项分布、组合、条件概率、假设检验和矩阵来建模。本文展示 Edexcel A-Level 数学技巧如何应用于两个独立投票机构的决策结构。
1. Probability Trees for a Two-Chamber Vote | 两院投票的概率树
Consider a bill that must be approved by both an Upper House A and a Lower House B. Let p be the probability that House A passes the bill and q be the probability that House B passes it. Assuming the two chambers vote independently, a probability tree shows four possible outcomes: both pass, only A passes, only B passes, or both fail.
考虑一项必须由上议院 A 和下议院 B 同时通过的法案。设 p 为上议院通过法案的概率,q 为下议院通过法案的概率。假设两院独立投票,概率树会显示四种可能结果:两院都通过、仅 A 通过、仅 B 通过或两院都否决。
- Bill passes only when both chambers pass, so P(Pass) = p × q.
- 法案只有在两院都通过时才通过,因此 P(通过) = p × q。
- The probability of failure is 1 − p × q, which covers the other three branches.
- 失败的概率为 1 − p × q,它覆盖了另外三个分支。
P(Pass) = p × q and P(Fail) = 1 − p × q
2. The Binomial Distribution in Each Chamber | 每个议院中的二项分布
Suppose House A has n members and each member independently supports the bill with probability p. The number of supporters X follows a binomial distribution X ~ B(n, p). If the bill needs at least k votes to pass, we calculate P(X ≥ k) using cumulative binomial probabilities.
假设上议院有 n 名成员,每名成员以概率 p 独立支持法案。支持者人数 X 服从二项分布 X ~ B(n, p)。如果法案至少需要 k 票才能通过,我们使用累积二项概率计算 P(X ≥ k)。
P(X = r) = C(n, r) pr (1 − p)n − r
The Edexcel formula booklet provides the binomial cumulative distribution function; a calculator can quickly find P(X ≥ k) = 1 − P(X ≤ k − 1).
Edexcel 公式册提供二项累积分布函数;计算器可以快速求出 P(X ≥ k) = 1 − P(X ≤ k − 1)。
3. Combinations and Joint Committees | 组合与联合委员会
A bicameral institution may form a joint committee by choosing a members from the upper house and b members from the lower house. The total number of ways to select such a committee is the product of two binomial coefficients, because the choices are independent.
两院制机构可以通过从上议院选 a 名成员、从下议院选 b 名成员来组成一个联合委员会。组成该委员会的总方法数是两个二项式系数的乘积,因为这两个选择是相互独立的。
Total ways = C(m, a) × C(n, b)
Here C(n, r) = n! / [r!(n − r)!] is the number of combinations. For example, selecting 3 from 10 and 4 from 15 gives C(10, 3) × C(15, 4) = 120 × 1365 = 163800 possible committees.
这里 C(n, r) = n! / [r!(n − r)!] 是组合数。例如,从 10 人中选 3 人、从 15 人中选 4 人,得到 C(10, 3) × C(15, 4) = 120 × 1365 = 163800 种可能的委员会。
4. Conditional Probability and Chamber Independence | 条件概率与议院独立性
When two chambers vote independently, the probability that House A passes given House B passes is simply P(A | B) = P(A). The formula for conditional probability is P(A | B) = P(A ∩ B) / P(B), and independence means P(A ∩ B) = P(A) × P(B).
当两院独立投票时,在下议院通过的情况下上议院通过的概率就是 P(A | B) = P(A)。条件概率公式为 P(A | B) = P(A ∩ B) / P(B),而独立性意味着 P(A ∩ B) = P(A) × P(B)。
A bicameral system therefore has a lower overall pass probability than a unicameral system, because both chambers must pass the bill. This mathematical structure explains the institutional check of requiring two separate approvals.
因此,两院制的总体通过概率低于一院制,因为法案必须由两院都通过。这种数学结构解释了需要两个独立批准的制衡机制。
5. Normal Approximation for Large Chambers | 大议院的正态近似
When a chamber has many members, the binomial distribution B(n, p) can be approximated by a normal distribution with mean μ = np and variance σ² = np(1 − p). This is useful for quick estimates without summing many terms.
当一个议院有很多成员时,二项分布 B(n, p) 可以用均值为 μ = np、方差为 σ² = np(1 − p) 的正态分布来近似。这对于无需逐项求和的快速估算非常有用。
X ~ B(n, p) ≈ N(np, np(1 − p))
To estimate P(X ≥ k), apply a continuity correction and standardise: Z = (k − 0.5 − np) / √[np(1 − p)]. Edexcel exam questions often ask for this approximation when n is large.
要估计 P(X ≥ k),需要应用连续性校正并标准化:Z = (k − 0.5 − np) / √[np(1 − p)]。当 n 很大时,Edexcel 考试题目常要求这种近似。
6. Hypothesis Testing a Chamber’s Passing Rate | 检验一个议院的通过率
A binomial hypothesis test can assess whether a chamber’s support rate has changed. Suppose we test H₀: p = 0.5 against H₁: p > 0.5. If the chamber has n = 20 members and 15 vote in favour, we find P(X ≥ 15) under H₀.
二项假设检验可以评估一个议院的支持率是否发生变化。假设我们检验 H₀:p = 0.5 对阵 H₁:p > 0.5。如果议院有 n = 20 名成员,其中 15 人投赞成票,我们求在 H₀ 下的 P(X ≥ 15)。
Using a calculator, P(X ≥ 15) = 1 − P(X ≤ 14) ≈ 0.0207. At the 5% significance level, 0.0207 < 0.05, so there is sufficient evidence to reject H₀ and conclude that the support rate is greater than 0.5.
使用计算器,P(X ≥ 15) = 1 − P(X ≤ 14) ≈ 0.0207。在 5% 显著性水平下,0.0207 < 0.05,因此有足够证据拒绝 H₀,并得出支持率大于 0.5 的结论。
7. Set Theory for Overlapping Membership | 重叠成员身份的集合论
Some members may serve in both chambers or belong to overlapping committees. If set A contains upper-house members and set B contains lower-house members, the intersection A ∩ B represents joint membership. The inclusion-exclusion principle gives the size of the union.
一些成员可能同时在两院任职,或隶属于重叠的委员会。如果集合 A 包含上议院成员,集合 B 包含下议院成员,交集 A ∩ B 表示共同成员身份。容斥原理给出并集的大小。
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
For example, if 40% of parliamentarians sit in House A, 60% sit in House B, and 15% sit in both, then P(A ∪ B) = 0.40 + 0.60 − 0.15 = 0.85, meaning 85% belong to at least one of the two chambers.
例如,如果 40% 的议员在上议院,60% 在下议院,15% 同时在两院,则 P(A ∪ B) = 0.40 + 0.60 − 0.15 = 0.85,即 85% 的议员至少属于两院之一。
8. Boolean Logic Behind a Bicameral Decision | 两院决策背后的布尔逻辑
The final decision of a bicameral institution is the logical conjunction of two chamber decisions. If we denote House A’s approval as A and House B’s approval as B, then the bill passes only when both are true: Pass = A ∧ B. This can be shown in a truth table.
两院制机构的最终决策是两个议院决策的逻辑合取。如果我们把上议院的批准记为 A、下议院的批准记为 B,那么法案只有在两者都为真时才通过:通过 = A ∧ B。这可以用真值表表示。
| A | B | Pass = A ∧ B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
This logic mirrors the multiplication rule for independent events: P(Pass) = P(A = true) × P(B = true).
这种逻辑与独立事件的乘法规则一致:P(通过) = P(A 为真) × P(B 为真)。
9. Expected Number of Passed Bills | 通过法案的期望数
If a bicameral institution considers N bills in a session and each bill has the same pass probability p, the number of bills passed Y follows a binomial distribution B(N, p). The expected number of passed bills is Np, and the variance is Np(1 − p).
如果两院制机构在一个会期内审议 N 项法案,且每项法案通过概率为 p,则通过的法案数 Y 服从二项分布 B(N, p)。通过法案数的期望为 Np,方差为 Np(1 − p)。
E(Y) = Np and Var(Y) = Np(1 − p)
For example, if N = 40 and p = 0.45, the expected number of passed bills is 40 × 0.45 = 18, with standard deviation √(40 × 0.45 × 0.55) ≈ 3.15.
例如,如果 N = 40,p = 0.45,则通过法案的期望数为 40 × 0.45 = 18,标准差为 √(40 × 0.45 × 0.55) ≈ 3.15。
10. Matrix Representation of Voting Outcomes | 投票结果的矩阵表示
The transition of a bill between two chambers can be represented by a matrix. Let state 1 be ‘in House A’, state 2 be ‘in House B’, state 3 be ‘passed’ and state 4 be ‘failed’. A transition matrix T stores the probabilities of moving from one state to another.
法案在两院之间的流转可以用矩阵表示。设状态 1 为 ‘在上议院’,状态 2 为 ‘在下议院’,状态 3 为 ‘已通过’,状态 4 为 ‘未通过’。转移矩阵 T 存放从一种状态转移到另一种状态的概率。
T = [[0, t, pA, 1−pA], [t, 0, pB, 1−pB], [0, 0, 1, 0], [0, 0, 0, 1]]
Multiplying an initial state vector by powers of T gives the probabilities of eventual passage or failure. This links to the A-Level Further Mathematics topic of matrices but also reinforces conditional probability ideas.
将初始状态向量乘以 T 的幂可以得到最终通过或失败的概率。这与 A-Level 进阶数学中的矩阵主题相关,同时也强化了条件概率的概念。
11. Veto Power and Event Intersection | 否决权与事件交集
Veto power in one chamber means the bill passes only if that chamber approves. If House A has a veto and House B has a veto, the pass event is the intersection A ∩ B. The probability is P(A) × P(B) under independence, but if voting patterns are correlated, the product rule no longer applies.
一个议院的否决权意味着法案只有在该议院批准时才通过。如果上议院和下议院都有否决权,通过事件就是交集 A ∩ B。在独立性下概率为 P(A) × P(B),但如果投票模式相关,乘法规则不再适用。
In that case, the general formula P(A ∩ B) = P(A) × P(B | A) must be used. Edexcel conditional probability questions often expect this distinction between independent and dependent events.
在这种情况下,必须使用一般公式 P(A ∩ B) = P(A) × P(B | A)。Edexcel 条件概率题目通常要求区分独立事件和相依事件。
12. Exam Strategy and Common Errors | 考试策略与常见错误
When solving bicameral-style probability questions, identify whether events are independent before multiplying probabilities. Define your variables clearly and state the distribution for each chamber. Use exact binomial probabilities when n is small and normal approximation only when n is large enough such that np > 5 and n(1 − p) > 5.
在解决两院制风格的概率问题时,先判断事件是否独立,再进行概率相乘。明确定义变量,并写出每个议院的分布。当 n 较小时使用精确二项概率;只有当 n 足够大且 np > 5 和 n(1 − p) > 5 时才使用正态近似。
- Do not forget the continuity correction in normal approximation: P(X ≥ k) becomes P(X ≥ k − 0.5).
- 正态近似时不要忘记连续性校正:P(X
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导