A combination is a way of selecting items from a collection, such that the order of selection does not matter.
A formula for the number of possible combinations of r objects from a set of n objects. This is written in any of the ways shown below.
(nr) or nCr or C (n,r) or occasionally Cnr
For eg. say you have 4 balls numbered 1,2,3 and 4. The possible combinations are:
nCr=n!r!(n−r)!