The Factorial

Products like 4×3×2×14 \times 3 \times 2 \times 1 appear so often in counting that they get their own symbol:

Key Point (Definition): n!=1×2×3××nn! = 1 \times 2 \times 3 \times \cdots \times n for a natural number nn, with the convention 0!=10! = 1. Immediately, n!=n×(n1)!n! = n \times (n-1)!.

Factorial definition values and manipulation rules card

The working skills:

  • Cancel tails, never expand: 7!5!=7×6=42\frac{7!}{5!} = 7 \times 6 = 42; 12!10!2!=12×112=66\frac{12!}{10!\,2!} = \frac{12 \times 11}{2} = 66.
  • Factor out the smaller factorial: 7!5!=5!(7×61)=41×5!=49207! - 5! = 5!(7 \times 6 - 1) = 41 \times 5! = 4920.
  • Equations with factorials: from 18!+19!=x10!\frac{1}{8!} + \frac{1}{9!} = \frac{x}{10!}, multiply through by 10!10!: 10×9+10=x10 \times 9 + 10 = x, so x=100x = 100.

[Board Tip] 3!+4!7!3! + 4! \ne 7! (it is 6+24=306 + 24 = 30, while 7!=50407! = 5040) — factorials do not add, multiply or distribute like ordinary powers. Exam setters plant this trap deliberately.

Permutations and the Formula for nPr^nP_r

A permutation is an arrangement in a definite order of a number of objects taken some or all at a time. The 24 ROSE words are the permutations of 4 different letters taken all at a time.

Vacant places derivation of the nPr formula

Key Point (Theorems 1-2): The number of permutations of nn different objects taken rr at a time is

nPr=n(n1)(n2)(nr+1)=n!(nr)!,0rn^nP_r = n(n-1)(n-2)\cdots(n-r+1) = \frac{n!}{(n-r)!}, \quad 0 \le r \le n

when repetition is not allowed — and nrn^r when repetition is allowed.

The derivation is the vacant-places method run in general: the first place has nn choices, the next n1n - 1, down to nr+1n - r + 1 for the rr-th place; multiplying and rewriting the product as a quotient of factorials gives the formula. Special values: nPn=n!^nP_n = n!, nP1=n^nP_1 = n, nP0=1^nP_0 = 1.

Quick illustrations: 3-letter words from NUMBER =6P3=120= {^6P_3} = 120 (with repetition: 63=2166^3 = 216); a Chairman and Vice-Chairman from 12 people =12P2=132= {^{12}P_2} = 132 — order matters because the posts differ.

[JEE Tip] Equations in nPr^nP_r reduce to polynomial equations after cancelling common factors — e.g. nP5=42nP3^nP_5 = 42\,{^nP_3} gives (n3)(n4)=42(n-3)(n-4) = 42, so n=10n = 10. Always discard roots that violate nrn \ge r or negativity — the algebra offers them, the counting rejects them.

Solved Examples

Example 1: Evaluate

Evaluate (i) 5!5! (ii) 7!7! (iii) 7!5!7! - 5!.

Solution:

Step 1 — (i) and (ii) by the definition. 5!=1205! = 120 and 7!=50407! = 5040.

Step 2 — (iii) Factor out the smaller factorial. 7!5!=5!(7×61)=5!×417! - 5! = 5!(7 \times 6 - 1) = 5! \times 41.

Step 3 — Evaluate. 120×41=4920120 \times 41 = 4920 (or directly 50401205040 - 120).

Takeaway: Factor the smaller factorial out of sums and differences — never expand both.

Example 2: Compute quotients

Compute (i) 7!5!\frac{7!}{5!} (ii) 12!10!2!\frac{12!}{10!\,2!}.

Solution:

Step 1 — (i) Cancel the common tail. 7!5!=7×6=42\frac{7!}{5!} = 7 \times 6 = 42.

Step 2 — (ii) Cancel, then divide. 12!10!2!=12×112=66\frac{12!}{10!\,2!} = \frac{12 \times 11}{2} = 66.

Takeaway: Quotients of factorials are falling products — expansion is never needed.

Example 3: The shape of nCr^nC_r

Evaluate n!r!(nr)!\frac{n!}{r!\,(n-r)!} for n=5n = 5, r=2r = 2.

Solution:

Step 1 — Substitute. 5!2!3!\frac{5!}{2!\,3!}.

Step 2 — Cancel the 3! tail. 5×42!=202=10\frac{5 \times 4}{2!} = \frac{20}{2} = 10.

Takeaway: This expression is the combination count 5C2^5C_2 — the formula arrives before its name.

Example 4: Factorial equation

If 18!+19!=x10!\frac{1}{8!} + \frac{1}{9!} = \frac{x}{10!}, find xx.

Solution:

Step 1 — Multiply through by 10!10!. 10!8!+10!9!=x\frac{10!}{8!} + \frac{10!}{9!} = x.

Step 2 — Cancel each quotient. 10×9+10=90+1010 \times 9 + 10 = 90 + 10.

Step 3 — Conclude. x=100x = 100.

Takeaway: Clearing by the LARGEST factorial turns the equation into simple arithmetic.

Example 5: Same trick again

If 16!+17!=x8!\frac{1}{6!} + \frac{1}{7!} = \frac{x}{8!}, find xx.

Solution:

Step 1 — Multiply by 8!8!. 8!6!+8!7!=x\frac{8!}{6!} + \frac{8!}{7!} = x.

Step 2 — Evaluate. 8×7+8=56+8=648 \times 7 + 8 = 56 + 8 = 64, so x=64x = 64.

Takeaway: The same clearing move works for any such pair of consecutive reciprocals.

Example 6: Evaluate n!(nr)!\frac{n!}{(n-r)!}

Evaluate n!(nr)!\frac{n!}{(n-r)!} when (i) n=6,r=2n = 6, r = 2 (ii) n=9,r=5n = 9, r = 5.

Solution:

Step 1 — (i) Two falling factors. 6!4!=6×5=30\frac{6!}{4!} = 6 \times 5 = 30.

Step 2 — (ii) Five falling factors. 9!4!=9×8×7×6×5=15120\frac{9!}{4!} = 9 \times 8 \times 7 \times 6 \times 5 = 15120.

Takeaway: n!(nr)!\frac{n!}{(n-r)!} is a product of exactly r falling factors starting at n — the permutation formula in the making.

Example 7: NUMBER words

How many 3-letter words (with or without meaning) can be formed from the letters of NUMBER (i) without repetition (ii) with repetition?

Solution:

Step 1 — (i) Apply the permutation formula. NUMBER has 6 distinct letters: 6P3=6×5×4=120^6P_3 = 6 \times 5 \times 4 = 120.

Step 2 — (ii) With repetition every place stays full. 63=2166^3 = 216.

Takeaway: Same six letters, two settings — the repetition clause switches between nPr^nP_r and nrn^r.

Example 8: Two posts

In how many ways can a Chairman and a Vice-Chairman be chosen from 12 persons, no person holding both posts?

Solution:

Step 1 — Recognise that order matters. The posts are DIFFERENT — (A chair, B vice) is not (B chair, A vice).

Step 2 — Apply the formula. 12P2=12×11=132^{12}P_2 = 12 \times 11 = 132.

Step 3 — Contrast. Choosing an unordered pair of equal committee members would be 1322=66\frac{132}{2} = 66 — the permutation-combination divide previewed.

Takeaway: Distinct posts = ordered arrangement; identical roles = unordered selection.

Example 9: Solve for nn

Find nn such that (i) nP5=42nP3^nP_5 = 42\,{^nP_3}, n>4n > 4 (ii) nP4n1P4=53\frac{^nP_4}{^{n-1}P_4} = \frac{5}{3}, n>4n > 4.

Solution:

Step 1 — (i) Write both sides as falling products. n(n1)(n2)(n3)(n4)=42n(n1)(n2)n(n-1)(n-2)(n-3)(n-4) = 42\,n(n-1)(n-2).

Step 2 — Cancel the common non-zero factors. (n3)(n4)=42(n-3)(n-4) = 42.

Step 3 — Solve the quadratic. n27n30=0n^2 - 7n - 30 = 0 gives (n10)(n+3)=0(n - 10)(n + 3) = 0: n=10n = 10 (reject 3-3 — counts cannot be negative).

Step 4 — (ii) Same strategy. 3n(n1)(n2)(n3)=5(n1)(n2)(n3)(n4)3n(n-1)(n-2)(n-3) = 5(n-1)(n-2)(n-3)(n-4); cancelling gives 3n=5(n4)3n = 5(n-4), so 2n=202n = 20, n=10n = 10.

Takeaway: Cancel the shared falling factors first; the leftover equation is tiny. Discard roots the counting context forbids.

Example 10: Solve for rr

Find rr if 54Pr=65Pr15\,{^4P_r} = 6\,{^5P_{r-1}}.

Solution:

Step 1 — Write in factorial form. 54!(4r)!=65!(6r)!5 \cdot \frac{4!}{(4-r)!} = 6 \cdot \frac{5!}{(6-r)!}.

Step 2 — Expand the larger denominator. (6r)!=(6r)(5r)(4r)!(6-r)! = (6-r)(5-r)(4-r)!, so the equation collapses to (6r)(5r)=6(6-r)(5-r) = 6.

Step 3 — Solve. r211r+24=0r^2 - 11r + 24 = 0 gives r=3r = 3 or r=8r = 8.

Step 4 — Domain check. The symbols need r4r \le 4 and r15r - 1 \le 5: only r=3r = 3 survives.

Takeaway: The algebra offers extra roots; the symbol domains (0rn0 \le r \le n) reject them.

Example 11: A ratio

Find nn if n1P3:nP4=1:9^{n-1}P_3 : {^nP_4} = 1 : 9.

Solution:

Step 1 — Relate the two symbols. nP4=n(n1)(n2)(n3)=nn1P3^nP_4 = n(n-1)(n-2)(n-3) = n \cdot {^{n-1}P_3}.

Step 2 — Form the ratio. n1P3nP4=1n=19\frac{^{n-1}P_3}{^nP_4} = \frac{1}{n} = \frac{1}{9}.

Step 3 — Conclude. n=9n = 9.

Takeaway: Spotting the one-factor relationship nP4=nn1P3^nP_4 = n \cdot {^{n-1}P_3} makes this a one-liner.

Example 12: Two little equations

Find rr if (i) 5Pr=26Pr1^5P_r = 2\,{^6P_{r-1}} (ii) 5Pr=6Pr1^5P_r = {^6P_{r-1}}.

Solution:

Step 1 — (i) Factorial form and collapse. 5!(5r)!=26!(7r)!\frac{5!}{(5-r)!} = \frac{2 \cdot 6!}{(7-r)!}; with (7r)!=(7r)(6r)(5r)!(7-r)! = (7-r)(6-r)(5-r)!: (7r)(6r)=12(7-r)(6-r) = 12.

Step 2 — Solve and check. r213r+30=0r^2 - 13r + 30 = 0 gives r=10r = 10 or r=3r = 3; domain r5r \le 5 keeps r=3r = 3.

Step 3 — (ii) Same route. (7r)(6r)=6(7-r)(6-r) = 6 gives r213r+36=0r^2 - 13r + 36 = 0: r=9r = 9 or r=4r = 4; domain keeps r=4r = 4.

Takeaway: Both parts ride the same expansion (7r)!=(7r)(6r)(5r)!(7-r)! = (7-r)(6-r)(5-r)! — set it up once, reuse it.