Suppose you are walking into an ice cream shop to buy a
scooped ice cream. There are
flavours of ice cream available, and you need to choose
. How many ways can you make your choice?
ways?
ways?
ways? No... It's much more than that. The concept of combinations helps in answering such sort of questions.
What are Combinations?
A combination is a mathematical technique for determining the number of possible arrangements in a collection of items where the selection order does not matter. We can pick the items in any order in combinations. Combinations are often confused with permutations. The order of the chosen items matters in permutations. In permutations of three letters,
, and
are different. But in combinations, all three are the same.
More precisely,
The order doesn't matter in a Combination.
The order does matter in a Permutation.
The number of possible combinations or selections from a pool of
objects selecting only a few objects without any repetition is given by
- is the total number of objects
- is the number of selected objects
- is the factorial notation
The factorial of any number
is the product of all positive integers less or equal to
.
For example,
.
Number of Combinations
In our ice cream shop example,
The number of available choices is denoted by
.
The number of flavours we choose denotes the
, and here,
.
So, the number of combinations of
scooped ice creams that we can make is given by
Where
is a non-negative number that is less than or equal to
. This is also called the null formula.
So, the number of possible ice cream combinations
null
null
We can manually count the number of combinations for smaller sets of objects. When done manually, there is a greater chance of error as the set size grows. The combination formula then enters the picture.
Representation of Combinations
We know that combinations are represented as null. The other common representations of null are:
The last representation
is also called the binomial coefficient.
Relation between Permutations and Combinations
We know that the permutations are given by null and combinations are given by the formula null, where r is the number of objects taken from a collection of n objects.
The formula for Combinations,
null
Hence, we can say that permutations are always greater than combinations for the same values of
and
.
Some Special Cases
- When , the number of combinations is given by,
null
- The number of combinations to choose objects from a collection of objects is . This is because combinations are different ways of selecting some or all the objects in the collection. Selection of nothing means we leave behind all the objects, and there is only one way of doing it.
When
, the number of combinations is given by,
null
Selecting
objects from a collection of
objects is the same as choosing
objects.
If
, then,
null
null
If null , then,
Since null , we can say that
.
null
Solved Examples
Q1. Akhil was buying three roses for his friend from a flower shop. There are roses in colours. How many ways can he pick roses trio out of total roses? Ans: To select
objects from a set of
, null
Here,
and
null
So, he can have
combinations of the rose trio when he chooses
roses at a time from
.
Q2. How many letter combinations can be made using the letters of the word 'EXPERTSEDGE'? Ans: The number of letters in the given word
Number of letters in the required combinations
Number of combinations of
letter words null
So, we can make
three-letter combinations can using the letters of the word 'EXPERTSEDGE'.
Q3. There were handshakes that happened at a party. Everybody shook hands with everybody else, and no one was left. How many people were there at the party? Ans: Total number of handshakes, null
Number of hands in a shake,
The total number of people can be calculated using
null
The number of people is never negative, and hence the only possible value is
.