Difference between revisions of "Combination"
(corrected notation) |
|||
Line 9: | Line 9: | ||
* <math>{C}(n,r)</math> | * <math>{C}(n,r)</math> | ||
* <math>\,_{n} C_{r}</math> | * <math>\,_{n} C_{r}</math> | ||
− | * <math> | + | * <math> C_n^{r} </math> |
== Formula == | == Formula == |
Revision as of 20:13, 21 June 2006
Introduction
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
Notation
The common forms of denoting the number of combinations of objects from a set of
objects is:
Formula
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
.