Binomial Coefficient
The denominator accounts for the fact that we don't care about the order of selection.
The term removes overcounting from different arrangements of the chosen items, while does the same for the unchosen items, i.e. rearranging chosen or unchosen items doesn’t change the subset.
Fundamental Properties of Binomial Coefficients
since there’s exactly one way to choose no elements (empty set) or all elements.
due to symmetry - choosing items is equivalent to excluding items.
to choose from items, we can aka Pascal’s identity - also (nice visual on the wiki).
Link to originalThe sum of all binomial coefficients for fixed (row of Pascal’s triangle) equals
This makes intuitive sense when thinking about sets: counts the ways to choose items from items, and summing over all possible gives us the total number of possible subsets of an -element set, which is . Each element either is or isn’t in the subset, giving us two choices for each of the elements → power set.
Binomial Theorem
For any and :
This generalizes the distributive law for exponents. The coefficients appear in Pascal’s triangle, forming the coefficients in expansions of binomials like:
With negative terms, the factor creates alternating signs:
Circular transclusion detected: general/Pascal's-triangle

Info