Let $n\geq 2$ be even. Show that $$ \sum\limits_{k=0}^{\frac{n}{2}} 2k\binom{n}{2k}=n\cdot2^{n-2} $$ 1) In a combinatorial way. (hint: count pairs $(x,S)$ s.t. $x\in S\subset \{1,2,...,n\}$ where $|S|$ is even)
2) Using binomial theorem. (hint: derivate $(1+x)^n+(1-x)^n$ )
Progress:
1) From the hint I was able to derive that the LHS counts the number of subsets $S_i$ where $|S_i|$ is even for all $i$s, multiplied by its cardinality, though I'm not sure about that. How does one put it in a combinatorial proof?
2) I calculated the derivative, but nothing yet.
$$(1+x)^n+(1-x)^n=\sum_{k=0}^{n}\binom{n}{k}x^k+\sum_{k=0}^{n}\binom{n}{k}(-1)^{n-k}x^k$$
Using that since $n$ is even $(-1)^{n-k}=(-1)^k$. For even $k$ the terms cancel each other out so:
$$(1+x)^n+(1-x)^n=\sum_{k=0}^{n/2}2\binom{n}{2k}x^{2k}$$
Taking the derivative of both sides we get:
$$n(1+x)^{n-1}-n(1-x)^{n-1}=\sum_{k=0}^{n/2}4k\binom{n}{2k}x^{2k-1}$$
Plugging in $x=1$ yields $$n\cdot 2^{n-2}=\sum_{k=0}^{n/2}2k\binom{n}{2k}$$