📚 The Supreme Court and Civil Rights | 最高法院与民权:A-Level数学统计应用
This revision article connects the historical theme of the Supreme Court and civil rights to the statistical methods required by the Edexcel A-Level Mathematics specification. You will revise probability distributions, hypothesis tests, correlation, confidence intervals and sampling distributions using realistic court-related data.
本复习文章将“最高法院与民权”这一历史主题与Edexcel A-Level数学大纲要求的统计方法联系起来。你将使用与法院相关的真实数据复习概率分布、假设检验、相关性、置信区间和抽样分布。
1. Statistical Context and Data Types | 统计背景与数据类型
In civil rights litigation, courts often examine quantitative evidence such as jury composition, voting records, employment test scores and waiting times. In Edexcel Statistics, you must first identify whether data is qualitative or quantitative, and whether quantitative data is discrete or continuous.
在民权诉讼中,法院经常审查定量证据,例如陪审团构成、投票记录、就业测试分数和等待时间。在Edexcel统计中,你必须首先识别数据是定性还是定量,以及定量数据是离散还是连续。
For example, the number of Black jurors on a 12-person panel is discrete quantitative data, while the decision ‘uphold’ or ‘strike down’ is qualitative categorical data.
例如,12人陪审团中黑人陪审员的人数属于离散定量数据,而“维持”或“推翻”的判决属于定性分类数据。
- Qualitative: court decision, legal reason | 定性:法院判决、法律理由
- Quantitative discrete: number of jurors, number of votes | 定量离散:陪审员人数、票数
- Quantitative continuous: waiting time in days, legal costs | 定量连续:等待天数、法律费用
2. Probability Rules and Court Outcomes | 概率规则与法院结果
Probability rules help model uncertainty in Supreme Court voting. The addition rule for two events A and B is:
概率规则有助于模拟最高法院投票中的不确定性。两个事件A和B的加法规则为:
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
If the events are independent, the multiplication rule simplifies to P(A ∩ B) = P(A) × P(B).
如果事件相互独立,乘法规则简化为 P(A ∩ B) = P(A) × P(B)。
Example: suppose in a nine-justice court, the probability that a randomly selected justice votes in favour of a civil rights claim is 0.6, and votes are independent. The probability that all nine vote in favour is 0.6⁹ ≈ 0.01008.
示例:假设在九名大法官组成的法院中,随机选取一名大法官投票支持民权主张的概率为0.6,且投票相互独立。九人全部投票支持的概率为 0.6⁹ ≈ 0.01008。
This low probability shows why unanimous civil rights rulings are rare even when the overall tendency is supportive.
这一低概率说明,即使总体倾向支持,全体一致通过民权裁决的情况仍然罕见。
3. Binomial Distribution in Jury Selection | 陪审团选择中的二项分布
Jury selection provides a natural binomial setting. If a jury pool has 20% Black citizens, and 12 jurors are randomly selected, the number X of Black jurors follows a binomial distribution: X ~ B(12, 0.20).
陪审团选择提供了一个自然的二项分布场景。如果陪审团候选库中有20%的黑人公民,随机选出12名陪审员,则黑人人数的随机变量X服从二项分布:X ~ B(12, 0.20)。
The probability mass function is:
概率质量函数为:
P(X = k) = nCk pk(1 − p)n−k
Here n = 12 and p = 0.20. For example, P(X = 0) = 0.8¹² ≈ 0.0687 and P(X = 1) = 12 × 0.2 × 0.8¹¹ ≈ 0.2062.
这里 n = 12,p = 0.20。例如,P(X = 0) = 0.8¹² ≈ 0.0687,P(X = 1) = 12 × 0.2 × 0.8¹¹ ≈ 0.2062。
Therefore P(X ≤ 1) ≈ 0.0687 + 0.2062 = 0.2749. In a random selection from such a pool, observing 1 or fewer Black jurors is not rare, so this outcome alone does not automatically prove discrimination.
因此 P(X ≤ 1) ≈ 0.0687 + 0.2062 = 0.2749。在从这样的人口库中随机选择时,观察到1名或更少的黑人陪审员并不罕见,因此仅凭这一结果不能自动证明存在歧视。
4. Hypothesis Testing for Discrimination Claims | 歧视索赔的假设检验
A hypothesis test formalises whether an observed jury outcome is statistically unusual. Let p be the true probability of selecting a Black juror. The null hypothesis assumes no discrimination:
假设检验将观察到的陪审团结果是否在统计上不寻常正式化。设p为选中黑人陪审员的真实概率。原假设假定没有歧视:
H₀: p = 0.20 and H₁: p < 0.20
Using X ~ B(12, 0.20) at the 5% significance level, the critical region would require finding c such that P(X ≤ c) ≤ 0.05. Since P(X = 0) = 0.0687 > 0.05, there is no possible critical value in this small sample. We therefore fail to reject H₀.
在5%显著性水平下,使用 X ~ B(12, 0.20),临界域要求找到c使 P(X ≤ c) ≤ 0.05。由于 P(X = 0) = 0.0687 > 0.05,在这个小样本中不存在可能的临界值。因此我们不能拒绝 H₀。
With a larger sample, say n = 80 and p = 0.20, the normal approximation can be used, and a much lower observed proportion may fall in the critical region. This mirrors real civil rights cases where statistical evidence is used to challenge exclusionary jury practices.
如果样本更大,例如 n = 80 且 p = 0.20,可以使用正态近似,低得多的观察比例可能落入临界域。这反映了真实民权案件中利用统计证据质疑排斥性陪审团做法的情形。
5. Conditional Probability and Bayes’ Theorem in Appeals | 上诉中的条件概率与贝叶斯定理
Conditional probability is essential for understanding how new evidence affects a civil rights appeal. The formula is:
条件概率对于理解新证据如何影响民权上诉至关重要。公式为:
P(A | B) = P(A ∩ B) / P(B)
Bayes’ theorem extends this idea:
贝叶斯定理扩展了这一思想:
P(A | B) = P(B | A) × P(A) / P(B)
Example: in a set of civil rights appeals, 30% involve employment discrimination and 5% involve both employment discrimination and a procedural error. Given that an appeal has a procedural error, the probability that it involves employment discrimination is P(E | C) = 0.05 / 0.10 = 0.5, assuming 10% of all appeals have a procedural error.
示例:在一组民权上诉案件中,30%涉及就业歧视,5%同时涉及就业歧视和程序错误。假设所有上诉中有10%存在程序错误,则已知上诉存在程序错误时,它涉及就业歧视的概率为 P(E | C) = 0.05 / 0.10 = 0.5。
This type of calculation is common in Edexcel exam questions on conditional probability and tree diagrams.
这类计算在Edexcel考试中关于条件概率和树状图的问题中很常见。
6. Normal Distribution and Court Waiting Times | 正态分布与法院等待时间
Waiting times for civil rights hearings can often be modelled by a normal distribution. Suppose the waiting time X in days follows X ~ N(180, 30²). To find the probability that a case waits more than 240 days:
民权听证会的等待时间通常可以用正态分布建模。假设等待时间X(天)服从 X ~ N(180, 30²)。要求案件等待超过240天的概率:
Z = (X − μ) / σ = (240 − 180) / 30 = 2
Using the standard normal table, P(Z > 2) = 1 − 0.9772 = 0.0228. So about 2.28% of cases wait longer than 240 days.
查标准正态分布表,P(Z > 2) = 1 − 0.9772 = 0.0228。因此约2.28%的案件等待时间超过240天。
Remember that the normal distribution is continuous, so P(X = a) = 0 for any single value a. This is a frequent exam trap.
请记住,正态分布是连续的,因此对于任何单个值a,P(X = a) = 0。这是考试中常见的陷阱。
7. Correlation and Regression in Voting Patterns | 投票模式中的相关性与回归
Civil rights scholars sometimes examine whether a justice’s voting record correlates with a measure of judicial ideology. In Edexcel Statistics, you use the product moment correlation coefficient (PMCC), r, to quantify linear correlation.
民权学者有时研究大法官的投票记录是否与某种司法意识形态指标相关。在Edexcel统计中,你使用积矩相关系数(PMCC)r 来量化线性相关性。
The regression line of y on x is y = a + bx, where the gradient b is given by:
y对x的回归直线为 y = a + bx,其中斜率b由下式给出:
b = Sxy / Sxx
Here Sxy = Σ(x − x̄)(y − ȳ) and Sxx = Σ(x − x̄)². The intercept is a = ȳ − b x̄.
这里 Sxy = Σ(x − x̄)(y − ȳ),Sxx = Σ(x − x̄)²。截距为 a = ȳ − b x̄。
You should always state whether the correlation is positive or negative, and remember that correlation does not imply causation. A high correlation between two variables may be caused by a third factor.
你应始终说明相关性是正还是负,并记住相关不等于因果。两个变量之间的高相关可能是由第三个因素引起的。
8. Sampling Distributions and the Central Limit Theorem | 抽样分布与中心极限定理
When you take many random samples from a population, the sample mean has its own distribution. If the original variable has mean μ and variance σ², then for a sample of size n:
当你从总体中抽取许多随机样本时,样本均值有自己的分布。如果原始变量的均值为μ,方差为σ²,那么对于大小为n的样本:
X̄ ~ N(μ, σ² / n)
The Central Limit Theorem says this approximation holds for large n even if the original data is not normal.
中心极限定理表明,即使原始数据不是正态分布,当n较大时,这种近似仍然成立。
Example: civil rights complaint handling times have mean 180 days and standard deviation 30 days. For a sample of 50 cases, find P(X̄ < 170):
示例:民权投诉处理时间的均值为180天,标准差为30天。对于50个案件的样本,求 P(X̄ < 170):
Z = (170 − 180) / (30 / √50) = −10 / 4.2426 ≈ −2.357
From tables, P(Z < −2.357) ≈ 0.0092, so there is less than a 1%
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课程辅导,国外大学本科硕士研究生博士课程论文辅导