Permutations and Combinations: Question 9

Syllabus 5.2

Structured AS 6 marks

Consider the 99 letters of the word ADDRESSES.

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

(b) Find the number of different arrangements of these 99 letters in which the three Ss are next to each other. [3]

(c) Find the number of different arrangements of these 99 letters that start with the letter A. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Total arrangements of the 9 letters

The word ADDRESSES has 99 letters: A, D, D, R, E, S, S, E, S. Reading off the letter counts: D appears 22 times, E appears 22 times, S appears 33 times, and A, R each appear once.

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

9!2!2!3!=3628802×2×6=36288024=15120.\frac{9!}{2!\,2!\,3!} = \frac{362880}{2\times2\times6} = \frac{362880}{24} = 15120.

Check (positions method): choose which 33 of the 99 positions hold an S: (93)=84\binom{9}{3}=84. From the remaining 66 positions, choose which 22 hold a D: (62)=15\binom{6}{2}=15. From the remaining 44 positions, choose which 22 hold an E: (42)=6\binom{4}{2}=6. The last 22 positions take the distinct letters A, R in either of 2!=22!=2 orders. 84×15×6×2=15120.84\times15\times6\times2 = 15120. Both methods agree: 1512015120.

Part (b): The three Ss together (block method)

Glue the three Ss into a single block, SSS. Because the three Ss are identical, there is no extra factor for “ordering inside the block”, any rearrangement of the Ss inside it looks the same.

This leaves 77 objects to arrange: the block SSS, together with A, D, D, R, E, E (that’s 66 single letters ++ 11 block =7=7 objects). Among these, D still repeats twice and E still repeats twice:

7!2!2!=50404=1260.\frac{7!}{2!\,2!} = \frac{5040}{4} = 1260.

Check (proportion argument): among all (93)=84\binom{9}{3}=84 ways to choose the 33 (identical) positions for the three Ss out of 99 slots, the number of ways that give 33 consecutive positions is 77 (the runs (1,2,3),(2,3,4),,(7,8,9)(1,2,3),(2,3,4),\ldots,(7,8,9)). So the fraction of arrangements with the Ss all together should be 784=112\frac{7}{84}=\frac{1}{12}. Checking against part (a)‘s total: 15120×112=1260.15120\times\frac{1}{12} = 1260. Both methods agree: 12601260.

Part (c): Arrangements starting with A

Fix A in the first position. This leaves the other 88 letters (D, D, R, E, S, S, E, S) to arrange in the remaining 88 positions, where D still repeats twice, E still repeats twice, and S still repeats three times:

8!2!2!3!=4032024=1680.\frac{8!}{2!\,2!\,3!} = \frac{40320}{24} = 1680.

Check (proportion argument): A occupies exactly 11 of the 99 letter-slots overall, and since A is not repeated, by symmetry A is equally likely to sit in any of the 99 positions across all arrangements from part (a). So the fraction of arrangements with A first is 19\frac{1}{9}: 15120×19=1680.15120\times\frac{1}{9} = 1680. Both methods agree: 16801680.

Final answers

  • (a) Total arrangements =15120= \boxed{15120}
  • (b) The three Ss together =1260= \boxed{1260}
  • (c) Starting with A =1680= \boxed{1680}