题目
Problem
The discrete random variable X is given by
X ~ B(n, p)
The value of n and the value of p are such that X can be approximated by a normal random variable Y where
Y ~ N(μ, σ²)
Given that when using a normal approximation
P(X < 86) = 0.2266 and P(X > 97) = 0.1056
(a) show that σ = 6
(7)
(b) Hence find the value of n and the value of p
(3)
(Total for Question 7 is 10 marks)
题目中文翻译
离散随机变量 X 为
X ~ B(n, p)
n 和 p 的值使得 X 可以用正态随机变量 Y 近似,其中
Y ~ N(μ, σ²)
已知使用正态近似时
P(X < 86) = 0.2266 且 P(X > 97) = 0.1056
(a) 证明 σ = 6
(b) 由此求 n 的值和 p 的值
(第 7 题共 10 分)
解答
(a)
解法一
思路
展开
把两个离散概率分别作连续性修正:X<86 即 X⩽85,对应正态边界 85.5;X>97 即 X⩾98,对应边界 97.5。由给定概率查标准正态分位数,得到两个含 μ,σ 的方程;两式相减消去 μ,自然推出 σ=6。
答题过程
展开
Using continuity corrections,
P(X<86)≈P(Y<85.5)=0.2266.
Since Φ(−0.75)=0.2266,
σ85.5−μ=−0.75.
Also,
P(X>97)≈P(Y>97.5)=0.1056.
Since P(Z>1.25)=0.1056,
σ97.5−μ=1.25.
Subtracting the first equation from the second gives
σ97.5−85.5=σ12=σ=1.25−(−0.75),2,6,
as required.
(b)
解法一
思路
展开
先把 (a) 的 σ=6 代回任一标准化方程求 μ。二项分布的正态近似满足 μ=np、σ2=np(1−p);用方差方程除以均值方程,可直接求出 p,再求 n。
答题过程
展开
Using σ=6 in
685.5−μ=−0.75
gives
μ=90.
For X∼B(n,p),
np=μ=90
and
np(1−p)=σ2=36.
Dividing the second equation by the first,
1−p=9036=0.4,
so
p=0.6.
Finally,
n=0.690=150.
Hence
n=150,p=0.6.