Combinatorics
From Mathematics
See also the Wikipedia article:
Combinatorics is an area of discrete mathematics that studies collections of distinct objects and the ways that they can be counted or ordered, or used to satisfy some optimality criterion.
The most basic ideas in combinatorics include:
- factorials
- The number of possible arrangements of n distinct items is n-factorial, written
, which equals
.
- permutations
- The number of arrangements that are possible when a subset of r items is taken from a set of n distinct items is a "permutation of n objects taken r at a time", which can be written as
or
, and is equal to
.
- combinations
- The number of possible subsets of r items taken from a set of n items, where the order of the items doesn't matter (e.g., the sets ABC and BCA are considered equivalent), is a "combination of n objects taken r at a time", which is written
or
or
, and is equal to
.



