Permutations and Combinations: Question 2

Syllabus 5.2

Structured AS 8 marks

Six friends (Priya, Quincy, Reyna, Soren, Tavita and Uche) stand in a row for a group photograph.

(a) Find the total number of different arrangements of the six friends in the row, with no restriction. [1]

(b) Reyna and Soren want to stand next to each other. Find the number of different arrangements in which Reyna and Soren stand next to each other. [3]

(c) Find the number of different arrangements in which Reyna and Soren do not stand next to each other. [2]

(d) Find the number of different arrangements in which Tavita stands at one of the two ends of the row (with no restriction on the other five friends). [2]

Show worked solution Hide worked solution

Worked solution

Part (a): No restriction

There are 66 distinct friends to arrange in 66 positions in a row, so the number of arrangements is

6!=6×5×4×3×2×1=720.6! = 6\times5\times4\times3\times2\times1 = 720.

Part (b): Reyna and Soren together (block method)

Since Reyna and Soren must be next to each other, glue them together into a single “block”. This leaves 55 objects to arrange in a row: the [Reyna–Soren] block together with the other 44 friends (Priya, Quincy, Tavita, Uche).

5!=120 ways to arrange the 5 objects.5! = 120 \text{ ways to arrange the } 5 \text{ objects.}

Within the block, Reyna and Soren can swap places (2!=22!=2 ways: Reyna-then-Soren, or Soren-then-Reyna):

5!×2!=120×2=240.5!\times2! = 120\times2 = 240.

Check (direct position-counting): in a row of 66 seats, the adjacent seat-pairs are (1,2),(2,3),(3,4),(4,5),(5,6)(1,2),(2,3),(3,4),(4,5),(5,6), that’s 55 adjacent pairs. For each pair, Reyna and Soren can sit in 22 orders, and the other 44 friends fill the remaining 44 seats in 4!=244!=24 ways: 5×2×24=240.5\times2\times24 = 240. Both methods agree: 240240.

Part (c): Reyna and Soren not together (complement)

The arrangements where Reyna and Soren are not next to each other are exactly the total arrangements minus the ones where they are next to each other (from part (b)):

720240=480.720 - 240 = 480.

Check (direct counting): the number of ways to place two distinct people (Reyna, Soren, in order) into 66 seats is 6P2=6×5=30^6P_2 = 6\times5=30. Of these, the adjacent placements found in part (b)‘s check are 5×2=105\times2=10. So non-adjacent placements of the pair number 3010=2030-10=20. The remaining 44 friends fill the other 44 seats in 4!=244!=24 ways: 20×24=480.20\times24 = 480. Both methods agree: 480480.

Part (d): Tavita at one of the two ends

There are 22 choices for which end Tavita occupies (the front of the row or the back of the row). Once Tavita’s seat is fixed, the other 55 friends fill the remaining 55 seats in 5!5! ways:

2×5!=2×120=240.2\times5! = 2\times120 = 240.

Check (split into the two cases): if Tavita is at the front seat, the other 55 friends fill the remaining 55 seats in 5!=1205!=120 ways; if Tavita is at the back seat, likewise 5!=1205!=120 ways. These two cases can’t both happen at once, so they simply add: 120+120=240.120+120 = 240. Both methods agree: 240240.

Final answers

  • (a) Total arrangements =720= \boxed{720}
  • (b) Reyna and Soren together =240= \boxed{240}
  • (c) Reyna and Soren not together =480= \boxed{480}
  • (d) Tavita at one of the two ends =240= \boxed{240}