停车计时器
Pay the Meter
题目详情
你要向一个只接受真 25 美分硬币的停车计时器支付 1 美元。如果投进一枚假 25 美分硬币,计时器会直接重置为 。设你有一个装得无限满的钱袋,其中 40% 的硬币是假 25 美分硬币。
计时器被付满之前,你期望总共要投入多少枚硬币?
You are attempting to pay 1 dollar for parking at a parking meter that only accepts real quarters. Upon inserting a fake quarter, the meter will reset back to $0.00. If you have an infinitely packed pouch where 40% of the coins are fake quarters.
How many coins do you expect to insert before the meter has been fully paid?
解析
你需要连续投入 4 枚真 25 美分硬币(每枚为真币的概率是 );一旦投进假币,金额就会重置为 。因此,这个问题等价于在 试验中等待连续 次成功所需的期望时间。
一个已知结果是:
代入 :
Original Explanation
You need four consecutive real quarters (each real with a probability of ); a fake resets the meter to . So this is the waiting time for consecutive successes in trials.
A known result:
Plugging, , :