image
image
image
image
image
image
image
image
image
image

Permutation-and-combination Formula Sheet

This page will help you to revise formulas and concepts of Permutation-and-combination instantly for various exams.
image
image
image
image
image
image
image
image

Permutation refers to the arrangement of objects in a specific order. The number of permutations of n objects taken r at a time is denoted by nPrn_{P_r} and calculated as n!(nr)!.\frac{n!}{(n-r)!}.
Combination refers to the selection of objects without considering the order. The number of combinations of n objects taken r at a time is denoted by nCrn_{C_r} and calculated as n!r!(nr)!.\frac{n!}{r!(n-r)!}.

Neetesh Kumar | June 04, 2024                                       \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space Share this Page on: Reddit icon Discord icon Email icon WhatsApp icon Telegram icon

1. Fundamental Principle of Counting:

If an event can occur in ‘m’ different ways, following which another event can occur in ‘n’ different ways, then the total number of different ways of:
(a) Simultaneous occurrence of both events in a definite order is m×nm \times n. This can be extended to several events (known as the multiplication principle).
(b) The happening of exactly one of the events is m+nm + n (known as the addition principle).

2. Factorial:

It is a Useful Notation:
n!=n(n1)(n2)......3.2.1;n! = n (n – 1) (n – 2) ...... 3. 2. 1;

n!=n.(n1)!n! = n. (n – 1)! where nWn \in W

0!=1!=10! = 1! = 1

(2n)!=2n.n![1.3.5.7........(2n1)](2n)! = 2n . n! [1. 3. 5. 7........(2n – 1)]

Note:

(i) Factorial of negative integers is not defined.

(ii) Let pp be a prime number and nn be a positive integer,
then exponent of pp in n!n! is denoted by Ep(n!)E_p (n!) and is given by

Ep(n!)=np+np2+np3+....E_p (n!) = \left\lfloor \frac{n}{p} \right\rfloor + \left\lfloor \frac{n}{p^2} \right\rfloor + \left\lfloor \frac{n}{p^3} \right\rfloor + ....

3. Permutation:

(a) nPrn_{P_r} denotes the number of permutations (arrangements) of nn different things, taken rr at a time (nN,rW,nrn \in N, r \in W, n \geq r)

nPr=n(n1)(n2).............(nr+1)=n!(nr)!n_{P_r} = n (n – 1) (n – 2) ............. (n – r + 1) = \frac{n!}{(n - r)!}

(b) The number of permutations of nn things taken all at a time when pp of them are similar of one type, qq of them are similar of a second type, rr of them are similar of a third type and the remaining n(p+q+r)n – (p + q+ r) are all different is: n!p!q!r!\frac{n!}{p! q! r!}

(c) The number of permutations of nn different objects taken rr at a time, when a particular object is always to be included is r!(n1Cr1)r! ({n–1}_{C_{r–1}})

(d) The number of permutations of nn different objects taken rr at a time, when repetition be allowed any number of times is n×n×n×..............r times=nrn \times n \times n \times .............. \text{r times} = n^r

(e)

  • The number of circular permutations of nn different things taken all at a time is; (n1)!=n!n(n – 1)! = \frac{n!}{n}.

  • If clockwise & anti-clockwise circular permutations are considered to be the same, then it is (n1)!2\frac{(n - 1)!}{2}.

  • The number of circular permutations of nn different things taking rr at a time distinguishing clockwise & anticlockwise arrangement is nPrr\frac{n_{P_r}}{r}.

4. Combination:

(a) nCrn_{C_r} denotes the number of combinations (selections) of nn different things taken rr at a time, and nCr=n!r!(nr)!n_{C_r} = \frac{n!}{r!(n - r)!} where rnr \leq n, nNn \in N and rWr \in W. nCrn_{C_r} is also denoted by (nr)\binom{n}{r} or C(n,r)C (n, r).

(b) The number of combinations of nn different things taken rr at a time:

  • when pp particular things are always to be included = (np)C(rp){(n-p)}_{C_{(r-p)}}

  • when pp particular things are always to be excluded = (np)Cr{(n-p)}_{C_{r}}

  • when pp particular things are always to be included and qq particular things are to be excluded = (npq)C(rp){(n-p-q)}_{C_{(r-p)}}

(c) Given nn different objects, the number of ways of selecting at least one of them is nC1+nC2+nC3+........+nCn=2n1n_{C_1} + n_{C_2} + n_{C_3} +........+ n_{C_n} = 2^n – 1.

This can also be stated as the number of non-empty combinations of nn distinct things.

(d)

  • The total number of ways in which it is possible to make a selection by taking some or all out of p+q+r+......p + q + r +...... things, where pp are alike of one kind, qq alike of a second kind, rr alike of a third kind & so on is given by: (p+1)(q+1)(r+1).........1(p + 1) (q + 1) (r + 1).........–1.

  • The total number of ways of selecting one or more things from pp identical things of one kind, qq identical things of a second kind, rr identical things of a third kind and nn different things is (p+1)(q+1)(r+1)2n1(p + 1) (q + 1) (r + 1) 2^n – 1.

5. Divisors:

Let N=paqbrc.......N = p^a q^b r^c ....... where p,q,r........p, q, r........ are distinct primes & a,b,c.......a, b, c....... are natural numbers then:

(a) The total number of divisors of NN including 1 & NN is =(a+1)(b+1)(c+1).......= (a + 1) (b + 1) (c + 1).......

(b) The sum of these divisors is (p0+p1+p2+....+pa)(q0+q1+q2+....+qb)(r0+r1+r2+....+rc)...(p^0 + p^1 + p^2 + ....+ p^a) (q^0 + q^1 + q^2 + ....+ q^b) (r^0 + r^1 + r^2 + ....+ r^c)...

(c) The number of ways in which NN can be resolved as a product of two factors is
= (a+1)(b+1)(c+1).......2\left\lfloor \frac{(a + 1) (b + 1) (c + 1).......}{2} \right\rfloor if NN is not a perfect square.

=(a+1)(b+1)(c+1).......+12= \left\lfloor \frac{(a + 1) (b + 1) (c + 1)....... + 1}{2} \right\rfloor if NN is a perfect square.

(d) The number of ways in which a composite number NN can be resolved into two factors that are relatively prime (or coprime) to each other is equal to 2n12^{n-1} where nn is the number of different prime factors in NN.

6. The division into Groups and Distribution:

(a)

  • The number of ways in which (m+n)(m + n) different things can be divided into two groups containing mm & nn things respectively is: (m+n)!m!n!\frac{(m + n)!}{m! n!} (mn)(m \neq n).

  • If m=nm = n, then number of ways in which 2n2n distinct objects can be divided into two equal groups is (2n)!n!n!2!\frac{(2n)!}{n! n! 2!}; as in any one way, it is possible to interchange the two groups without obtaining a new distribution.

  • If 2n2n things are to be divided equally between two persons, then the number of ways = (2n)!2!n!n!(2!)\frac{(2n)!}{2! n! n! (2!)}.

(b)

  • Number of ways in which (m+n+p)(m + n + p) different things can be divided into three groups containing m, n & p things respectively is (m+n+p)!m!n!p!\frac{(m + n + p)!}{m! n! p!}, mnpm \neq n \neq p.

  • If m=n=pm = n = p then the number of such grouping is (3n)!n!n!n!3!\frac{(3n)!}{n! n! n! 3!}.

  • If 3n3n things are to be divided equally among three people, then the number of ways in which it can be done is (3n)!(n!)3\frac{(3n)!}{(n!)^3}.

(c) In general, the number of ways of dividing nn distinct objects into ll groups containing pp objects each, mm groups containing qq objects each is equal to n!(p!)l(q!)m(l!m!)\frac{n!}{(p!)^l (q!)^m (l! m!)} Here lp+mq=nlp + mq = n

(d) Number of ways in which nn distinct things can be distributed to pp persons if there is no restriction to the number of things received by them is pnp^n

(e) Number of ways nn identical things may be distributed among pp persons if each person receives none, one or more things is (n+p1)Cn{(n+p–1)}_{C_n}.

7. Derangement:

The number of ways in which nn letters can be placed in nn directed envelopes so that no letter goes into its own envelope is

=n![111!+12!13!+14!....+(1)n1n!]= n! \left[ 1 - \frac{1}{1!} + \frac{1}{2!} - \frac{1}{3!} + \frac{1}{4!} - .... + (-1)^n \frac{1}{n!} \right]

8. Important Result:

(a) The number of rectangles of any size in a square of size n×nn \times n is r=1nr3\sum_{r=1}^{n} r^3 & number of squares of any size is r=1nr2\sum_{r=1}^{n} r^2.

(b) The number of rectangles of any size in a rectangle of size n×pn \times p (n<pn < p) is np(n+1)(p+1)4\frac{np (n + 1) (p + 1)}{4} & number of squares of any size is r=1n(n+1r)(p+1r)\sum_{r=1}^{n} (n + 1 - r) (p + 1 - r).

(c) If there are nn points in a plane of which m(<n)m (<n) are collinear:

(i) Total number of lines obtained by joining these points is nC2mC2+1n_{C_2} – m_{C_2} + 1

(ii) Total number of different triangles is nP3mP3n_{P_3} – m_{P_3}

(d) Maximum number of points of intersection of nn circles is nP2n_{P_2} and nn lines is nC2n_{C_2}.

Related Pages:\color{red} \bold{Related \space Pages:}
Monotonicity Formula Sheet
Tangent and Normal Formula Sheet
Vector operation Calculators
Vector Formula sheet

image
image
image
image
image
image
image
image
image
image