Questions: Stirling Numbers of the First and Second Kind

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

S(3, 2) = 3. Which explanation is correct?

AThere are 3 ordered ways to assign 3 labeled balls into 2 labeled boxes with no box empty
BThere are 3 unordered ways to split the labeled set {1,2,3} into exactly 2 non-empty subsets: {1}|{2,3}, {2}|{1,3}, {3}|{1,2}
CThere are 3 permutations of {1,2,3} with exactly 2 cycles
DThere are 3 ways to arrange 3 elements into 2 groups where order within groups matters
Question 2 Multiple Choice

The recurrence S(n, k) = k·S(n−1, k) + S(n−1, k−1) reflects what two possible situations for the nth element?

AThe nth element either forms a new subset alone, or merges with a previously formed subset
BThe nth element either joins one of the k existing subsets (k choices), or it starts a new singleton group that increases the count to k
CThe nth element either moves to the largest existing subset or the smallest
DThe nth element is either fixed or cycles with other elements
Question 3 True / False

The Stirling number of the first kind c(n, k) counts the number of permutations of n elements that have exactly k disjoint cycles.

TTrue
FFalse
Question 4 True / False

The Stirling numbers of the first and second kind both count different aspects of the same combinatorial objects — set partitions.

TTrue
FFalse
Question 5 Short Answer

Explain the role of Stirling numbers as 'change of basis' coefficients between falling factorials and ordinary powers of x.

Think about your answer, then reveal below.