Find $E[N]$ for $N = \min\{n:U_1+U_2\cdots+U_n>1\}$ where $U_1,U_2, . . .$ are independent uniform (0,1) random variables.
I may be way off base with my thinking here, but is $\min\{n:U_1+U_2\cdots+U_n>1\}$ the same as $\max\{n:U_1+U_2+\cdots+U_n\leq1\}$? If so, I'm thinking of this as a renewal process where n is the maximum number of "arrivals" by time = 1. Then I'm just finding E[N(t)] which is the renewal function m(t) that satisfies the integral equation $m(t)=F(t)+\int_0^tm(t-x)f(x)\cdot dx$ and I know where to go from there.