Combination Calculator

Calculate combinations instantly with our free Combination Calculator using the nCr formula, fast, accurate, and perfect for math, probability, and statistics.

Combinations:

C(n, r) = n!r!(n − r)!
Advertisement
Test ad slot: Calculator action display ad (1000000003)

Was this calculator helpful?

Your feedback helps us improve our calculators.

What Is a Combination?

A combination is a way of selecting items from a larger group where the order does not matter.

For example:

Choosing 3 students from a class of 20 is a combination because selecting Alice, Bob, and Charlie is the same as selecting Charlie, Alice, and Bob.

This concept is widely used in:

  • Probability

  • Statistics

  • Mathematics

  • Lottery calculations

  • Team selection

  • Card games

  • Data analysis

Whenever the arrangement doesn't matter, you use combinations instead of permutations.

What Is a Combination Calculator?

A Combination Calculator is an online tool that calculates the total number of possible combinations using the combinations formula.

Instead of performing lengthy factorial calculations manually, the calculator instantly computes the correct answer after you enter:

  • Total number of items (n)

  • Number of items to choose (r)

Our nCr calculator is useful for:

  • Students solving mathematics problems

  • Teachers explaining probability

  • Competitive exam preparation

  • Researchers

  • Data analysts

  • Anyone learning combinatorics

How to Use the Combination Calculator

The Combination Calculator helps you find how many ways objects can be selected or arranged, depending on whether order matters and whether repetition is allowed.

Step 1: Enter the Number of Objects

Enter the total number of available objects in the Number of objects (n) field.

For example:

n=12n = 12

This means you have 12 different objects available.

Step 2: Enter the Number of Objects to Choose

Enter how many objects you want to select in the Objects to choose (r) field.

For example:

r=5r = 5

This means you want to choose 5 objects from the available 12.

Step 3: Choose Whether Repetition Is Allowed

Check Allow repetitions if the same object can be selected more than once.

Leave it unchecked if each object can only be selected once.

For example:

  • Choosing 5 different students from a group: repetition is not allowed

  • Choosing 5 ice cream scoops where flavors can repeat: repetition may be allowed

Step 4: Choose Whether Order Matters

Check Order matters (permutations) if different arrangements of the same selected objects should count as different results.

Leave it unchecked when only the selected group matters.

For example, choosing A, B, and C as a group is the same combination as C, B, and A.

However, in a permutation:

ABCCBAABC \neq CBA

because their order is different.

Step 5: Click Calculate

Click Calculate after entering nn, rr, and selecting the appropriate options.

The calculator automatically chooses the correct combination or permutation formula.

Step 6: Review the Result

The result shows:

  • Number of possible combinations or permutations

  • Total objects (n)

  • Objects chosen (r)

  • Whether repetitions are allowed

  • Whether order matters

  • Step-by-step calculation

For example, choosing 5 objects from 12 without repetition and where order does not matter gives:

792792

possible combinations.

Combination Calculator Formulas

The correct formula depends on two questions:

Does order matter?

and:

Can objects be repeated?

Let:

n=total number of available objectsn = \text{total number of available objects}

r=number of objects selectedr = \text{number of objects selected}

Combination Without Repetition

Use this formula when:

  • Order does not matter

  • Repetition is not allowed

The combination formula is:

C(n,r)=(nr)=n!r!(nr)!C(n,r) = \binom{n}{r} = \frac{n!}{r!(n-r)!}

where:

n!=n(n1)(n2)1n! = n(n-1)(n-2)\cdots 1

Example

Choose 5 objects from 12:

C(12,5)=12!5!(125)!=12!5!7!C(12,5) = \frac{12!}{5!(12-5)!} = \frac{12!}{5!7!}

Canceling common factorial terms:

C(12,5)=12×11×10×9×85×4×3×2×1=95,040120=792C(12,5) = \frac{12 \times 11 \times 10 \times 9 \times 8} {5 \times 4 \times 3 \times 2 \times 1} = \frac{95{,}040}{120} = 792

So there are 792 ways to choose 5 objects from 12 when order does not matter, and repetition is not allowed.

Combination With Repetition

Use this formula when:

  • Order does not matter

  • Repetition is allowed

The formula is:

Crep(n,r)=(n+r1r)C_{\text{rep}}(n,r) = \binom{n+r-1}{r}

or:

Crep(n,r)=(n+r1)!r!(n1)!C_{\text{rep}}(n,r) = \frac{(n+r-1)!}{r!(n-1)!}

Example

For:

n=12n = 12

and:

Crep(12,5)=(12+51)!5!(121)!=16!5!11!C_{\text{rep}}(12,5) = \frac{(12+5-1)!}{5!(12-1)!} = \frac{16!}{5!11!}

=16×15×14×13×125×4×3×2×1=524,160120=4,368= \frac{16\times15\times14\times13\times12} {5\times4\times3\times2\times1} = \frac{524{,}160}{120} = 4{,}368

So there are 4,368 possible selections when repetition is allowed and order does not matter.

Permutation Without Repetition

Use this formula when:

  • Order matters

  • Repetition is not allowed

The permutation formula is:

P(n,r)=n!(nr)!P(n,r) = \frac{n!}{(n-r)!}

Example

Arrange 5 objects selected from 12:

P(12,5)=12!(125)!=12!7!=12×11×10×9×8=95,040P(12,5) = \frac{12!}{(12-5)!} = \frac{12!}{7!} = 12 \times 11 \times 10 \times 9 \times 8 = 95{,}040

So there are 95,040 different arrangements when order matters and repetition is not allowed.

Permutation With Repetition

Use this formula when:

  • Order matters

  • Repetition is allowed

Each of the rr positions can contain any of the nn available objects.

Therefore:

Prep(n,r)=nrP_{\text{rep}}(n,r) = n^r

Example

For:

n=12n = 12

and:

Prep(12,5)=125=12×12×12×12×12=248,832P_{\text{rep}}(12,5) = 12^5 = 12 \times 12 \times 12 \times 12 \times 12 = 248{,}832

So there are 248,832 possible arrangements when both repetition and order are allowed.

Which Formula Should You Use?

Repetition

Order

Calculation

Formula

Not allowed

Does not matter

Combination

n!r!(nr)!\frac{n!}{r!(n-r)!}

Allowed

Does not matter

Combination with repetition

(n+r1)!r!(n1)!\frac{(n+r-1)!}{r!(n-1)!}

Not allowed

Matters

Permutation

n!(nr)!\frac{n!}{(n-r)!}

Allowed

Matters

Permutation with repetition

nrn^r

The simplest way to decide is:

If order matters, use a permutation. If order does not matter, use a combination. Then choose the appropriate formula depending on whether repetition is allowed.

Where Are Combinations Used?

The combination formula is useful in many everyday and professional situations.

Probability

Calculate the likelihood of selecting specific outcomes from a group.

Example:

  • Drawing cards from a deck

  • Lottery calculations

Statistics

Determine possible sample groups when analyzing data.

Example:

  • Selecting survey participants

  • Choosing experimental samples

Team Selection

Find the number of possible teams that can be formed.

Example:

  • Choosing 5 players from a squad of 15.

Education

Students use an nCr calculator to verify homework and prepare for exams involving probability and combinatorics.

Data Science

Combinations help evaluate all possible feature selections in machine learning and data analysis.

Business

Businesses use combinations for:

  • Product bundles

  • Customer segmentation

  • Marketing campaign analysis

  • Resource allocation

Why Use Our Combination Calculator?

Manual calculations become difficult as numbers grow larger. Our combinations calculator provides quick and accurate results in seconds.

Instant Results

No lengthy factorial calculations required.

High Accuracy

Uses the standard nCr formula to ensure reliable answers.

Beginner Friendly

Simple inputs and easy-to-understand results.

Saves Time

Great for homework, exams, and professional work.

Works for Large Numbers

Calculates combinations that would be difficult to solve manually.

Free to Use

No registration or software installation required.

Benefits of Using a Combination Calculator

A Combination Calculator offers more than just quick answers. It helps you solve combination problems accurately while saving time and reducing manual effort.

Instant Calculations

Get the total number of combinations in seconds without performing lengthy factorial calculations.

Accurate Results

The calculator uses the standard combination formula and nCr formula, ensuring reliable and precise answers every time.

Saves Time

Skip manual calculations and solve homework, assignments, or real-world problems much faster.

Easy for Beginners

You don't need advanced math knowledge. Simply enter the values of n and r, and the calculator does the rest.

Reduces Calculation Errors

Large factorial calculations can easily lead to mistakes. A combinations calculator eliminates human error and provides dependable results.

Great for Learning

See how the combination formula works and compare the calculator's result with your own calculations to better understand how to calculate combinations.

Useful Across Multiple Fields

The calculator is valuable for:

  • Mathematics

  • Probability

  • Statistics

  • Data Science

  • Research

  • Engineering

  • Competitive Exams

Handles Large Numbers

Even when working with very large values of n and r, the calculator computes combinations instantly without complicated manual calculations.

Free and Accessible

Use the Combination Calculator anytime, anywhere, with no downloads or registrations required.

Common Examples of Combination Problems

Example 1: Choosing Committee Members

A club has 12 members.

You need to choose 4 members for a committee.

Use the combination formula to calculate the total number of possible committees.

Example 2: Lottery Numbers

You choose 6 numbers from 49.

A combination calculator instantly tells you how many unique selections are possible.

Example 3: Card Games

How many different 5-card hands can be dealt from a standard deck?

This is one of the most common applications of the combinations formula.

Example 4: Sports Teams

A coach has 18 players but needs to select 11 players.

The nCr calculator quickly determines how many different team combinations are possible.

Example 5: Survey Sampling

A researcher wants to select 25 participants from 200 people.

Using the combination calculator makes this calculation fast and accurate.

Common Mistakes When Calculating Combinations

Avoid these common errors when learning how to calculate combinations.

Mixing Up Combinations and Permutations

Remember:

  • Combination → Order does not matter.

  • Permutation → Order does matter.

Entering Incorrect Values

Always ensure:

  • n is the total number of items.

  • r is the number of selected items.

Forgetting Factorials

The combination formula requires factorial values. Missing a factorial changes the entire result.

Using r Greater Than n

You cannot choose more items than are available.

For combinations:

rnr ≤ n

Calculation Errors

Large factorials are difficult to simplify manually, which is why many students prefer using an online combinations calculator.

Tips for Solving nCr Problems

  • Read the question carefully to determine whether order matters.

  • Use the nCr formula only when the arrangement of items is unimportant.

  • Double-check the values of n and r before calculating.

  • Verify your answer with a reliable combination calculator when working with large numbers.

  • Practice different examples to become more comfortable with how to calculate combinations.

Frequently Asked Questions (FAQs)

What is a combination calculator?

A combination calculator is an online tool that calculates the number of possible combinations when selecting items from a group. It uses the standard combination formula (also known as the nCr formula) to produce accurate results instantly.

What is the combination formula?

The standard combination formula is:

nCr=n!r!(nr)!{}^nC_r = \frac{n!}{r!(n-r)!}

Where:

  • n = Total number of items

  • r = Number of items selected

  • ! = Factorial

This combinations formula is used when the order of selection does not matter.

What is the nCr formula?

The nCr formula is another name for the combination formula. It calculates the number of ways to choose r items from n items without considering their order.

How do I calculate combinations manually?

To learn how to calculate combinations, follow these steps:

  1. Identify the values of n and r.

  2. Calculate the factorials of n, r, and (n − r).

  3. Apply the combinations formula: nCr=n!r!(nr)!{}^nC_r = \frac{n!}{r!(n-r)!}

  4. Simplify the expression to find the total number of combinations.

What is the difference between combinations and permutations?

The difference is whether the order matters:

  • Combinations: Order does not matter.

  • Permutations: Order does matter.

For example, selecting Alice and Bob is the same as selecting Bob and Alice in combinations, but different in permutations.

Can I use this combinations calculator for large numbers?

Yes. Our combinations calculator handles large values quickly and accurately, making it useful for statistics, probability, mathematics, and competitive exam preparation.

Can r be greater than n?

No. In combinations, the number of selected items (r) cannot exceed the total number of available items (n).

Where are combinations used?

Combinations are commonly used in:

  • Probability

  • Statistics

  • Mathematics

  • Lottery calculations

  • Team selection

  • Card games

  • Data science

  • Research and surveys

Can this calculator handle large numbers?

Yes. However, extremely large values may produce very large results depending on system limitations.

Why should I use a Combination Calculator?

It provides fast and accurate results, eliminates manual errors, and helps solve mathematical and probability problems efficiently.

Who Should Use This Combination Calculator?

This calculator is useful for anyone who needs to calculate combinations accurately.

It is especially helpful for:

  • Students learning probability and combinatorics

  • Teachers creating or verifying examples

  • Competitive exam candidates

  • Statisticians and researchers

  • Data analysts

  • Engineers

  • Anyone solving mathematics problems involving combinations

Conclusion

Whether you're solving a homework problem, preparing for an exam, analyzing data, or working with probability, our Combination Calculator makes finding combinations quick and accurate. Instead of spending time on complex factorial calculations, simply enter your values and let the calculator apply the combination formula instantly.

If you're learning the nCr formula, exploring the combinations formula, or wondering how to calculate combinations, this tool provides a fast, reliable, and beginner-friendly solution. Use our combinations calculator anytime you need accurate results in just a few clicks.

Helpful Resources

Pro Tips

  • Ensure accurate input of n and r for precise combination calculation.

  • Use the appropriate values for n and r, where n is the total number of objects and r is the number of objects to choose.

  • Double-check the calculated number of combinations to ensure it matches your expectations.

  • Combination calculators are useful in various fields, including probability and statistics.