Olympiad Maths Prep

Track / Stage 4 / 120 of 340 #380 of 2000

Problem 380

AMC 12 late, AIME early
Combinatorics Difficulty 4.8 Find the answer

## Task 12/68

Calculate the sum

k=1nk(nk) \sum_{k=1}^{n} k \cdot\binom{n}{k}

Official solution

It is

k(nk)=kn!k!(nk)!=n(n1)!(k1)![(n1)(k1)]!=n(n1k1) k \cdot\binom{n}{k}=k \frac{n!}{k!(n-k)!}=n \frac{(n-1)!}{(k-1)![(n-1)-(k-1)]!}=n \cdot\binom{n-1}{k-1}

From this, it follows that

k=1nk(nk)=nk=1n(n1k1)=nl=0n(nll)1l1n1l=n(1+1)n1=n2n1 \sum_{k=1}^{n} k\binom{n}{k}=n \cdot \sum_{k=1}^{n}\binom{n-1}{k-1}=n \cdot \sum_{l=0}^{n}\binom{n-l}{l} \cdot 1^{l} \cdot 1^{n-1-l}=n(1+1)^{n-1}=n \cdot 2^{n-1}

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.