Questions: Vandermonde's Identity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Vandermonde's identity states C(m+n, r) = Σₖ C(m,k)·C(n,r−k). Which reasoning best justifies why this equality holds?

AThe left side and right side are both polynomials in m and n that happen to be equal by coincidence
BBoth sides count the same thing: the number of ways to choose r items from two groups of m and n by partitioning the selection between the groups in all possible ways
CThe identity follows from applying Pascal's rule repeatedly to the left side
DBinomial coefficients are symmetric, so the product of two of them always simplifies
Question 2 Multiple Choice

You need to compute Σₖ₌₀^{8} C(8,k)². Which value does Vandermonde's identity imply this equals?

AC(16,8)
B2^8
CC(8,4)²
DC(16,4)
Question 3 True / False

When computing Σₖ C(m,k)·C(n,r−k), you should carefully identify which values of k give nonzero terms before summing, since out-of-range terms could corrupt the result.

TTrue
FFalse
Question 4 True / False

Vandermonde's identity can be derived by multiplying the generating functions (1+x)^m and (1+x)^n and comparing coefficients of x^r on both sides.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words why the combinatorial proof of Vandermonde's identity is more illuminating than algebraically verifying that both sides are equal.

Think about your answer, then reveal below.