题目
Problem
The discrete random variable X is defined by the cumulative distribution function
| x | 1 | 2 | 3 | 4 | 5 |
|---|
| F(x) | 23k | 4k | 215k | 12k | 235k |
where k is a constant.
(a) Find the probability distribution of X.
(3)
(b) Find P(1.5<X<3.5)
(2)
The random variable Y=12−7X
(c) Calculate Var(Y)
(3)
(d) Calculate P(4X<∣Y∣)
(6)
解答
解法一
思路
展开
因为 F(5)=1,先求 k。概率分布由相邻 cumulative probabilities 相减得到。
答题过程
展开
Since F(5)=1,
235k=1.
So
k=352.
The probability distribution is
xP(X=x)135323553357435953511
Therefore
P(1.5<X<3.5)=P(X=2)+P(X=3)=355+357=3512.
Now
E(X)=351(3)+2(5)+3(7)+4(9)+5(11)=725.
Also,
E(X2)=3512(3)+22(5)+32(7)+42(9)+52(11)=7101.
Thus
Var(X)=7101−(725)2=4982.
Since Y=12−7X,
Var(Y)=(−7)2Var(X)=49⋅4982=82.
For Y=12−7X, check each possible value:
XY4X∣Y∣15452−2823−91294−1616165−232023
The inequality 4X<∣Y∣ is true for X=1 and X=5.
Therefore
P(4X<∣Y∣)=P(X=1)+P(X=5)=353+3511=52.