Combinations
2026-02-28 10:13 Diff

663 Learners

Last updated on November 24, 2025

Combinations, also called ‘selection’, is a method we use to select items from a given set of items where the order of selection does not matter. Combinations are different from arrangements or permutations, where the order of selection does matter.

What are Combinations?

Combinations are selections made by choosing some or all objects from a set, without considering the order of selection. The number of combinations of n different objects taken r at a time is denoted by \(^nC_r\) and is calculated using the formula:
 

\(^nC_r = \frac{n!}{r!(n-r)!}\), where 0 ≤ r ≤ n
 

This is known as the general combination formula.
 

Let's see an example:
 

A fruit basket contains five different fruits: Apple, Banana, Cherry, Mango, and Orange. In how many ways can you select two fruits from the basket?
 

Solution:
 

\(^5C_2 = \frac{5!}{2!(5-2)!} = \frac{5!}{2! \, 3!} = \frac{5 \times 4 \times 3!}{2 \times 1 \times 3!} = \frac{5 \times 4}{2 \times 1} = 10\)
 

There are 10 different ways to select two fruits from 5.

What is the Formula for Combinations?

Now that we know what combinations are, let us learn about the formula that we use to easily find the number of possible combinations of objects.

The formula to calculate the number of combinations is:

                C(n,r) = n! / r!(n-r)!

Where:
 

  • n is the total number of items
     
  • r is the number of items selected (r ≤ n)
     
  • !(factorial) is the multiplying of a number by all positive integers below it.

Let us take an example,

If there are 5 different fruits, and you want to pick 2, the number of ways you can select is

C(n,r) = \( \frac{n!}{r!(n - r)!} = C(5,2) = \frac{5!}{2!(5 - 2)!} \)
 

⇒ C(5,2) = \( \frac{5!}{2! \, 3!} = \frac{(5 \times 4 \times 3 \times 2 \times 1)}{(2 \times 1)(3 \times 2 \times 1)} \) = 10

So there are 10 different ways to choose 2 fruits from a total number of 5 fruits.

What is the Difference Between Permutations and Combinations?

When learning about combinations, it is important to know whether the order matters or not. To understand this distinction we need to understand the difference between permutations and combinations as it can be quite confusing to know when to use permutations or combinations.
 

Permutation Combination A permutation is an arrangement of objects in a specific order. Here, the order of the objects matters. Combination is a selection of objects in any order. In combinations, the order of the objects does not matter. P(n,r) = n! / (n-r)! C(n,r) = n! / r!(n-r)! We use permutations in ranking, seating arrangements or even creating our passwords. Combinations are used in lotteries, forming a team. Example: If there are 10 contestants and 3 are chosen for 1st, 2nd, and 3rd place ranking:
P(10,3) = 10! / (10-3)! =720  Example: Selecting any 3 winners from 10 contestants without any ranking:
C(10,3) = 10! / 3!(10-3)! = 120

Explore Our Programs

Combinations as Selections

Suppose we have a set of 6 letters: {A, B, C, D, E, F}. How many ways can we select a group of 3 letters from this set?

If we first consider arrangements (permutations) of 3 letters from the six letters, the number would be: 

\(^6P_3\)

Now, consider the permutations that contain the letters A, B, and C. There are 3!=6 possible arrangements:

ABC, ACB, BAC, BCA, CAB, CBA

However, for combinations, the order does not matter. All six of these arrangements correspond to a single combination {A, B, C}.

So, to find the total number of combinations of 3 letters from 6, we divide the total permutations by 
3! (the number of ways to arrange three letters):

\(^6C_3 = \frac{^6P_3}{3!} = \frac{6 \times 5 \times 4}{3 \times 2 \times 1} = 20\)

This is also read as “6 choose 3.”

Key Point to Remember for the Combination Formula

Understanding the key points of the combination formula helps explain exceptional cases, such as choosing all, choosing none, and symmetry. These basics make calculations easier and prevent common mistakes.
The combination formula is:

\(^nC_r = \frac{n!}{r!(n-r)!}\) ,where 0 ≤ r ≤ n

The important cases:

1. Where r = n:

\(^nC_n = \frac{n!}{n!(n-n)!} = \frac{n!}{n! \cdot 0!} = 1\)

2. When r = 0:

\(^nC_0 = \frac{n!}{0!(n-0)!} = \frac{n!}{0! \cdot n!} = 1\)

This shows that the combination formula is valid even when r = 0.

3. Symmetry property:

\(^nC_{(n-r)} = \frac{n!}{(n-r)!\,(n-(n-r))!} = \frac{n!}{(n-r)!\,r!} = {}^nC_r\)

This means that selecting r objects from n objects is equivalent to rejecting n−r objects.

Tips and Tricks to Master Combinations

Combinations are a difficult topic to understand and solve problems related to it. In this section, we will discuss some tips and tricks to master combinations.

  • Understand the concept clearly: Combinations are used when the order of selection does not matter. Focus on “who is chosen,” not “in what order.”
     
  • Remember the formula: The basic idea is selecting r items from n items. Knowing the relationship between factorials helps you solve problems faster.
     
  • Simplify factorials early: Cancel out common terms in the numerator and denominator to avoid large calculations. This saves time and reduces mistakes.
     
  • Practice with small numbers: Start with small, simple examples, like choosing 2 items from 5. It helps you understand how combinations work before tackling bigger problems.
     
  • Use the calculator smartly: For larger numbers, use the nCr function on your calculator to check your manual work and save time during exams.
     
  • Think in Terms of “Select or Reject”: Encourage children to think in terms of “select or reject” and to break problems into smaller steps rather than memorizing formulas.
     
  • Use Real-Life Situations: Use simple, everyday situations like picking team members, choosing fruits, or selecting toys to make combination problems. It would be fun and relatable. Begin with easy tasks and gradually increase the challenge.
     
  • Use Games and Activities: Use card games, dice, or board games to show that, in combinations, the order of selection doesn’t matter.
     
  • Visualize Small Sets: Give children small sets of objects, 3 to 5 items, and let them list all possible choices. Visual tools like charts, cards, or drawings help them clearly see different combinations.

Common Mistakes and How to Avoid Them in Combinations

When learning about combinations, students might often make mistakes. So here are a few common mistakes and how to avoid them:

Real-Life Applications on Combinations

Combinations are used widely in our daily lives. Here are a few real-world applications of combinations.

Lottery draws: One of the most common uses of combinations, in lotteries a set of numbers is selected. The order in which it is drawn does not matter, this makes it a combination.

Forming sports teams: When selecting players for a team, the order in which they are chosen does not matter, what matters is who is selected.

Card games: When drawing cards for a game, the order of the cards does not matter. What matters is the cards you have. This makes it a combination.

Food and meal choices: Restaurants use combinations to create meal deals or ingredient mixes where order doesn’t matter.

Genetic research: In genetics, combinations are used to study how traits are passed on by analyzing different gene pairings without considering order.

Download Worksheets

Problem 1

How many ways can you choose 4 books out of 8?

Okay, lets begin

There are 70 combinations to choose 4 books out of 8.

Explanation

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

C(8,4) = \(\frac{8!}{4!(8-4)!} = \frac{8!}{4! \times 4!} = \frac{40320}{24 \times 24} = 70\)

Well explained 👍

Problem 2

How many combinations are there if we choose 0 items from 15?

Okay, lets begin

1

Explanation

C(15,0) = 1 because choosing nothing from a set is always one way (the empty set), and by definition, 0! = 1.

Well explained 👍

Problem 3

Out of 12 applicants, a manager needs to form a team of 4 employees. How many different teams can be formed?

Okay, lets begin

There are 495 combinations to form a team of 4.

Explanation

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

C(12,4) = \(\frac{12!}{4!(12-4)!} = \frac{12!}{4! \times 8!} = 495\).

Well explained 👍

Problem 4

In the word Brave there are 5 distinct letters, how many unique combinations of 3 letters can be selected?

Okay, lets begin

10

Explanation

Since the order does not matter when selecting letters, we will use the combination formula.

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

C(5,3) = \(\frac{5!}{3!(5-3)!} = \frac{5!}{3! \times 2!} = \frac{20}{2} = 10\)

Well explained 👍

Problem 5

A chef wants to create a new dish by choosing 4 spices from a collection of 15. How many different spice blends are possible?

Okay, lets begin

1365 combinations.

Explanation

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

C(15,4) = \(\frac{15!}{4!(15-4)!} = \frac{15!}{4! \times 11!} = 1365\)

Well explained 👍

FAQs on Combinations

1.What are combinations?

Combinations are items that are selected in a random order, in which the items decided do not matter.

2.How to know if a problem requires combinations or permutations?

When a problem requires us to arrange items in an order, then we use permutations. If order does not matter, then we use combinations.

3.Can we use combinations when items are repeated?

Normal combinations do not allow repetition. But for problems involving repeated items a different formula is used: C(n + r -1, r) = n! / r!(n-r)!.

4.How are combinations selected if there are larger numbers?

For large values of n and r, we often simplify the factorials first by canceling any common terms. You can even use a calculator or online tools for efficiency. 

5.What is the combination of items if r = 1?

If r = 1 then C(n,1) = n, because there are exactly n ways to choose one item from a set of n distinct items. Since you are picking only one item, each of the n items is a valid choice. Therefore, the number of ways to choose one item is equal to the total number of items.

6.How can parents explain combinations to their child?

Parents can tell their child that combinations are ways to select items where the order does not matter.

7.How can a parent show their child the difference between combinations and permutations?

Parents can explain that permutations take the order of selection into account, while combinations do not. Using simple examples like arranging letters or picking team members helps the child understand clearly.

8.How can parents help their child practice combinations at home?

Parents can use small sets of objects, like fruits, toys, or cards, and ask their child to list all possible selections. Hands-on activities and visual aids make the concept easier for children to grasp.

Jaipreet Kour Wazir

About the Author

Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref

Fun Fact

: She compares datasets to puzzle games—the more you play with them, the clearer the picture becomes!