AoPSWiki
Want to learn how to tackle those tough AMC/AIME/Olympiad algebra problems? Check out Art of Problem Solving's NEW Intermediate Algebra by Richard Rusczyk and Mathew Crawford. Over 1600 problems!
Personal tools

Combination

From AoPSWiki

(Redirected from Binomial coefficient)

A combination is a way of choosing objects from a set of where the order in which the objects are chosen is irrelevant. We are generally concerned with finding the number of combinations of size from an original set of size


Contents

Notation

The common forms of denoting the number of combinations of objects from a set of objects is:

Formula

{{n}\choose {r}} = \frac {n!} {r!(n-r)!}

Derivation

Consider the set of letters A, B, and C. There are different permutations of those letters. Since order doesn't matter with combinations, there is only one combination of those three. In general, since for every permutation of objects from elements , there are more ways to permute them than to choose them. We have , or {{n}\choose {r}} = \frac {n!} {r!(n-r)!}.

Formulas/Identities

  • \binom{n-1}{r-1}+\binom{n-1}{r}=\binom{n}{r}
  • \binom{n}{r}=\frac{n}{r}\binom{n-1}{r-1}
  • \sum_{x=0}^{n} \binom{n}{x} = 2^n

One of the many proofs is by first inserting into the binomial theorem. Because the combinations are the coefficients of , and a and b disappear because they are 1, the sum is .

  • \sum_{i=0}^{k}\binom{m}{i}\binom{n}{k-i}=\binom{m+n}{k}

We can prove this by putting the combinations in their algebraic form. \binom{n}{n-r}=\frac{n!}{(n-r)!(n-(n-r))!}. As we can see, . By the commutative property, \frac{n!}{(n-r)!r!}=\frac{n!}{r!(n-r)!}. Because \frac{n!}{r!(n-r)!}=\binom{n}{r}, by the transitive property, we can conclude that this is true for all non-negative integers n and r where n is greater than or equal to r. Another reason this is true is because that choosing what you don't want is the same as choosing what you do want, because by choosing what you don't want, you imply that you choose the rest. This identity is also the reason why Pascal's Triangle is symmetrical.

Examples

Links

See also

Do you have a weblog?
If so, add it to our ring of blogs by clicking here.
View our community members' blogs by clicking here.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us