The calculator helps users calculate combinations, which is the number of ways to choose items from a larger set. Our nCr calculator provides a step-by-step solution to make the calculations easy to understand.
1️⃣ Enter the Total Items (n): In the first box, type the total number of items in your set.
2️⃣ Enter the Items to Choose (r): In the second box, type the number of items you want to choose from that set.
3️⃣ Click the "Calculate" button to get your results.
4️⃣View the Results: The calculator will show you the number of possible combinations, with the steps.
If you want to know how many ways you can choose 3 friends from a group of 7, you would:
The calculator will then display the number of combinations, which is '35' in this case.
The calculator serves various practical purposes, some of which include:
✔️ Predicting the probability in any game of chance
✔️ Calculating lottery odds
✔️ Analyzing experimental data combinations and surveys
✔️ Creating diverse investment portfolios by selecting different stocks.
✔️ Evaluating marketing campaign strategies with different product combinations.
✔️ Helping students get instant calculations for complicated combinatorics questions
✔️ Calculating ways to select the questions from a question bank for examination
✔️ Helping doctors to predict the genetic trait combinations in offspring
✔️ Analyzing possible gene variations in genetic research
✔️ Helps to know the number of combinations for a security password
✔️ Optimizing algorithms for data selection and clustering
Combinations are the selection of items from a larger data set with different values.
In combinations, the order of the items does not matter.
You can determine the possible combinations of a data set by using the formula:
$$nC_{r} = \dfrac{n!}{r!\left(n-r\right)!} $$
$$ C\left(n,r\right) = \dfrac{n!}{r!\left(n-r\right)!} $$
Where,
To find the factorial of the number, you can try our factorial calculator, which can help you to calculate the factorial of the number.
Problem: You have 4 water bottles and 8 people. How many ways can you choose 4 people to receive a water bottle, assuming each chosen person receives only one bottle?
Given:
Total people (n) = 8
Water bottles to distribute (r) = 4
Solution:
We need to find C(8, 4).
\[C(8,4) = \frac{8!}{4!(8-4)!}\]
\[C(8,4) = \frac{8!}{4!4!}\]
\[C(8,4) = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1}\]
\[C(8,4) = \frac{1680}{24}\]
\[C(8,4) = 70\]
Answer: There are 70 different ways to choose 4 people out of 8 to receive a water bottle.
Important Note: This solution assumes that each selected person receives only one water bottle. If people could receive multiple bottles, the calculation would be different, which can easily be performed using our combinatorics calculator.
Problem: 10 teachers gave a demo. The management wants to pick 5 teachers based on merit. How many different combinations of teachers can they pick?
Given:
Total teachers (n) = 10
Teachers to be selected (r) = 5
Solution:
We need to find C(10, 5).
\[C(10,5) = \frac{10!}{5!(10-5)!}\]
\[C(10,5) = \frac{10!}{5!5!}\]
\[C(10,5) = \frac{10 \times 9 \times 8 \times 7 \times 6 \times 5!}{5! \times 5!}\]
\[C(10,5) = \frac{10 \times 9 \times 8 \times 7 \times 6}{5!}\]
\[C(10,5) = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1}\]
\[C(10,5) = \frac{30240}{120}\]
\[C(10,5) = 252\]
Answer: There are 252 different combinations of 5 teachers that can be selected.
Feature | Combination (Order Does Not Matter) | Permutation (Order Matters) |
---|---|---|
Definition | Selecting items without considering the order | Arranging items where order is important |
Formula | C(n, r) = n! / (r!(n - r)!) | P(n, r) = n! / (n - r)! |
Example | Choosing 3 team members from 10 people | Arranging 3 books on a shelf from 10 books |
Use Cases | Lottery, forming committees, choosing groups | Ranking, seating arrangements, passwords |
No, the order does not matter in the combination. The reason is that it is the selection of objects from a large set of objects without repetition.
Yes, you can calculate combinations with repetitions, but the formula in this condition is a bit different from the standard one (where repetition is not allowed). Additionally, our combination calculator allows you to quickly determine the number of ways to choose items with or without repetition, making it useful for probability problems, statistical analysis, and real-world applications like forming groups or distributing resources.
Study.com. (2022). Available at: https://study.com/learn/lesson/combination-formula-calculate.html.
Keep in touch
Contact Us© Copyright 2025 by calculatored.com