BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon538 Learners

Last updated on November 24, 2025

Combinations

Professor Greenline Explaining Math Concepts

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.

Professor Greenline from BrightChamps

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.

 

Professor Greenline from BrightChamps

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.

Professor Greenline from BrightChamps

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

Grade 1
popular course arrow
No Courses Available
Professor Greenline from BrightChamps

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.”

Professor Greenline from BrightChamps

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.

Professor Greenline from BrightChamps

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.
Max Pointing Out Common Math Mistakes

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:

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Getting the formula for combinations confused with permutations

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

A mistake that students might make is using the permutation formula confused with the combinations' formula. Students must memorize the combination formula and understand the difference between both formulas.

 

The combination formula is: C(n,r) = n! / r!(n-r)!.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing n and r in the formula.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When using the formula, students must remember what ‘n’ and ‘r’ denote. In the formula, ‘n’ is the total number of items, and ‘r’ is the number of items selected.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect calculations of factorials

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Solving for factorials can be quite difficult. To make it easy, students can write out the factorial expansion step-by-step and cancel the common terms. After solving, make sure to double-check the calculations.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Ignoring the domain of r

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students might try to solve using combinations, even if r > 0. Make sure that r is within the valid range relative to n.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using approximate values for factorials

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Estimating factorial values instead of calculating them might lead to incorrect answers. Always calculate factorials exactly or simplify the expression before any kind of calculation. 

arrow-left
arrow-right
Professor Greenline from BrightChamps

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.


 

Max from BrightChamps Saying "Hey"
Hey!

Solved Examples on Combinations

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

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

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
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\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

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

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
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.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

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

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
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\).

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

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

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
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\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

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?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
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\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

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.

Math FAQ Answers Dropdown Arrow

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.

Math FAQ Answers Dropdown Arrow

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)!.

Math FAQ Answers Dropdown Arrow

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. 

Math FAQ Answers Dropdown Arrow

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.

Math FAQ Answers Dropdown Arrow

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.

Math FAQ Answers Dropdown Arrow

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.

Math FAQ Answers Dropdown Arrow

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.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

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

Max, the Girl Character from BrightChamps

Fun Fact

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

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom