MyVIPWebTools logo

Combination Calculator — Find C(n, r) With Step-by-Step Solutions

Our Combination Calculator finds C(n, r), the number of ways to choose r items from a set of n distinct items when order doesn't matter. Enter n and r to get the exact result instantly, along with a step-by-step formula breakdown and a Pascal's Triangle visualization showing exactly where your combination sits among its neighbors — ideal for probability, statistics, and combinatorics problems.

Quick Answer

A combination counts unordered selections: C(n, r) = n! / (r!(n - r)!) gives the number of ways to choose r items from n distinct items where order doesn't matter. Enter n and r below for an instant result with step-by-step working and a Pascal's Triangle view.

Enter n and r, then click Calculate.

How to Use the Combination Calculator — Calculate C(n,r) Online

  1. 1

    Enter the total number of items, n, into the first field.

  2. 2

    Enter the number of items being chosen, r, into the second field.

  3. 3

    Click 'Calculate' to find C(n, r) — the number of ways to choose r items from n total, order not counted.

  4. 4

    Review the step-by-step breakdown showing the formula n! / (r!(n - r)!) applied to your values.

  5. 5

    View the Pascal's Triangle visualization to see how your result relates to nearby combinations.

Why Use Combination Calculator — Calculate C(n,r) Online?

Combinations answer 'how many different groups can I form?' — the foundation of probability calculations, statistics (binomial coefficients), and everyday questions like lottery odds or committee selections. Because C(n, r) always equals C(n, n - r), there's a shortcut that avoids computing huge factorials directly, which is exactly what our calculator uses internally to stay fast and exact even for larger inputs. The Pascal's Triangle view also makes the deep connection between combinations and binomial expansion visible at a glance.

Permutation vs Combination

Permutation P(n,r)Combination C(n,r)
Does order matter?Yes — different orders count separatelyNo — only the group of items counts
Formulan! / (n − r)!n! / (r!(n − r)!)
Example: n=5, r=2P(5,2) = 20C(5,2) = 10
Typical use caseRace rankings, PIN codes, seating orderLottery numbers, committees, card hands

Frequently Asked Questions

Related Tools

Combination Calculator — Calculate C(n,r) Online | MyVIPWebTools