One hundred doors, one dollar behind each door. Roll a one-hundred dice for one hundred times. You can take the dollar after the door whose number is rolled out but the dollar is not replaced. What's the expectation?
What I tried:
I tried to write a general formula taking ideas from the Coupon collector problem. I found that the E[X]= (N-n)/N where N is the total number of doors and n is the amount we've opened but I don't think that works. Any advice would be appreciated.
For $1\leq i\leq100$ let $X_i$ be a random variable if door number $i$ opened and $0$ otherwise. The we want $E(\sum X_i)=\sum E(X_i)$ by linearity of expectation. But $E(X_i)$ is just the probability that door $i$ is opened, or $1$ minus the probability that it is never opened.
$E(X_i)$ is the same for all for all $i$ so we have $$100\Pr(\text{Door 1 isn't opened})=100(1-.99^{100})\approx100\left(1-{1\over e}\right)$$