Prove a theorem in combinatorics

125 Views Asked by At

I want to show that for $k=1,...,(n-1)$ we have :

$\binom{n}{k}\leq \frac{n^n}{k^k(n-k)^{n-k}}$

I have used induction on $k$, but I have not deduced the above relation.

1

There are 1 best solutions below

0
On BEST ANSWER

$(k+(n-k))^n \ge \binom nk k^k (n-k)^{n-k}$ because the RHS is one of the terms in the binomial theorem expansion of the LHS.

(This was question B2 on the 2004 Putnam; for some other interesting solutions, see Kedlaya's archive.)