Binomial expansion by factorial

While we can use either Pascal’s triangle or the ^nC_r notation to find the coefficients in a binomial expansion, we can also use factorials directly.

This is useful if we have unknowns in the expression for n or r.

Finding a specific term using factorials

If we want to find ^nC_r, we can use this formula:

^nC_r = \frac{n!}{r!(n-r)!}

Prove that ^5C_2 = 10 using factorials.

Finding multiple coefficients

Expand (1+x)^4 using factorials to find the coefficients

Find the first 3 terms of the expansion of (2+x)^5 using factorials to find the coefficients