Permutations and Combinations: Question 3

Syllabus 5.2

Structured AS 7 marks

Consider the 1010 letters of the word BOOKKEEPER.

(a) Find the number of different arrangements of these 1010 letters. [1]

(b) Find the number of different arrangements of these 1010 letters in which the two Ks are next to each other. [4]

(c) Find the number of different arrangements of these 1010 letters in which the two Ks are not next to each other. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Total arrangements of the 10 letters

The word BOOKKEEPER has 1010 letters: B, O, O, K, K, E, E, E, P, R. Reading off the letter counts: O appears 22 times, K appears 22 times, E appears 33 times, and B, P, R each appear once.

If all 1010 letters were different, there would be 10!10! arrangements. Since swapping identical letters with each other doesn’t create a new arrangement, divide by the factorial of each repeated count:

10!2!2!3!=36288002×2×6=362880024=151200.\frac{10!}{2!\,2!\,3!} = \frac{3628800}{2\times2\times6} = \frac{3628800}{24} = 151200.

Check (positions method): choose which 33 of the 1010 positions hold an E: (103)=120\binom{10}{3}=120. From the remaining 77 positions, choose which 22 hold an O: (72)=21\binom{7}{2}=21. From the remaining 55 positions, choose which 22 hold a K: (52)=10\binom{5}{2}=10. The last 33 positions take the distinct letters B, P, R in any of 3!=63!=6 orders. 120×21×10×6=151200.120\times21\times10\times6 = 151200. Both methods agree: 151200151200.

Part (b): The two Ks together (block method)

Glue the two Ks into a single block, KK. Because the two Ks are identical, there is no extra factor for “ordering inside the block”. Swapping them gives the same block.

This leaves 99 objects to arrange: the block KK, together with B, O, O, E, E, E, P, R (that’s 88 single letters ++ 11 block =9=9 objects). Among these, O still repeats twice and E still repeats three times:

9!2!3!=3628802×6=36288012=30240.\frac{9!}{2!\,3!} = \frac{362880}{2\times6} = \frac{362880}{12} = 30240.

Check (proportion argument): among all (102)=45\binom{10}{2}=45 ways to choose the 22 (identical) positions for the two Ks out of 1010 slots, the number of ways that give adjacent positions is 99 (the pairs (1,2),(2,3),,(9,10)(1,2),(2,3),\ldots,(9,10)). So the fraction of arrangements with the Ks adjacent should be 945=15\frac{9}{45}=\frac{1}{5}. Checking against part (a)‘s total: 151200×15=30240.151200\times\frac{1}{5} = 30240. Both methods agree: 3024030240.

Part (c): The two Ks not together (complement)

The arrangements with the Ks not adjacent are the total from part (a) minus the “together” arrangements from part (b):

15120030240=120960.151200 - 30240 = 120960.

Check (gap method): first arrange the 88 non-K letters (B, O, O, E, E, E, P, R), which has 8!2!3!=4032012=3360\dfrac{8!}{2!\,3!}=\dfrac{40320}{12}=3360 arrangements. This creates 99 gaps (one before, one after, and one between each pair of these 88 letters) into which the 22 identical Ks can be placed so they are never adjacent to each other. Choosing 22 of these 99 gaps: (92)=36\binom{9}{2}=36. 3360×36=120960.3360\times36 = 120960. Both methods agree: 120960120960.

Final answers

  • (a) Total arrangements =151200= \boxed{151200}
  • (b) The two Ks together =30240= \boxed{30240}
  • (c) The two Ks not together =120960= \boxed{120960}