题目
Problem
The discrete random variable X has the following probability distribution
| x | −2 | −1 | 1 | 3 | 4 |
|---|
| P(X=x) | 0.15 | a | b | c | 0.15 |
where a, b and c are probabilities.
The mean value of X is 1 and F(1)=0.63
Find the value of a, the value of b and the value of c.
(5)
解答
解法一
思路
展开
这里有三个未知数,所以需要三个条件:总概率为 1,F(1)=P(X≤1),以及 E(X)=1。
答题过程
展开
Since the probabilities sum to 1,
a+b+c+0.15+0.15=1.
So
a+b+c=0.70.
Also,
F(1)=P(X≤1)=0.15+a+b.
Given F(1)=0.63,
a+b=0.48.
Therefore
c=0.70−0.48=0.22.
Using E(X)=1,
−2(0.15)−a+b+3c+4(0.15)=1.
Substitute c=0.22:
−0.30−a+b+0.66+0.60=1.
Thus
−a+b=0.04.
Together with a+b=0.48,
2b=0.52,
so
b=0.26.
Hence
a=0.48−0.26=0.22.
Therefore
a=0.22,b=0.26,c=0.22.