AlgebraDifficulty 6.3National OlympiadProve itUnited States
Problem:
Yannick picks a number N randomly from the set of positive integers such that the probability that n is selected is 2−n for each positive integer n. He then puts N identical slips of paper numbered 1 through N into a hat and gives the hat to Annie. Annie does not know the value of N, but she draws one of the slips uniformly at random and discovers that it is the number 2. What is the expected value of N given Annie's information?
Proposed by: Yuan Yao
Solution
Solution:
Let S denote the value drawn from the hat. The probability that 2 is picked is n1 if n≥2 and 0 if n=1. Thus, the total probability X that 2 is picked is P(S=2)=k=2∑∞k2−k By the definition of conditional probability, P(N=n∣S=2)=P(S=2)P(N=n,S=2)=X2−n/n if n≥2 and 0 if n=1. Thus the conditional expectation of N is E[N∣S=2]=n=1∑∞n⋅P(N=n∣S=2)=n=2∑∞n⋅X2−n/n=X1n=2∑∞2−n=2X1 It remains to compute X. Note that ∑k=0∞xk=1−x1 for ∣x∣<1. Integrating both sides with respect to x yields k=1∑∞kxk=−ln(1−x)+C for some constant C, and plugging in x=0 shows that C=0. Plugging in x=21 shows that ∑k=1∞k2−k=ln2. Note that X is exactly this summation but without the first term. Thus, X=ln2−21, so 2X1=2ln2−11.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.