题目
Problem
The cumulative distribution of a discrete random variable X is given by
| x | 1 | 2 | 3 | 4 |
|---|
| F(x) | 131 | 262k−1 | 263(k+1) | 8k+4 |
where k is a positive constant.
(a) Show that k=4.
(1)
(b) Find the probability distribution of the discrete random variable X.
(3)
(c) Using your answer to part (b), write down the mode of X.
(1)
(d) Calculate Var(13X−6).
(5)
解答
(a)
解法一
思路
展开
X 最大取值是 4,所以 F(4)=P(X⩽4)=1。
答题过程
展开
Since X can only take the values 1,2,3,4,
F(4)=1.
Therefore
8k+4=1.
So
k+4=8
and hence
k=4.
(b)
解法一
思路
展开
先代入 k=4 得到 CDF,再用相邻 CDF 相减求概率分布。
答题过程
展开
Using k=4,
F(1)=131,F(2)=267,F(3)=2615,F(4)=1.
Therefore
P(X=1)=131.
Also,
P(X=2)===F(2)−F(1)267−131265.
Similarly,
P(X=3)===F(3)−F(2)2615−267134,
and
P(X=4)===1−F(3)1−26152611.
So
xP(X=x)11312265313442611
(c)
解法一
思路
展开
众数是概率最大的取值。表中最大概率是 2611,对应 X=4。
答题过程
展开
The mode of X is
4.
(d)
解法一
思路
展开
先求 Var(X),再用线性变换公式:
Var(13X−6)=132Var(X).
答题过程
展开
First,
E(X)==1(131)+2(265)+3(134)+4(2611)1340.
Also,
E(X2)==12(131)+22(265)+32(134)+42(2611)13135.
Therefore
Var(X)===E(X2)−[E(X)]213135−(1340)2169155.
Hence
Var(13X−6)===132Var(X)169(169155)155.