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.
How to Use the Combination Calculator — Calculate C(n,r) Online
- 1
Enter the total number of items, n, into the first field.
- 2
Enter the number of items being chosen, r, into the second field.
- 3
Click 'Calculate' to find C(n, r) — the number of ways to choose r items from n total, order not counted.
- 4
Review the step-by-step breakdown showing the formula n! / (r!(n - r)!) applied to your values.
- 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 separately | No — only the group of items counts |
| Formula | n! / (n − r)! | n! / (r!(n − r)!) |
| Example: n=5, r=2 | P(5,2) = 20 | C(5,2) = 10 |
| Typical use case | Race rankings, PIN codes, seating order | Lottery numbers, committees, card hands |
Frequently Asked Questions
Related Tools
Permutation Calculator — Calculate P(n,r) Online
Calculate permutations P(n,r) — the number of ways to arrange r items from n total items where order matters. Free calculator with step-by-step solutions and formula breakdowns.
Factorial Calculator — Calculate n! Online
Calculate the factorial of any non-negative integer (n!) instantly. Free factorial calculator with step-by-step expansion, scientific notation, and digit-count analysis for values up to 1,000,000.
Scientific Calculator — Free Online Calculator
Free online scientific calculator with trigonometric, logarithmic, exponential, and factorial functions. Switch between degrees and radians, use memory keys, and view calculation history.