Combination
An unordered selection of r objects chosen from n.
The number of combinations nCr = n! / (r!(n − r)!). Combinations count outcomes where the order does not matter — for example, the number of possible five-card poker hands from a deck of 52.
Formula
nCr = n! / (r!(n − r)!)