Questions: Binomial Theorem and Binomial Coefficients

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In expanding (x + y)^5, why does the term x^3y^2 have coefficient C(5,2) = 10?

ABecause 5 × 4 / 2! = 10 counts the arrangements of 3 x's and 2 y's in a string of length 5
BBecause each term comes from choosing which 2 of the 5 factors contribute y, and there are C(5,2) = 10 such choices
CBecause degree-5 terms always appear with coefficient 10 by the symmetry of Pascal's triangle
DBecause the Pascal identity gives C(5,2) = C(4,1) + C(4,2) = 4 + 6 = 10 without needing a deeper reason
Question 2 Multiple Choice

Setting x = y = 1 in the binomial theorem produces an identity. What does that identity count, combinatorially?

AThe total number of permutations of an n-element set, which is n!
BThe total number of subsets of an n-element set, which is 2^n — each subset corresponds to choosing which elements to include
CThe number of ways to choose 2 elements from an n-element set, which is C(n,2)
DThe sum of the first n natural numbers, which is n(n+1)/2
Question 3 True / False

The coefficient of x^(n-k)y^k in the expansion of (x + y)^n equals the number of k-element subsets of an n-element set.

TTrue
FFalse
Question 4 True / False

The binomial coefficients are asymmetric: in general, C(n,k) ≠ C(n, n−k).

TTrue
FFalse
Question 5 Short Answer

Why does substituting x = 1 and y = −1 into the binomial theorem show that any nonempty set has equally many even-sized and odd-sized subsets?

Think about your answer, then reveal below.