返回题库

慈善募款人数

Organize a charity event

专题
Probability / 概率
难度
L4

题目详情

为了举办一场成本为 100K100\mathrm{K} 的慈善活动,某组织开始募款。捐款人依次独立捐款,每位捐款金额服从均值为 20K20\mathrm{K} 的指数分布。一旦累计捐款达到或超过 100K100\mathrm{K},募款过程停止。求达到至少 100K100\mathrm{K} 所需捐款人数的分布、均值和方差。

英文原题

To organize a charity event that costs 100K,anorganizationraisesfunds.Independentofeachother,onedonorafteranotherdonatesanamountofmoneythatisexponentiallydistributedwithmean100\mathrm{K}, an organization raises funds. Independent of each other, one donor after another donates an amount of money that is exponentially distributed with mean20\mathrm{K}. The process is stopped as soon as 100Kormorehasbeencollected.Findthedistribution,mean,andvarianceofthenumberofdonorsneededuntilatleast100\mathrm{K} or more has been collected. Find the distribution, mean, and variance of the number of donors needed until at least100\mathrm{K} has been collected.

解析

解析需会员查看。


英文解析

Denote by aia_{i} the amount of money donated by donor ii , that is exponentially distributed with mean 1/λ1 / \lambda . Let sn=i=1nais_{n} = \sum_{i = 1}^{n} a_{i} be the total amount of money donated by donors 1,,n1, \ldots , n , and let

N=minn1{nsuch thatsna}N = \min_{n \geq 1} \{n \text{such that} s_{n} \geq a\}

be the discrete random variable denoting the smallest index nn such that sns_{n} is at least aa .

Denote by P(na),n1P(n \mid a), n \geq 1 , the probability mass function of NN , that is, the probability that N=nN = n when a total of aa needs to be raised. Note that

P(1a)=P(a1a)=eλa.P(1 \mid a) = P(a_{1} \geq a) = e^{-\lambda a}.

We find P(na),n>1P(n \mid a), n > 1 , by conditioning on a1a_{1} . Given that the first donor donated a1=x<a,Na_{1} = x < a, N is equal to nn if and only if the remaining amount axa - x is raised by the next n1n - 1 donors (and not by fewer than the next n1n - 1 donors), an event that by definition has probability P(n1ax)P(n - 1 \mid a - x) . Since the probability density function of a1a_{1} is fa1(x)=λeλxf_{a_{1}}(x) = \lambda e^{- \lambda x} , then, for n>1n > 1 , the law of total probability yields

P(na)=0aP(n1ax)fa1(x)dx=0aλeλxP(n1ax)dx\begin{array}{c}{{P(n\mid a)=\int_{0}^{a}P(n-1\mid a-x)f_{a_{1}}(x)d x}}\\ {{=\int_{0}^{a}\lambda e^{-\lambda x}P(n-1\mid a-x)d x}}\end{array}

We will prove that

P(na)=(λa)n1(n1)!eλa,a0,P(n \mid a) = \frac{(\lambda a)^{n - 1}}{(n - 1)!} e^{-\lambda a}, \quad \forall a \geq 0,

by induction on nn . The base case n=1n = 1 was already established; see (3.219). Assume that (3.221) holds for n>1n > 1 ; we will show that it also holds for n+1n + 1 .

From the induction hypothesis, we obtain that

P(nax)=(λ(ax))n1(n1)!eλ(ax)P(n \mid a - x) = \frac{(\lambda(a - x))^{n - 1}}{(n - 1)!} e^{-\lambda (a - x)}

for all 0xa0 \leq x \leq a . From (3.220), it follows that

P(n+1a)=0aλeλxP(nax)dx.P(n + 1 \mid a) = \int_{0}^{a} \lambda e^{-\lambda x} P(n \mid a - x) dx.

From (3.222) and (3.223), we find that

P(n+1a)=0aλeλx(λ(ax))n1(n1)!eλ(ax)dx=λneλa(n1)!0a(ax)n1dx=(λa)nn!eλa.\begin{array}{l}{P(n + 1\mid a)}\\ {= \int_{0}^{a}\lambda e^{-\lambda x}\cdot \frac{(\lambda(a - x))^{n - 1}}{(n - 1)!} e^{-\lambda (a - x)}d x}\\ {= \frac{\lambda^{n}e^{-\lambda a}}{(n - 1)!}\int_{0}^{a}(a - x)^{n - 1}d x}\\ {= \frac{(\lambda a)^{n}}{n!} e^{-\lambda a}.} \end{array}

We conclude that (3.221) holds for n+1n + 1 , and therefore (3.221) is proved by induction.

From (3.221), it follows that NN has the same distribution as 1+M1 + M , where MM has a Poisson distribution with mean λa\lambda a . Then,

E[N]=1+λa;Var(N)=λa.E[N] = 1 + \lambda a; \quad \operatorname {Var}(N) = \lambda a.

For our problem, 1/λ=1 / \lambda = 20 K\mathrm{K} and a=a = 100 K\mathrm{K} . Thus, E[N]=1+λa=6E[N] = 1 + \lambda a = 6 and Var(N)=λa=5\operatorname {Var}(N) = \lambda a = 5

We conclude that the number of donors needed until at least $100K100 \mathrm{K} is collected has mean 6 and variance 5.