We randomly take $51$ numbers from 159 natural numbers $1,...,159$ without replacement. Let $\alpha$ be a random variable equal to the sum of the selected numbers. Find the variance of $\alpha$.
Firstly I need to understand something about $\alpha$ destribution. There are totally $$C^{51}_{159} = \frac{159!}{51!108!}$$ kinds of sums. A lot of them are equal, because $$\sum_{i=1}^{51}i = 1326\leq\alpha\leq\sum_{i=109}^{159}i=6834$$ Consequenlty, I want to know how many subsets of $51$ numbers have the sum equal to $N$, where $1362\leq N\leq6834$. I'm stuck here because I don't know how to do it.
Comment: You can get a reasonable approximation to $Var(\alpha)$ by simulation. In the simulation, I assume the 51 numbers are selected without replacement.
Notice that among the 100,000 samples I summed, all of the totals are between the two numbers you mention in your question.
A histogram of the simulated values of $\alpha$ looks approximately normal, so I show the best-fitting normal density along wit the histogram.
With replacement, the variance is somewhat larger. (Again here the distribution of $\alpha$ seems approximately normal; histogram not shown.)
Possible solution: If you consider the population to be numbers 1 through 159, then the population has variance 2120, and the sum of a random sample with replacement should have variance 51 times as large, which is 108,120, which seems to agree with the simulated result within the margin of simulation error.