The combination rule is used when selecting a certain number of objects from a larger set, and the order of selection is not important. In the case where r objects are being selected from a set of n objects, the number of combinations is nCr = n!/[(n-r)!r!].