题目
Problem
(i) The continuous random variable X is uniformly distributed over the interval [a,b]
Given that P(5<X<13)=51 and E(X)=9, find P(3X>a+b)
(3)
(ii) The continuous random variable Y is uniformly distributed over the interval [1,c]
Given that Var(Y)=0.48, find the exact value of E(Y2)
(4)
(iii) A wire of length 20 cm is cut into 2 pieces at a random point.
The longest piece of wire is then cut into 2 pieces, equal in length, giving 3 pieces of wire altogether.
Find the probability that the length of the shortest piece of wire is less than 6 cm.
(5)
(Total for Question 7 is 12 marks)
题目中文翻译
(i) 连续随机变量 X 在区间 [a,b] 上均匀分布。
已知 P(5<X<13)=51 且 E(X)=9,求 P(3X>a+b)。
(ii) 连续随机变量 Y 在区间 [1,c] 上均匀分布。
已知 Var(Y)=0.48,求 E(Y2) 的精确值。
(iii) 一根长度为 20 cm 的铁丝在随机位置被剪成 2 段。
较长的一段随后再被剪成 2 段,且两段等长,于是总共有 3 段铁丝。
求最短一段长度小于 6 cm 的概率。
(第 7 题共 12 分)
解答
(i)
解法一
思路
展开
均匀分布中,区间概率等于区间长度之比。由 P(5<X<13)=51 可求总区间长度 b−a;由 E(X)=9 可得中点条件 2a+b=9。求出端点后,再把 3X>a+b 化成关于 X 的不等式。
答题过程
展开
Since X∼U(a,b),
b−a13−5=51,
so
b−a=40.
Also,
2a+b=E(X)=9,
so a+b=18. Solving the simultaneous equations gives
a=−11,b=29.
Therefore,
P(3X>a+b)====P(3X>18)P(X>6)29−(−11)29−64023.
解法二
思路
展开
其实不必分别求 a,b。由期望直接得到 a+b=18,由给定概率直接得到区间长度 b−a=40;进而可计算上端点 b=29,足以求出 P(X>6)。
答题过程
展开
The given probability gives
b−a=5(13−5)=40,
while E(X)=9 gives a+b=18. Hence,
b===2(b−a)+(a+b)240+1829.
Since 3X>a+b is equivalent to X>6,
P(3X>a+b)==4029−64023.
(ii)
解法一
思路
展开
先用均匀分布方差公式求出右端点 c。因为 c>1,解平方方程时取正根。随后利用 E(Y2)=Var(Y)+[E(Y)]2,并保持分数形式以得到精确值。
答题过程
展开
For Y∼U(1,c),
Var(Y)==12(c−1)20.48=2512.
Hence,
(c−1)2=25144.
Since c>1,
c−1=512.
Therefore,
c=517.
Therefore,
E(Y)===21+c21+517511.
Using Var(Y)=E(Y2)−[E(Y)]2,
E(Y2)===Var(Y)+[E(Y)]22512+(511)225133.
(iii)
解法一
思路
展开
设第一次切点距铁丝一端为 W,则 W∼U(0,20)。分别考虑 W⩽10 和 W⩾10:较长的一段会被平分,再判断原来的短段或平分后的两段何时小于 6。合并后得到三个互不重叠的切点区间。
答题过程
展开
Let W be the distance of the first cut from one end of the wire. Then
W∼U(0,20).
If 0⩽W⩽10, the three lengths are
W,220−W,220−W.
The shortest piece is less than 6 when
W<6
or
220−W<6,which givesW>8.
Within this half of the range, the required regions are therefore W<6 and 8<W⩽10.
By symmetry, for 10⩽W⩽20, the required regions are 10⩽W<12 and W>14. Hence the complete event is
W<6,8<W<12,W>14.
Therefore,
P(shortest piece<6)==206+4+654.
解法二
思路
展开
改算补事件会更短。三段都至少为 6 时,第一次切出的短段要至少为 6,而较长段的一半也要至少为 6。这只在切点位于 (6,8) 或 (12,14) 时成立。
答题过程
展开
All three pieces have length at least 6 only when
6<W<8
or
12<W<14.
Thus,
P(shortest piece⩾6)==20(8−6)+(14−12)51.
Therefore,
P(shortest piece<6)=1−51=54.
解法三
思路
展开
也可以直接设第一次切割后较长一段的长度为 L。由对称性,L 在 [10,20] 上均匀分布。最终三段长度为 20−L,2L,2L;最短段小于 6 等价于 20−L<6 或 2L<6。
答题过程
展开
Let L be the length of the longer piece after the first cut. Then
L∼U(10,20).
The final three lengths are
20−L,2L,2L.
The shortest piece is less than 6 if
20−L<6,soL>14,
or if
2L<6,soL<12.
These two regions are disjoint. Hence,
P(shortest piece<6)===P(L<12)+P(L>14)1012−10+1020−1454.