Calculating combinations

The skill being taught is how to calculate the values of combinations, specifically "N choose M". This process involves using factorials to determine the number of combinations by dividing the factorial of N by the product of the factorial of M and the factorial of (N-M).