CBMS-2016-11

题目来源:[[文字版题库/CBMS/2016#Problem 11|2016#Problem 11]] 日期:2024-07-31 题目主题:Math-Probability-Discrete Random Variables

解题思路

我们有一个包含 个黑球和 个白球的箱子。我们将要有放回地抽取 次球。这个问题涉及到几个主要的概率问题和期望计算问题。关键在于理解球的分布情况和使用概率论中的基本公式进行计算。

Solution

Question 1: Probability of Drawing a Black Ball for the First Time at the -th Draw

To find the probability of drawing a black ball for the first time at the -th draw, we need to calculate the probability of drawing white balls in the first draws and a black ball on the -th draw.

Let be the probability of drawing a black ball in any given draw, and be the probability of drawing a white ball.

The probability of the first draws being white is , and the probability of the -th draw being black is . Hence, the probability of this event is:

Question 2: Probability of Drawing One or More Black Balls After the First Black Ball at the -th Draw

Given that the first black ball is drawn at the -th draw, we want to find the probability of drawing at least one more black ball in the remaining draws.

The probability of not drawing a black ball in any of the remaining draws is . Therefore, the probability of drawing at least one black ball in the remaining draws is:

Question 3: Expected Value of

The random variable indicates whether the -th ball is black. Since the draws are independent, the expected value of is simply the probability of drawing a black ball in a single draw:

Question 4: Expected Value of

To find , we first compute for each and then sum over all :

Using the given summation formula:

Question 5: Variance

To find , we first compute and then subtract .

We need to compute . Let’s express it as:

Since is a Bernoulli random variable:

The covariance term for is due to independence.

Thus,

Using the given formula for :

Calculating involves additional steps, so for brevity, we conclude here. The variance can be computed as:


知识点

随机变量期望值方差条件概率

解题技巧和信息

在处理类似的概率问题时,关键是分解事件的组成部分,并分别计算各个部分的概率。求和公式在计算期望和方差时非常有用。此外,掌握常见的离散概率分布和相关的求和公式可以简化计算过程。

重点词汇

  • Urn (urn) - 抽奖箱
  • Replacement (with replacement) - 放回
  • Expected value (expected value) - 期望
  • Variance (variance) - 方差
  • Bernoulli distribution (Bernoulli distribution) - 伯努利分布