题目
Problem
A tennis tournament has 5 rounds. After each round, winners go into the next round and losers are knocked out of the tournament. To enter the tournament players must pay an entry fee of 10butonlythepersonwhowinsall5roundsreceivestheprizeof260
Serena enters this tennis tournament. The random variable S represents the total number of rounds Serena wins. The probability distribution for S is given in the following table.
| s | 0 | 1 | 2 | 3 | 4 | 5 |
|---|
| P(S=s) | k | 2k | 3k | 4k | 5k | 6k |
(a) Show that k=4920
(2)
(b) Find E(S)
(3)
(c) Find Serena’s expected profit if she enters the tennis tournament.
(3)
Roger also enters this tennis tournament. Given that Roger is still in the tournament, the probability that he wins the next round is a constant p.
The random variable R represents the total number of rounds that Roger wins.
(d) Explain why P(R=2)=p2(1−p)
(2)
(e) Find, in terms of p, the probability distribution for R.
(3)
(f) Find the smallest value of p such that Roger’s expected profit is at least as great as Serena’s.
(4)
解答
(a)
解法一
思路
展开
概率总和为 1,把六项加起来即可。
答题过程
展开
Since the probabilities sum to 1,
k+2k+3k+4k+5k+6k=1.
Using common denominator 60,
k(6060+30+20+15+12+10)=1.
So
k⋅60147=1.
Therefore
k=14760=4920.
(b)
解法一
思路
展开
用期望公式 ∑sP(S=s),其中 s=0 的项为 0。
答题过程
展开
E(S)==0(k)+1(2k)+2(3k)+3(4k)+4(5k)+5(6k)k(21+32+43+54+65).
Using k=4920,
E(S)=4920(2071)=4971.
(c)
解法一
思路
展开
只有赢 5 轮才拿到 $260,但一定先付 $10 入场费。期望利润是期望奖金减入场费。
答题过程
展开
Serena receives the prize only when S=5.
So
P(S=5)=6k=4920⋅61=14710.
Her expected profit is
260(14710)−10=7.687….
Therefore Serena’s expected profit is approximately
$7.69.
(d)
解法一
思路
展开
Roger 总共赢 2 轮,表示先赢第 1、2 轮,然后第 3 轮输掉。
答题过程
展开
For R=2, Roger must win the first two rounds and then lose the third round.
The probability is therefore
p⋅p⋅(1−p)=p2(1−p).
(e)
解法一
思路
展开
如果 Roger 赢 r<5 轮,他必须先赢 r 轮,再输下一轮。若赢 5 轮,则没有后续输的那一轮。
答题过程
展开
The probability distribution is
rP(R=r)01−p1p(1−p)2p2(1−p)3p3(1−p)4p4(1−p)5p5
(f)
解法一
思路
展开
Roger 的期望利润只取决于赢 5 轮的概率 p5。令他的期望利润至少等于 Serena 的期望利润。
答题过程
展开
Roger’s expected profit is
260p5−10.
This must be at least Serena’s expected profit:
260p5−10≥7.687….
So
260p5≥17.687….
Hence
p5≥26017.687….
Therefore
p≥0.58418….
The smallest value of p is approximately
0.584.