
Have you ever tried to pick three fruits from a basket? Whether you pick the apple first or the orange first, you still end up with the same healthy snack. This simple idea of picking items without worrying about their order is what we call combinations in maths. Understanding this concept helps you solve real-world grouping problems easily.
To understand the combinations in maths definition, think about a cricket team. If a coach needs to choose 11 players out of 15, it does not matter if Player A is picked first or fifth. The final team remains the same.
It is a technical way of saying "selection." When the arrangement or the sequence of the items is ignored, we are dealing with a combination. This is the opposite of a permutation, where the specific order is the most important part of the calculation.
Order is irrelevant: Picking A then B is the same as picking B then A.
Focus on grouping: We look at the collection as a single set.
Subset selection: We usually choose a small group (r) from a larger total (n).
Read More - Adding Exponent: Definition, Rules, Steps, and Examples
When solving problems, we use a specific mathematical shorthand known as the nCr formula. This allows us to find the total number of ways to choose items without listing every single possibility by hand.
The combination formula is written as:
nCr = n! / [r! (n – r)!]
To use this effectively, you need to know what each symbol represents:
n: The total number of items available in the set.
r: The number of items you are choosing from that set.
! (Factorial): This means multiplying a number by every whole number below it down to 1 (e.g., 4! = 4 × 3 × 2 × 1 = 24).
C: Stands for Combination.
By dividing the total permutations by r!, we "cancel out" the different orders of the same items, leaving us only with unique groups.
While we usually just apply the rule, looking at the nCr formula helps clarify why we divide by the extra factorial.
Imagine we have 3 letters: A, B, and C. We want to choose 2.
The permutations (where order matters) are AB, BA, BC, CB, AC, and CA. That is 6 ways.
However, in a combination, AB is the same as BA.
Since we are picking 2 items, there are 2! (which is 2) ways to arrange each pair.
To get the number of unique combinations, we take the total permutations (6) and divide by the arrangements (2).
6 / 2 = 3. The unique combinations are {A, B}, {B, C}, and {A, C}.
This logic is why the nCr formula includes r! in the denominator—it removes the duplicate sets created by different orders.
One of the biggest hurdles for students is knowing which method to use. The difference between permutation and combination comes down to one word: Order
|
Feature |
Permutation |
Combination |
|
Does Order Matter? |
Yes |
No |
|
Main Focus |
Arrangement / Sequence |
Selection / Grouping |
|
Keywords |
Arrange, Line up, Order |
Choose, Select, Pick |
|
Formula Size |
Results in a larger number |
Results in a smaller number |
|
Example |
Winning 1st, 2nd, and 3rd place |
Picking 3 people for a committee |
Let’s look at examples to see how the math works in a real scenario.
Problem: A pizza shop offers 5 different toppings. You are allowed to choose 3 toppings for your pizza. How many different pizzas can you create?
Solution:
Total items (n) = 5
Items to choose (r) = 3
Formula: 5C3 = 5! / [3! (5 - 3)!]
Step 1: Calculate factorials. 5! = 120. 3! = 6. (5-3)! = 2! = 2.
Step 2: Plug into formula. 120 / (6 × 2) = 120 / 12.
Step 3: Result = 10.
A class has 10 students. The teacher needs to choose 4 students to help with a school event. How many ways can the teacher choose them?
n = 10, r = 4
10C4 = 10! / [4! (10 - 4)!]
10C4 = (10 × 9 × 8 × 7) / (4 × 3 × 2 × 1)
10C4 = 5040 / 24
Answer: 210 ways.
Read More - Exponential Form: Definition, Formula, and Examples
Imagine you have a box of 8 different coloured pencils. You want to take exactly 2 colours with you to art class. How many different pairs of colours can you pick?
n = 8, r = 2
8C2 = 8! / [2! (8 - 2)!]
8C2 = (8 × 7) / (2 × 1)
8C2 = 56 / 2
Answer: 28 ways.
In a sports club of 6 members, a group of 3 members needs to be chosen to organize a ceremony. How many different groups can be formed?
n = 6, r = 3
6C3 = 6! / [3! (6 - 3)!]
6C3 = (6 × 5 × 4) / (3 × 2 × 1)
6C3 = 120 / 6
Answer: 20 ways.
There are a few "shortcuts" or rules involving combinations in maths that make mental calculation faster:
nCn = 1: If you have 5 items and you must pick all 5, there is only 1 way to do it.
nC0 = 1: There is only one way to "pick nothing."
nC1 = n: If you choose 1 item from a group of 10, there are 10 different choices.
nCr = nC(n-r): Choosing 8 people out of 10 is the same as "choosing" the 2 people to leave out. Both equal 45.
