题目
Problem
A rectangle PQRS has a fixed perimeter of 40 cm.
The continuous random variable X cm represents the length of side PQ and is uniformly distributed over the interval [0,20]
The continuous random variable A cm2 represents the area of PQRS.
(a) Find the value of E(A)
(6)
(b) Find the probability that the area of PQRS is more than 5 times the area of a square whose side has length X cm.
(4)
(Total for Question 6 is 10 marks)
题目中文翻译
矩形 PQRS 的周长固定为 40 cm。
连续随机变量 X cm 表示边 PQ 的长度,在区间 [0,20] 上均匀分布。
连续随机变量 A cm2 表示 PQRS 的面积。
(a) 求 E(A) 的值。
(b) 求矩形 PQRS 的面积大于边长为 X cm 的正方形面积的 5 倍的概率。
(第 6 题共 10 分)
解答
(a)
解法一
思路
展开
矩形周长为 40,一边长为 X,所以另一边长为 20−X,面积为 A=X(20−X)。先用均匀分布公式求 E(X) 和 Var(X),进而得到 E(X2),再利用期望的线性性质计算 E(A)。
答题过程
展开
Since the perimeter is 40 cm, the adjacent side has length 20−X cm. Hence,
A=X(20−X)=20X−X2.
For X∼U(0,20),
E(X)=10
and
Var(X)=12(20−0)2=3100.
Therefore,
E(X2)===Var(X)+[E(X)]23100+1003400.
It follows that
E(A)===20E(X)−E(X2)20(10)−34003200 cm2.
解法二
思路
展开
也可直接使用 X 在 [0,20] 上的密度 1/20,把面积函数 20x−x2 乘以密度后积分。这条路线不需要先计算二阶矩。
答题过程
展开
Using the density of X,
E(A)====201∫020(20x−x2)dx201[10x2−3x3]020201(4000−38000)3200 cm2.
(b)
解法一
思路
展开
边长为 X 的正方形面积是 X2。将矩形面积 20X−X2 与 5X2 比较,解出 X 的范围;再利用 X 在 [0,20] 上均匀分布,以区间长度之比求概率。
答题过程
展开
The required condition is
20X−X2>20X>X(20−6X)>5X26X20.
Since 0≤X≤20, this inequality holds when
0<X<310.
Therefore,
P(A>5X2)===P(0<X<310)2010/361.