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

flashcards

QuestionAnswer
What is the factorial formula for finding ^nC_r?^nC_r = \frac{n!}{r!(n-r)!}
Prove that ^5C_2 = 10 using the factorial formula.^5C_2 = \frac{5!}{2!(5-2)!} = \frac{5!}{2! \times 3!} = \frac{5 \times 4 \times 3!}{2 \times 1 \times 3!} = \frac{20}{2} = 10
Expand (1+x)^4 using factorials.(1+x)^4 = 1 + 4x + 6x^2 + 4x^3 + x^4
How do you find the first 3 terms of (2+x)^5 using factorials?(2+x)^5 = 32 + 80x + 80x^2 + ...
What is the term for ^4C_2 (1)^2 (x)^2 in (1+x)^4 expressed in factorial form?\frac{4!}{2!(4-2)!} \times x^2 = 6x^2