Urns
Given and two positive integers we begin with an urn that contains white balls. We then proceed through turns where on each turn black balls are added to the urn and then random balls are removed from the urn.
We let be the number of black balls that are removed on turn .
Further define as the expectation of .
You are given
Find . Round your answer to the nearest whole number.
罐子
对于给定的正整数和,考虑一个一开始装有个白球的罐子。在之后的轮中,每一轮我们向罐中加入个黑球,再随机拿出个任意颜色的球,
记为在第轮拿出的黑球的数目。
再记为的期望值。
已知。
求,并将你的答案四舍五入至整数。
Gitalking ...