I have a question regarding a problem and I want to know if I am right:
An urn contains $n$ balls, numbered 1 to $n$ and you remove $k$ of them. What is the expected value value of their sum ?
My suggestion:
Let $X_i$ = the number of the ball taken. $\mathbf{E}(X_i)= \frac{n+1}{2}$
Since you are removing $k$ balls, $\mathbf{E}X = \mathbf{E}X_1+...+\mathbf{E}X_n$
So $\mathbf{E}X=k \cdot \frac{n+1}{2}$ ??
Any help would be appreciated !
Regards,