Enter the total number of items and the number of items to choose to instantly get the number of possible combinations (nCr).
Related
An online number combination calculator allows you to find the number of possible combinations that can be obtained from the sample items from the large dataset. Also, this combinatorics calculator shows you the every single combination of the dataset. Basically, combination is the number of ways to get the r elements from the n objects of dataset where replacements are not allowed.
Give a complete read of the article to exactly know about its formula, manual calculation, how to find combination with this combinations calculator and much more. Also, you can try our online permutation calculator that helps you to find the number of possible subsets including the subset of same item in different order. Read on!
The formula to determine the number of possible combinations is as follows:
The formula to calculate combinations is:
$$ C(n,r) = \frac{n!}{r!(n-r)!} $$
Where,
Our ncr calculator uses this formula for the accurate & speedy calculations of all the elements of the dataset.
If we don’t care about the repetition, then the ncr formula is:
$$ C(n,r) = \frac{(r+n-1)!}{r!(n-1)!} $$
The exclamation mark (!) used for the factorial of the number. To find the factorial of the number, you can also try our online factorial calculator that helps you to calculate the factorial of the given n numbers.
Here we have different combinations examples that will help you to find out the different combinations of your desired numbers. Also, this combinatorial calculator gives you each & every combination of your given input accurately. Ahead to some manual examples: Swipe on!
The Principal select 4 students from the class with 30 total students to compete in the athletics. He want to determine how many Combinations of 4 students can be generated from 30 students?
Solution:
The combination equation is:
$$ C(n,r) = \frac{n!}{r!(n-r)!} $$
Here,
So,
$$ C(30, 4) = \frac{30!}{4!(30 - 4)!} $$
$$ C(30, 4) = \frac{30!}{4!(26)!} $$
$$ C(30, 4) = \frac{30 * 29 * 28 * 27 * 26!}{4!(26)!} $$
$$ C(30, 4) = \frac{30 * 29 * 28 * 27}{4!} $$
$$ C(30, 4) = \frac{30 * 29 * 28 * 27}{4 * 3 * 2 * 1} $$
$$ C(30, 4) = \frac{657720}{24} $$
$$ C(30, 4) = 27405 \text{ Possible teams} $$
Here we have another example for further understanding:
A restaurant wants to pick their 6 favorite deserts from the total 24 deserts. How many different combinations the customer picks?
Solution:
The combination equation is:
$$ C(n,r) = \frac{n!}{r!(n-r)!} $$
Here,
So,
$$ C(24, 6) = \frac{24!}{6!(24 - 6)!} $$
$$ C(24, 6) = \frac{24!}{6!(18)!} $$
$$ C(24, 6) = \frac{24 * 23 * 22 * 21 * 20 * 19 * 18!}{6!(18)!} $$
$$ C(24, 6) = \frac{24 * 23 * 22 * 21 * 20 * 19}{6!} $$
$$ C(30, 4) = \frac{24 * 23 * 22 * 21 * 20 * 19}{6 * 5 * 4 * 3 * 2 * 1} $$
$$ C(30, 4) = \frac{96909120}{720} $$
$$ C(30, 4) = 134596 $$
You can also verify the results with the assistance of this best combination calculator.
If I have 3 tin cans, then how many ways can i give these three tin cans to 8 people?
Solution:
The combination equation is:
$$ C(n,r) = \frac{n!}{r!(n-r)!} $$
Here,
So,
$$ C(8, 3) = \frac{8!}{3!(8 - 3)!} $$
$$ C(8, 3) = \frac{8!}{3!(5)!} $$
$$ C(8, 3) = \frac{8 * 7 * 6 * 5!}{3!(5)!} $$
$$ C(8, 3) = \frac{8 * 7 * 6}{3!} $$
$$ C(8, 3) = \frac{8 * 7 * 6}{3 * 2 * 1} $$
$$ C(8, 3) = \frac{336}{6} $$
$$ C(8, 3) = 56 $$
You can try this online combinations calculator to verify all the combinations example for the clarification.
In English language, we use the word combination without thinking the order is important or not. Simply, my lunch consists of Burger, Reuben sandwich and Apple pie. We don’t care about their order they could also be in “Reuben sandwich, Apple pie and Burger”, but it’s the same food. Also,
The lock of the safe is 584. Now, if we don’t care about the order, then it doesn’t work. For example, 845 won’t work, not the 458 will work. We have to exactly enter 5-8-4. So, we concluded that:
When the order doesn’t matter, it is a combination while when the order matters, it is a permutation. In simple words, the permutation is the ordered combination.
The online number combination calculator requires different values for accurate calculation, these are the steps you ought to follow to get the instant results.
Once you done, the combination formula calculator shows:
Note: Quit worrying either you want to get the calculation with combination or repetition, all you need to choose the respective option, the combinations calculator will shows you the result according to the given values.
It means choosing the 3 elements from the 10 total elements without any order or repetition. It generates the result of 120 possible combinations.
It determines the possible arrangements in the collection of n items. It helps to select the items in any order. This condition is not clear with the permutation of the number.
Thankfully, you come to know that combinations are used to determine the possible arrangements in the collection n items. When it comes to the calculation of the large number, use free online combination calculator that helps you to find the combination of the given elements.
The given table helps you to check what are all the combinations for n distinct objects taken r at a time:
| n-CHOOSE-k | nCk |
|---|---|
| 2 choose 1 | 2 |
| 2 choose 2 | 1 |
| 3 choose 1 | 3 |
| 3 choose 2 | 3 |
| 3 choose 3 | 1 |
| 4 choose 1 | 4 |
| 4 choose 2 | 6 |
| 4 choose 3 | 4 |
| 4 choose 4 | 1 |
| 5 choose 1 | 5 |
| 5 choose 2 | 10 |
| 5 choose 3 | 10 |
| 5 choose 4 | 5 |
| 5 choose 5 | 1 |
| 6 choose 1 | 6 |
| 6 choose 2 | 15 |
| 6 choose 3 | 20 |
| 6 choose 4 | 15 |
| 6 choose 5 | 6 |
| 6 choose 6 | 1 |
Wikipedia: Combination definition & formulas
Britannica: Difference between Combination & Permutation
Math StackExchange: Find all combinations of a set
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net
How was your experience today?
Not now
Awesome! Would you mind sharing that on Trustpilot?
Your review helps others find a tool that actually works.
Write a Review on TrustpilotNot now
Sorry to hear that
Tell us what went wrong — we read every message.
Not now
Thanks for your feedback!
We'll use it to make things better.