Maths Olympiad Prep

Library / /70 of 105

Combinatorics Difficulty 5.1 AIME, harder Prove it United States

Problem:

If f(n,k)f(n, k) is the number of ways to divide the set {1,2,,n}\{1,2, \ldots, n\} into kk nonempty subsets and mm is a positive integer, find a formula for
k=1nf(n,k)m(m1)(m2)(mk+1). \sum_{k=1}^{n} f(n, k)\, m(m-1)(m-2) \cdots (m-k+1).

Solution

Solution:

We claim that the sum is equal to mnm^{n}.

We note that mnm^{n} counts the number of ways to color nn objects each with one of mm different colors, so it suffices to show that the left side counts the same thing.

We can consider cases based on how many different colors get used. If kk colors are used, then there are f(n,k)f(n, k) ways to choose how to split the objects into subsets based on color, then mm ways to choose the color of the first subset, m1m-1 ways to color the second one, and so on. Summing over kk from 11 to nn gives the desired sum.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.