Select Page

Selection and combination is one of the most important and frequently tested topics in quantitative aptitude. It is asked in almost every competitive exam including CAT, SSC CGL, SSC CHSL, Bank PO, Bank Clerk, Railway RRB and CSAT. A strong understanding of selection and combination concept, formulas and tricks is essential for scoring well in these exams. This post covers nCr formula, selection from identical objects, total number of combinations, factor theory concept and more — all explained with clear formulas and solved examples.

Permutation & Combination → Selection & Combination

Introduction of Selection/Combination:-

Let us assume that Suresh has 5 friends A, B, C, D, E and he want to invite 2 of them for a party.
So the question is how many ways he can invite 2 friends out of 5 friends.
First Let us do it manually 
A        B        C        D        E
Number of ways 
(A, B)        (A, C)        (A, D)        (A, E)
(B, C)        (B, D)        (B, E)
(C, D)        (C, E)
(D,E)
= 10 ways
Since here we are to select 2 out of 5 values which we can do manually but if these numbers ↑ then it will become difficult to do it manually. So we will do it with the help of a formula.

⦿ Number of ways of selecting ‘r’ articles from ‘n’ distinct article is :-

C =

Example:- Suresh has a party at his home. He has 12 friends & want to invite only 3 of them. In how many ways he can do this?
Solution:-

\(12{C_3} = \frac{{12!}}{{3! \times 9!}} = \frac{{12 \times 11 \times 10 \times 9}}{{3 \times 2}}\)

= 220 ways Answer

⦿ Number of ways of selecting ‘r’ articles from ‘n’ distinct articles if ‘k’ article is always included :-

Example:- In how many ways kapil can call 5 of his 12 friends if amit & ankit are always included?
Solution:-

¹²⁻²C₅₋₂
= ¹⁰C₃ 
= 120 Answer

⦿ The total number of combination of n different things taken one or more at a time = 2ⁿ – 1
Proof:-
Method (1):-

Total distinct things = n
for ‘1ˢᵗ’ thing there are 2 ways of selection: included or excluded
similarly, for ‘2ⁿᵈ’ thing there are 2 ways of selection: included or excluded 




Similarly, for ‘nᵗʰ’ thing there are 2 wayss of selection: included or excluded
Hence total number of ways of selection:
= 2×2×2×………….n times
= 2ⁿ
Here point to remember is that in these 2ⁿ ways, there is also 1 way in which none of the article will be included & we are to select one or more article
Hence number of ways = 2ⁿ – 1

Method (2):- 
number of ways of selecting 1 thing out of n things = ⁿC₁
number of ways of selecting 2 thing out of n things = ⁿC₂
number of ways of selecting 3 thing out of n things = ⁿC₃




number of ways of selecting n thing out of n things = ⁿCₙ
∴ total number of ways = ⁿC₁ + ⁿC₂ + ⁿC₃ + ………. + ⁿCₙ
& by property of binomial coefficient we know that value of aboveww expression is 2ⁿ – 1
Hence number of ways = 2ⁿ – 1

Example:- Amit, a teacher in a school, has 15 students in his class. He has to select 1 or more students for the laboratory work. then in how many ways he can do this?
Solution:-
Here n = 15
⇒ 2¹⁵ – 1
= 32768 – 1
= 32767 ways Answer

Selection from identical object/article.

The total number of ways of selecting one or more things from ‘p’ identical things of one type, ‘q’ identical things of another type, ‘r’ identical things of another type and ‘n’ distinct things is : 

(p + 1)(q + 1)(r + 1)2 - 1

Proof:

Number of ways of selecting 1 thing out of p identical thing = 1
Number of ways of selecting 2 thing out of p identical thing = 1
Number of ways of selecting 3 thing out of p identical thing = 1




Number of ways of selecting p thing out of p identical thing = 1
Number of ways of selecting 0 thing out of p identical thing = 1

Hence number of ways of selecting 0 or more things out of p identical things = (p + 1)
similarly,
number of ways of selecting 0 or more things out of q identical things = (q + 1)
number of ways of selecting 0 or more things out of r identical things = (r + 1)
Also number of ways of selecting 0 or more out of n different things =
2×2×2×2×………..n times = 2ⁿ
Hence number of ways of selecting 1 or more out of given different things = (p + 1)(q + 1)(r + 1)2ⁿ
Here in above value there is also 1 way where none of the thing is selected.
Hence number of ways of selecting 1 or more of the given things :

(p + 1)(q + 1)(r + 1)2 - 1

Example:- There are 3 identical pens & 4 identical books & 5 identical pencils & 6 different highlighters. In how many ways one or more of these can be selected?
Solution:-
 

Here p = 3
         q = 4
         r=5
        n = 6

∴ Number of ways = (3 + 1)(4 + 1)(5 + 1)2⁶ – 1
= 7679 Answer

Factor Theory Concept 

Consider a composite number n
n = aᵖbᑫcʳ………..
where a, b, c are prime numbers & p, q, r are natural numbers.Then
Number of factors of n is given by:-

(p + 1)(q+ 1)(r + 1).........When1 and the number itself is included

Proof:- A factor of above number has power of a as a⁰ or a¹ or a² or a³ or ……….. aᵖ

similarly, A factor of above number has power of b as b or b¹ or b² or b³ or ……….. bᑫ
                 A factor of above number  has power of c as c⁰ or c¹ or c² or c³ or ……….. cʳ

Hence factors having a⁰ or any value of a can be (p + 1)
similarly, factors having b⁰ or any value of b can be (q + 1)

             factors having c⁰ or nay value of c can be (r + 1)
& when we take any combination of these then total number of factors = (p + 1)(q + 1)(r + 1)…….. 
                                             where 1 & the number itself is included.

 

Hence n = abcd(p + 1) ways(q + 1) ways(r + 1) ways(s + 1) ways

Example:- Find the total number of factors of 2⁴3²5³7⁵.
Solution:-

2 × 3 × 5 × 7(0, 1, 2, 3, 4)(0, 1, 2)(0, 1, 2, 3 )(0, 1, 2, 3, 4, 5)5 ways 3 ways 4 ways 6 ways

∴ Total numbers of factors = 5 × 3 × 4 × 6
                                                  = 360 Answer

Example:- Find the number of odd factors of 2⁴3²5³7⁵
Solution:-

 

2 × 3 × 5 × 7(0)(0, 1, 2)(0, 1, 2, 3 ) (0, 1, 2, 3, 4, 5)1 ways 3 ways 4 ways 6 ways

∴ Total number of odd factors = 1×3×4×6
                                                        = 72 Answer

Example:- Find the number of even factors of 2⁴3²5³7⁵
Solution:- 

2 × 3 × 5 × 7(1, 2, 3, 4)(0, 1, 2)(0, 1, 2, 3 ) (0, 1, 2, 3, 4, 5)4 ways 3 ways 4 ways 6 ways

∴ Total number of even factors = 4×3×4×6
                                                         = 288 Answer

Example:- Find the number of factors of 2⁴3²5³7⁵ that are divisible by 10.
Solution:-

2 × 3 × 5 × 7(1, 2, 3, 4)(0, 1, 2)(1, 2, 3 ) (0, 1, 2, 3, 4, 5)4 ways 3 ways 3 ways 6 ways

∴ Total number of factors divisible by 10 = 4×3×3×6
                                                                           = 216 Answer

Example:- Find the number of factors of 2⁴3²5³7⁵ that are not divisible by 10.
Solution:-
required answer = Total factors – factor divisible by 10
=360 – 216
=144 Answer

Example:- Find the number of factors of 2⁴3²5³7⁵ that are divisible by 100.
Solution:-
 

 

2 × 3 × 5 × 7(2, 3, 4)(0, 1, 2)(2, 3 ) (0, 1, 2, 3, 4, 5)3 ways 3 ways 2 ways 6 ways

∴ Total number of ways = 3×3×2×6
= 108 Answer

❓ Frequently Asked Questions on Selection and Combination

Q1. What is selection and combination in mathematics?

Selection and combination is the process of choosing r articles from n distinct articles where the order of selection does not matter. The number of ways of doing this is given by the nCr formula where nCr = n! / (r! × (n-r)!). This is one of the most fundamental concepts in combinatorics and is frequently tested in CAT, SSC CGL, Bank PO and Railway RRB exams.

Q2. What is the nCr formula and how is it used?

The nCr formula is nCr = n! / (r! × (n-r)!) where n is the total number of distinct articles and r is the number of articles to be selected. For example if Suresh has 12 friends and wants to invite 3 of them then number of ways = 12C3 = 12! / (3! × 9!) = 220 ways. This formula is the most frequently used formula in selection and combination questions in competitive exams.

Q3. How to solve selection problems when a particular article is always included?

When k articles are always included in the selection then we fix those k articles as already selected and reduce the problem. The formula becomes (n-k)C(r-k). For example if Kapil wants to call 5 of his 12 friends and Amit and Ankit are always included then the number of ways = (12-2)C(5-2) = 10C3 = 120 ways. This type of question is very commonly asked in SSC CGL, CAT and Bank PO exams.

Q4. What is the formula for total number of combinations of n different things taken one or more at a time?

The total number of combinations of n different things taken one or more at a time is 2ⁿ – 1. This is because each of the n things has 2 choices — either included or excluded — giving 2ⁿ total ways. Since we need one or more things we subtract 1 for the case where nothing is selected. For example if a teacher has 15 students and wants to select one or more for laboratory work then total ways = 2¹⁵ – 1 = 32767 ways.

Q5. What is the formula for selection from identical objects?

The total number of ways of selecting one or more things from p identical things of one type, q identical things of another type, r identical things of another type and n distinct things is (p+1)(q+1)(r+1)2ⁿ – 1. For example if there are 3 identical pens, 4 identical books, 5 identical pencils and 6 different highlighters then total ways of selecting one or more = (3+1)(4+1)(5+1)2⁶ – 1 = 7679 ways.

Q6. What is factor theory concept in combination?

Factor theory states that if a composite number n = aᵖbᑫcʳ where a, b, c are prime numbers and p, q, r are natural numbers then the total number of factors of n is (p+1)(q+1)(r+1) including 1 and the number itself. For example total number of factors of 2⁴3²5³7⁵ = (4+1)(2+1)(3+1)(5+1) = 5×3×4×6 = 360. This concept directly uses the combination selection principle and is frequently asked in CAT and SSC CGL.

Q7. What is the difference between permutation and combination?

Combination is selection of objects where order does not matter and permutation is arrangement of objects where order matters. nCr gives the number of ways of selecting r objects from n objects. nPr gives the number of ways of arranging r objects from n objects. The relation between them is nPr = nCr × r! because after selecting r objects we can arrange them in r! ways. Both are core topics in quantitative aptitude for CAT, SSC CGL, Bank PO and Railway exams.

Q8. Where can I practice selection and combination questions?

After understanding the concept you can practice on our Selection and Combination Exercise page which contains a large number of solved practice questions covering all types of problems asked in competitive exams. You can also check our Permutation and Combination Concept and Probability Concept pages for related topics.