I have a seemingly innocuous problem that I can't seem to wrap my head around. The following is mentioned in passing on one of my lecture slides, but when I try to arrive at the same conclusion I get stuck.
Consider N independent draws from a uniform distribution over [0, 1]. On average, what is the highest draw? I know that the answer is:
$$ \frac{N}{N+1} $$
but I can't arrive there myself. Honestly, I'm not even sure how to start. Can someone sketch a procedure or show me exactly what needs to be done? Thanks!