题目
Problem
A spinner can land on the numbers 2, 4, 5, 7 or 8 only.
The random variable X represents the number that this spinner lands on when it is spun once.
The probability distribution of X is given in the table below.
| x | 2 | 4 | 5 | 7 | 8 |
|---|
| P(X=x) | 0.25 | 0.3 | 0.2 | 0.1 | 0.15 |
(a) Find P(2X−3>5).
(1)
Given that E(X)=4.6
(b) show that Var(X)=4.14.
(3)
The random variable Y=aX−b where a and b are positive constants.
Given that
E(Y)=13.4andVar(Y)=66.24
(c) find the value of a and the value of b.
(4)
In a game Sam and Alex each spin the spinner once, landing on X1 and X2 respectively.
Sam’s score is given by the random variable S=X1.
Alex’s score is given by the random variable R=2X2−3.
The person with the higher score wins the game.
If the scores are the same it is a draw.
(d) Find the probability that Sam wins the game.
(4)
解答
(a)
解法一
思路
展开
先解不等式:
2X−3>5⟹X>4.
所以取 X=5,7,8 的概率相加。
答题过程
展开
2X−32XX>5>8>4.
Therefore
P(2X−3>5)===P(X=5)+P(X=7)+P(X=8)0.2+0.1+0.150.45.
(b)
解法一
思路
展开
用
Var(X)=E(X2)−[E(X)]2.
题目已经给出 E(X)=4.6,所以重点是完整算出 E(X2)。
答题过程
展开
First,
E(X2)===22(0.25)+42(0.3)+52(0.2)+72(0.1)+82(0.15)1+4.8+5+4.9+9.625.3.
Therefore
Var(X)====E(X2)−[E(X)]225.3−(4.6)225.3−21.164.14.
(c)
解法一
思路
展开
线性变换的期望和方差:
E(aX−b)=aE(X)−b,
Var(aX−b)=a2Var(X).
先用方差求 a,再用期望求 b。
答题过程
展开
Since Y=aX−b,
E(Y)=aE(X)−b.
So
13.4=4.6a−b.
Also,
Var(Y)=a2Var(X).
Hence
66.24=a2=a=4.14a2164,
since a is positive.
Then
13.4=b=b=4.6(4)−b18.4−13.45.
Therefore
a=4,b=5.
(d)
解法一
思路
展开
Sam 的分数就是 X1。Alex 的分数是 2X2−3,所以 Alex 可能得分:
1, 5, 7, 11, 13.
列出 Sam 赢的情况,再把独立概率相乘相加。
答题过程
展开
Sam wins when
X1>2X2−3.
If Alex spins 2, then R=1, so Sam always wins.
If Alex spins 4, then R=5, so Sam must spin 7 or 8.
If Alex spins 5, then R=7, so Sam must spin 8.
If Alex spins 7 or 8, then R=11 or 13, so Sam cannot win.
Therefore
P(Sam wins)===0.25+0.3(0.1+0.15)+0.2(0.15)0.25+0.075+0.030.355.
解法二
思路
展开
按 Sam 的得分进行分组列举。
Sam 的得分 S=X1 可以是 2,4,5,7,8。
Alex 的得分 R=2X2−3 可以是 1,5,7,11,13。
要让 Sam 获胜(S>R):
- 当 S=2 时,Alex 只能投出 R=1(即 X2=2)。
- 当 S=4 时,Alex 只能投出 R=1(即 X2=2)。
- 当 S=5 时,Alex 可以投出 R=1,5(即 X2=2,4)。
- 当 S=7 时,Alex 可以投出 R=1,5(即 X2=2,4)。
- 当 S=8 时,Alex 可以投出 R=1,5,7(即 X2=2,4,5)。
我们计算出这五种情况下 Sam 获胜的联合概率,再全部加起来。这种方法与解法一阻断方向相反(解法一是按 Alex 的可能得分列举),能有效提高检验和列举的全面性。
答题过程
展开
We partition the winning cases by Sam’s score S:
- If Sam scores S=2, Sam wins if Alex scores R=1:
P(S=2∩R=1)=0.25×0.25=0.0625
- If Sam scores S=4, Sam wins if Alex scores R=1:
P(S=4∩R=1)=0.3×0.25=0.075
- If Sam scores S=5, Sam wins if Alex scores R=1 or R=5:
P(S=5∩(R=1∪R=5))=0.2×(0.25+0.3)=0.2×0.55=0.11
- If Sam scores S=7, Sam wins if Alex scores R=1 or R=5:
P(S=7∩(R=1∪R=5))=0.1×(0.25+0.3)=0.1×0.55=0.055
- If Sam scores S=8, Sam wins if Alex scores R=1, R=5, or R=7:
P(S=8∩(R=1∪R=5∪R=7))=0.15×(0.25+0.3+0.2)=0.15×0.75=0.1125
Summing all these independent probabilities:
P(Sam wins)==0.0625+0.075+0.11+0.055+0.11250.355.