The notation nCr represents the number of combinations of n items taken r at a time. It is calculated as n! / [r!(n-r)!], where "!" denotes factorial, which is the product of all positive integers up to that number.
So, 16C2 means the number of ways to choose 2
Show more…