Advertisement

Combination Calculator

Calculate the number of combinations (nCr) for unordered selections. This tool computes how many ways you can choose r items from a set of n items where order doesn't matter.

What are Combinations?

Combinations are selections of items from a larger set where the order doesn't matter. For example, choosing 3 people from a group of 10 for a committee is a combination problem because the order in which you select them doesn't change the committee composition.

Combination Formula

The formula for calculating combinations is:

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

Where:

How to Use This Calculator

  1. Enter the total number of items (n) in the first field
  2. Enter the number of items you want to select (r) in the second field
  3. Click "Calculate Combination" to see the result
  4. View the formula breakdown and final answer

Examples

Important Notes

Advertisement