题目
Problem
The discrete random variable X has the following probability distribution
| x | −2 | −1 | 0 | 1 | 4 |
|---|
| P(X=x) | a | b | c | b | a |
Given that E(X)=0.5
(a) find the value of a.
(2)
Given also that Var(X)=5.01
(b) find the value of b and the value of c.
(5)
The random variable Y=5−8X
(c) Find
(i) E(Y)
(ii) Var(Y)
(3)
(d) Find P(4X>Y)
(5)
解答
(a)
解法一
思路
展开
直接用期望公式。注意 −b 和 +b 会抵消。
答题过程
展开
E(X)=(−2)a+(−1)b+0c+1b+4a.
So
E(X)=2a.
Given that E(X)=0.5,
2a=0.5.
Therefore
a=0.25.
(b)
解法一
思路
展开
先用 Var(X)=E(X2)−[E(X)]2 求 b。再用总概率为 1 求 c。
答题过程
展开
First,
E(X2)==(−2)2a+(−1)2b+02c+12b+42a20a+2b.
Using a=0.25,
E(X2)=20(0.25)+2b=5+2b.
Since Var(X)=5.01,
5.01=(5+2b)−(0.5)2.
So
5.01=4.75+2b.
Hence
2b=0.26,
and
b=0.13.
The probabilities sum to 1, so
2a+2b+c=1.
Therefore
2(0.25)+2(0.13)+c=1,
giving
c=0.24.
(c)
解法一
思路
展开
线性变换的期望和方差分别使用 E(aX+b)=aE(X)+b,Var(aX+b)=a2Var(X)。
答题过程
展开
For Y=5−8X,
E(Y)=5−8E(X).
Thus
E(Y)=5−8(0.5)=1.
Also,
Var(Y)=(−8)2Var(X).
Therefore
Var(Y)=64(5.01)=320.64.
(d)
解法一
思路
展开
把 Y=5−8X 代入不等式。解出哪些 X 的取值满足条件,再把对应概率相加。
答题过程
展开
Since Y=5−8X,
4X>5−8X.
Rearranging,
12X>5.
So
X>125.
The possible values of X satisfying this are 1 and 4.
Therefore
P(4X>Y)=P(X=1)+P(X=4)=b+a.
Using a=0.25 and b=0.13,
P(4X>Y)=0.13+0.25=0.38.
解法二
思路
展开
也可以直接列出 X 的可能值逐个检查。离散型随机变量有时这样更稳,因为只需要检查表中的五个值。
答题过程
展开
For each possible value of X,
Y=5−8X.
Checking the possible values:
XY4X−221−8−113−40501−344−2716
The inequality 4X>Y is true when X=1 or X=4.
Therefore
P(4X>Y)=P(X=1)+P(X=4)=b+a=0.13+0.25=0.38.