Assume that $X_1,X_2....$ are random variables uniformly distributed in $(0,1)$ and we write $N(x)=\min\{k \in \Bbb{N}:X_1+...+X_k \geq x\}$ and $G_n(x)=P(N(x) \geq n)$.
Compute $P(N(x) \geq x),E[N(x)],Var[N(x)]$ and $P(N(x)=n)$
I managed to prove the relation $G_n(x)=\int_0^x G_{n-1}(x-y)dy$ using the convolution of distribution functions and i believe that this relation will help me find $P(N(x) \geq x)$ but i cannot continue any further!
How can i compute these quantities?
Can someone help me with this?
Thank you in advance.