How This Tool Works
The Combination Calculator determines the number of ways to select a group of items (r) from a larger set (n), where the order of selection does not matter. Mathematically, this is represented as “n choose r” or C(n, r).
Our tool uses the standard combination formula: $C(n, r) = rac{n!}{r!(n-r)!}$. You simply input your total number of items (n) and the number you wish to choose (r), and we provide a step-by-step breakdown.
- Example: If you have 5 fruits (n=5) and want to know how many ways you can choose a basket of 2 (r=2), the calculation is C(5, 2).
- We calculate $rac{5!}{2!(5-2)!} = rac{120}{2 imes 6} = 10$.
The calculator simplifies the factorial arithmetic to give you the accurate count of unique combinations.