4.9 Permutations & Combinations

Key Takeaways

  • Permutation & Combination is a named bullet of the CIL Paper-I Quantitative Aptitude syllabus, and the whole topic turns on whether order matters.
  • A permutation counts arrangements where order matters and equals n factorial divided by (n minus r) factorial, while a combination counts selections and divides that further by r factorial.
  • Arranging n distinct objects in a circle gives (n minus 1) factorial arrangements because rotations of the same arrangement are not distinct.
  • When letters repeat, the number of distinct arrangements is n factorial divided by the product of the factorials of each repetition count.
Last updated: August 2026

The Two Counting Principles

Multiplication principle. If a first task can be done in $m$ ways and, for each of those, a second in $n$ ways, the pair can be done in $m \times n$ ways. Use it when tasks happen in sequence — signalled by the word and.

Addition principle. If a task can be done in $m$ ways or in $n$ ways, with no overlap, the total is $m + n$. Use it for mutually exclusive alternatives — signalled by the word or.

Factorials

n!=n×(n1)×(n2)××2×1,0!=1n! = n \times (n-1) \times (n-2) \times \cdots \times 2 \times 1, \qquad 0! = 1

The convention $0! = 1$ is not arbitrary; it is what makes the formulae below work at their boundaries, and it appears as an objective item in its own right.

$n$01234567
$n!$1126241207205040

Permutations: Order Matters

The number of ways of arranging $r$ objects chosen from $n$ distinct objects is

nPr=n!(nr)!^{n}P_{r} = \frac{n!}{(n-r)!}

Example. In how many ways can a first, second and third prize be awarded among 6 candidates? Order matters because the prizes differ:

6P3=6!3!=6×5×4=120^{6}P_{3} = \frac{6!}{3!} = 6\times5\times4 = 120

Combinations: Order Does Not Matter

The number of ways of selecting $r$ objects from $n$ is

nCr=n!r!(nr)!=nPrr!^{n}C_{r} = \frac{n!}{r!\,(n-r)!} = \frac{^{n}P_{r}}{r!}

Example. In how many ways can a committee of 3 be chosen from 6 people?

6C3=6×5×43×2×1=20^{6}C_{3} = \frac{6\times5\times4}{3\times2\times1} = 20

Note that $120 = 20 \times 3!$ — each selection of three can be arranged in $3! = 6$ orders, which is precisely the difference between the two counts.

Properties of combinations

nCr=nCnr,nC0=nCn=1,nCr+nCr1=n+1Cr^{n}C_{r} = {}^{n}C_{n-r}, \qquad ^{n}C_{0} = {}^{n}C_{n} = 1, \qquad ^{n}C_{r} + {}^{n}C_{r-1} = {}^{n+1}C_{r}

The first identity is a genuine time-saver: computing $^{20}C_{18}$ as $^{20}C_{2} = 190$ takes seconds.

The Deciding Question

Signal wordsUse
arrange, order, rank, seat, form a number, assign distinct postsPermutation
select, choose, committee, team, group, handshake, drawCombination

A committee is a combination; a committee with designated posts such as chairman and secretary is a permutation, or a combination followed by an arrangement.

Arrangements with Repetition

When some objects are identical, divide by the factorial of each repetition count:

Arrangements=n!p!q!r!\text{Arrangements} = \frac{n!}{p!\,q!\,r!\cdots}

Example. How many distinct arrangements of the letters of ENGINEER?

The word has 8 letters with E appearing 3 times and N appearing 2 times:

8!3!2!=4032012=3360\frac{8!}{3!\,2!} = \frac{40320}{12} = 3360

Circular Arrangements

Seating $n$ distinct people around a round table gives

(n1)!(n-1)!

arrangements, because rotating everyone by one seat does not create a new arrangement — only relative order matters. Fix one person's position and arrange the remaining $n-1$.

If clockwise and anticlockwise arrangements are not distinguished, as with a garland of flowers or a necklace of beads, halve the result:

(n1)!2\frac{(n-1)!}{2}

Example. Six engineers sit around a circular table: $(6-1)! = 120$ ways. If instead six identical-looking beads form a necklace: $5!/2 = 60$.

Restricted Arrangements

Objects that must stay together

Treat the block as a single unit, arrange the units, then arrange within the block.

Example. In how many ways can 5 people be arranged in a row if two particular people must sit together? Treat the pair as one unit, giving 4 units arranged in $4! = 24$ ways, and the pair internally in $2! = 2$ ways. Total $= 48$.

Objects that must be separated

Count the total and subtract the together case.

Example. With the same 5 people, the number of arrangements in which the two are not together is $5! - 48 = 120 - 48 = 72$.

Fixed positions

Example. How many 4-digit even numbers can be formed from the digits 1 to 7 without repetition? The units digit must be 2, 4 or 6, giving 3 choices, and the remaining three positions are filled from the other 6 digits in $^{6}P_{3} = 120$ ways. Total $= 3 \times 120 = 360$.

Selection Problems

Example. From 7 men and 5 women, how many committees of 5 can be formed with exactly 3 men?

7C3×5C2=35×10=350^{7}C_{3}\times{}^{5}C_{2} = 35\times10 = 350

Example. How many committees of 5 contain at least 3 men? Sum the cases of exactly 3, 4 and 5 men:

7C35C2+7C45C1+7C55C0=350+175+21=546^{7}C_{3}{}^{5}C_{2} + {}^{7}C_{4}{}^{5}C_{1} + {}^{7}C_{5}{}^{5}C_{0} = 350 + 175 + 21 = 546

The phrase at least always means summing cases, or subtracting the complement from the total when that is shorter.

Standard Results Worth Recall

SituationCount
Handshakes among $n$ people$^{n}C_{2}$
Diagonals of an $n$-sided polygon$^{n}C_{2} - n$
Triangles from $n$ points, no three collinear$^{n}C_{3}$
Subsets of a set of $n$ elements$2^{n}$
Ways to distribute $n$ distinct objects into $r$ distinct boxes$r^{n}$

All of these appear regularly, and each takes a few seconds once recognised.

Test Your Knowledge

The number of distinct arrangements of the letters of the word ENGINEER is:

A
B
C
D
Test Your Knowledge

The number of ways in which 6 distinct people can be seated around a circular table is:

A
B
C
D
Test Your Knowledge

From 7 men and 5 women, the number of committees of 5 members containing exactly 3 men is:

A
B
C
D
Test Your Knowledge

Which situation calls for a combination rather than a permutation?

A
B
C
D