An urn exists with $x$ red balls and $y$ green balls. Draw $n$ balls without replacement.
Derive a combinatorial identity for nonnegative integers $n$, $x$, and $y$, satisfying $1 \leq n \leq x + y$ from consideration of the following:
$$na = \sum_{k=0}^n k {n \choose k}a^k (1-a)^{n-k}$$
Attempt: I know that one side of the identity is $$n{x\over x+y}$$
Edit: The question is not to derive the na = ... identity above. It is to derive a new identity, using that identity as a guide, for drawing balls from the urn without replacement.
\begin{aligned} \sum^n_{k=0}k\binom{n}{k}a^k(1-a)^{n-k}&=\sum^n_{k=1}\frac{n(n-1)!}{(k-1)!(n-k)!}a^k(1-a)^{n-k}\\ &=na\sum^n_{k=1}\binom{n-1}{k-1}a^{k-1}(1-a)^{(n-1)-(k-1)}\\ &=na\sum^n_{k=0}\binom{n-1}{k}a^k(1-a)^{(n-1)-k}\\ &=na(a+1-a)^{n-1} \end{aligned}