Combination (C(n,r)): The number of ways to choose r elements from a set of n elements

Formula: C(n,r) = n! / (r! × (n-r)!)

Example: C(5,2) = 10 (The number of ways to form 2-person groups from 5 people)

Combination Calculation

Previous Calculations
  There is no calculation history yet

Related Calculations