题目
Problem
The discrete random variable X takes the values −1, 2, 3, 4 and 7 only.
Given that
P(X=x)=k8−x
for x=−1,2,3,4 and 7
find the value of E(X)
(5)
解答
解法一
思路
展开
先用总概率为 1 求 k,再代入期望公式。不要急着算期望,因为每个概率里都含有 k。
答题过程
展开
The probabilities are
xP(X=x)−1k92k63k54k47k1
Since the probabilities sum to 1,
k9+6+5+4+1=1.
So
k25=1,
and therefore
k=25.
Now
E(X)===(−1)259+2256+3255+4254+725125−9+12+15+16+72541.