A man goes fishing in a river (with a lot of fishes!) and only will stop when the last fish caught has less weight than the one before. Show that the fishes caught expected value is e(2,71828...).
The expected value of next fish is: $\frac{1}{n}\sum\limits_{i=1}^{n}w_i$, but how do i find the fish number expected value? Anyone help please?
We can use the tail formula $\mathbb{E}[X]=\sum_{n=0}^\infty \mathbb{P}(X>n)$.
Fix any $n$. By symmetry, the probability that the first $n$ fish are increasing in weight is $\frac{1}{n!}$. (because there are exactly $n!$ possible ways to order their weights). Hence $\mathbb{P}(X>n)=\frac{1}{n!}$. And now use the well known equality $e=\sum_{n=0}^\infty \frac{1}{n!}$.