Interesting Facts About Binomial Coefficients (original) (raw)

Last Updated : 19 Oct, 2024

A Binomial Coefficient represented as nCk has the following value.

**Factorial Formula:
nCk = n! / [(k !) × (n – k)!]

The above formula can also be re-written as the below **Multiplicative Formula
nCk = [n x (n - 1) x (n - 2) x .... x (n - k + 1)] / [k x (k-1) x (k -2) x ... x 1]

**Examples
5C3 = (5 x 4 x 3) / (2 x 1) = 60 / 2 = 30
5C1 = (5) / (1) = 5

Binomial Coefficients appear in different branches of math.

Interesting Mathematical Properties.

pascal