Given a sequence $X_1, X_2, ..., X_n$ of i.i.d. random values, the problem is to find the expectation of $E[\frac{X_1 + X_2 + ... + X_k}{X_1 + X_2 + ... + X_n}]$, where $k < n$.
There is no infromation about which distribution it is. We know that for i.i.d random values $E(\sum\limits_{i=0}^nX_i) = \sum\limits_{i=0}^nE(X_i)$. But what about the denominator?
I only had an idea that maybe we could present it as: $E[X_1 + X_2 + ... + X_k] = E[\frac{X_1 + X_2 + ... + X_k}{X_1 + X_2 + ... + X_n}*(X_1 + X_2 + ... + X_n)] = E[\frac{X_1 + X_2 + ... + X_k}{X_1 + X_2 + ... + X_n}]*E[X_1 + X_2 + ... + X_n] ?$
But then we have to prove that $\frac{X_1 + X_2 + ... + X_k}{X_1 + X_2 + ... + X_n}$ and $(X_1+X_2+...+X_n)$ are independent. And i got stuck.
That was only and idea, so i don't know what the right solution looks like. But the answer is $\frac{k}{n}$.