-
Notifications
You must be signed in to change notification settings - Fork 1
other_note_coefficients
Kurt Robert Rudolph edited this page Jun 15, 2012
·
5 revisions
- [{n \choose r} = \frac{ n!}{ r!(n - r)!}] for [ 0 \le r \le n]
- Factorial Formula
It is the polynomial expansion of the binomial power [(1 + x)^n]
[{n \choose r}] represents the number of possible combinations of [n] objects taken [r] at a time.
[{n \choose r} = { n - 1 \choose r - 1} + {n - 1 \choose r}]
[(x + y)^n = \sum\limits_{k = 0}^n{ {n \choose k} x^k y^{n - k}]
- Let
- [n_1 + n_2 + \cdots + n_r = n]
- Then
- [{n \choose n_1, n_2, \dots, n_r} = \frac{ n!}{ n_1!n_2! \cdots n_r!}]
- The number of possible divisions of [n] distinct objects into [r] distinct groups of respective sizes [n_1, n_2 \dots, n_r].
- [{n \choose n_1, n_2, \dots, n_r} = \frac{ n!}{ n_1!n_2! \cdots n_r!}]