Questions: Binomial Coefficients and Pascal's Triangle

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Pascal's identity states that C(5,2) = C(4,1) + C(4,2). Which explanation best captures why this is true?

AIt is a coincidence that holds for small values but breaks down for large n
BEvery 2-element selection from 5 items either includes a designated special item (needing C(4,1) additional choices) or excludes it (needing C(4,2) choices from the rest)
CPascal's triangle is defined by adding adjacent entries as an arithmetic rule, with no deeper meaning
DThe factorial formula simplifies algebraically to the sum of the two smaller values
Question 2 Multiple Choice

A student expanding (a+b)⁴ needs the coefficient of a²b². They identify it as C(4,2) = 6. What is the best explanation for why C(4,2) is correct?

AIt is the entry in row 4, position 2 of Pascal's triangle — which is true by definition of the triangle
BExpanding (a+b)⁴ means choosing a or b from each of 4 factors; the term a²b² requires choosing b from exactly 2 of the 4 factors, and there are C(4,2) ways to make that choice
CThe coefficients must be symmetric and peak in the middle, so the middle terms of a degree-4 expansion are automatically largest
DThe formula 4!/(2!2!) = 6 holds by algebraic necessity, with no combinatorial interpretation
Question 3 True / False

The sum of all entries in row n of Pascal's triangle equals 2^n, because it counts all subsets of an n-element set.

TTrue
FFalse
Question 4 True / False

Pascal's identity C(n,k) = C(n-1,k-1) + C(n-1,k) can primarily be verified by algebraic manipulation of the factorial formula — it has no intuitive combinatorial explanation.

TTrue
FFalse
Question 5 Short Answer

Why do binomial coefficients appear both as entries in Pascal's triangle and as the coefficients in the expansion of (a+b)^n?

Think about your answer, then reveal below.