Given any positive number N>0, define a set S to be {1,2,3,...2N}. Suppose we randomly draw N number (exclusively) out of this set S, and compute the sum of these N numbers, call it A. Apparently A has a finite support (between N(N+1)/2: the sum of the first N numbers, to N(3N+1): the sum of the last N numbers). What is the distribution of the number A?

Similar questions and discussions