题目
Problem
The probability distribution of the discrete random variable X is given by
xP(X=x)2a30.440.6−a
where a is a constant.
(a) Find, in terms of a, E(X)
(2)
(b) Find the range of the possible values of E(X)
(3)
Given that Var(X)=0.56
(c) find the possible values of a
(6)
解答
(a)
解法一
思路
展开
用 ∑xP(X=x),然后整理成 a 的一次式。
答题过程
展开
E(X)===2a+3(0.4)+4(0.6−a)2a+1.2+2.4−4a3.6−2a.
(b)
解法一
思路
展开
概率必须非负,所以 0<a<0.6。再代入 E(X)=3.6−2a 找范围。
答题过程
展开
Since the probabilities must be positive,
0<a<0.6.
Using
E(X)=3.6−2a,
we get
2.4<E(X)<3.6.
解法二
思路
展开
不等式代数变换法。根据概率的非负性要求,有 a>0 且 0.6−a>0⟹a<0.6,即得到 0<a<0.6。
要寻找 E(X)=3.6−2a 的取值范围,我们可以通过对不等式进行两边同乘同加的代数性质进行转换:
- 不等式 0<a<0.6 两边同乘以 −2,不等号方向反转,得到:
−1.2<−2a<0
- 两边同时加上 3.6,得到:
3.6−1.2<3.6−2a<3.6
- 化简可得:
2.4<E(X)<3.6
这种方法利用不等式的性质进行严谨的逐步变换推导,过程非常严密,非常适合用作逻辑推理展示。
答题过程
展开
For the probability distribution to be valid, all probabilities must be strictly positive:
a>0and0.6−a>0⟹a<0.6.
Thus, the range of a is:
0<a<0.6.
We want to find the range of E(X)=3.6−2a.
Multiply the inequality by −2 (reversing the inequality signs):
−1.2<−2a<0.
Add 3.6 to all parts of the inequality:
3.6−1.2<3.6−2a<3.6.
Simplify to obtain the range of E(X):
2.4<E(X)<3.6.
(c)
解法一
思路
展开
先求 E(X2),再用 variance 公式列方程。最后检查 a 的值在允许范围内。
答题过程
展开
E(X2)===22a+32(0.4)+42(0.6−a)4a+3.6+9.6−16a13.2−12a.
Using Var(X)=0.56,
0.56=0.56=0.56=4a2−2.4a+0.32=(13.2−12a)−(3.6−2a)213.2−12a−(12.96−14.4a+4a2)0.24+2.4a−4a20.
Multiplying by 25 gives
100a2−60a+8=0.
So
25a2−15a+2=0.
Factorising,
(5a−1)(5a−2)=0.
Therefore
a=51ora=52.
Both values satisfy 0<a<0.6.