Math Lab
Home/Class XI/Ch 6/Permutations with repetition and identical objects

Permutations with repetition and identical objects

So far we have arranged distinct objects with no repetition. Two important variants change the count.

Case 1: Repetition allowed

If we want a sequence of length rr from nn distinct items, with each position chosen independently (repetition allowed), then by the multiplication principle: Number of sequences=nr.\boxed{\text{Number of sequences} = n^r.}

Example: 33-digit codes from digits 0099 (repetition allowed): 103=100010^3 = 1000.

Case 2: Identical objects

If some of the nn objects are identical, then permutations that swap them are not really distinct. The corrected count is n!n1!n2!nk!\boxed{\dfrac{n!}{n_1!\,n_2!\,\cdots\,n_k!}} where n1,n2,,nkn_1, n_2, \dots, n_k are the multiplicities (how many of each kind), with n1+n2++nk=nn_1 + n_2 + \dots + n_k = n.

This is the multinomial coefficient (nn1,n2,,nk)\binom{n}{n_1, n_2, \dots, n_k}.

Derivation of the identical-objects formula

Suppose all nn objects were treated as distinct: total arrangements =n!= n!. Now collapse the n1n_1 objects of type 1: each true arrangement gets overcounted by n1!n_1! (the orderings of those n1n_1 identical objects among themselves don't matter). Similarly for type 2, etc. Divide: True count=n!n1!n2!nk!.\qed\text{True count} = \dfrac{n!}{n_1! \cdot n_2! \cdots n_k!}. \qed

Case 3: Circular arrangements

When nn distinct objects are arranged in a circle (e.g. around a round table), only the relative positions matter , rotating the whole circle gives the same arrangement. So we fix one object and arrange the remaining n1n - 1: Circular permutations of n=(n1)!.\text{Circular permutations of } n = (n - 1)!.

If we also identify reflections (e.g. for a necklace), divide by 22: (n1)!/2(n - 1)!/2.

Worked examples

Example 1. How many license plates of three letters followed by four digits are there, with repetition allowed?

Letters: 263=17,57626^3 = 17{,}576. Digits: 104=10,00010^4 = 10{,}000. Total: 263104=175,760,00026^3 \cdot 10^4 = 175{,}760{,}000.

Example 2. How many arrangements of the letters of the word MISSISSIPPI?

Letters: M(1),I(4),S(4),P(2)M(1), I(4), S(4), P(2). Total letters: 1111. 11!1!4!4!2!=39,916,80024242=39,916,8001152=34,650.\dfrac{11!}{1! \cdot 4! \cdot 4! \cdot 2!} = \dfrac{39{,}916{,}800}{24 \cdot 24 \cdot 2} = \dfrac{39{,}916{,}800}{1152} = 34{,}650.

Example 3. How many ways can 66 people sit around a round table?

Circular permutations: (61)!=120(6 - 1)! = 120.

Example 4. How many words can be formed from the letters of BANANA so that the two NN's are always together?

Glue NNNN as a block. Letters to arrange: B,A,A,A,NNB, A, A, A, NN , 55 objects with AA's repeating. 5!3!=20.\dfrac{5!}{3!} = 20.

Example 5 (harder). How many ways can 77 beads of 33 different colours (e.g. 33 red, 22 green, 22 blue) be strung in a circular necklace? (Reflections identified.)

If beads were distinguishable: (71)!/2=360(7 - 1)!/2 = 360.

With identical beads, we cannot simply divide by repetitions because rotation/reflection interact non-trivially with identical beads. The correct count uses Burnside's lemma, beyond Class-XI scope. In a typical Class-XI problem you would take the beads as distinguishable.

If the beads are distinguishable, the answer is 6!2=360\dfrac{6!}{2} = 360.

If we just count distinct linear arrangements with identical beads: 7!3!2!2!=210\dfrac{7!}{3! \cdot 2! \cdot 2!} = 210. Circular (without reflection): 2107=30\dfrac{210}{7} = 30.

(Class XI problems typically stop at the simpler cases.)

Try it yourself

  1. How many 55-letter words can be formed from AAZZ with repetition allowed?
  2. How many distinct arrangements of the letters of LEVEL?
  3. How many distinct arrangements of STATISTICS?
  4. How many ways can 55 persons sit around a round table?
  5. How many ways can 44 men and 44 women sit around a circular table, alternating?
  6. How many 44-digit even numbers with digits from 0099 (repetition allowed)?
  7. How many arrangements of "PENCIL" have the two vowels together?
  8. How many distinct arrangements of "INDEPENDENCE"?
  9. How many garlands can be made from 77 different flowers? (Circular with reflection.)
  10. How many three-letter strings using A,B,C,D,EA, B, C, D, E allow letter repetition?
  11. How many arrangements of "ALLAHABAD" have the vowels in odd places?
  12. Find the number of arrangements of a,b,c,d,e,f,ga, b, c, d, e, f, g in which a,c,ea, c, e appear in that relative order.

Pitfalls / Tricks

  • For identical objects, divide by n1!n2!n_1! \cdot n_2! \cdots. Forgetting to do this multiplies your answer by a factorial.
  • For circular permutations of nn distinct objects, the count is (n1)!(n - 1)!, not n!n!. The n!n! overcounts by a factor of nn (one rotation for each starting position).
  • Necklaces vs round tables: necklaces identify reflections (divide by 22), tables don't.
  • Insight. Repetition allowed and identical objects are opposites: repetition allowed expands the count (to nrn^r), while identical objects contract it (divide by factorials). Apply the right one to your problem.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Repetition and identical
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6