Bunuel
On Friday, four people sat one behind the other in a movie theater. How many ways are there to rearrange the order of the people for Saturday, so that no person is directly behind someone they were directly behind on Friday?
A. 8
B. 9
C. 10
D. 11
E. 12
This is a tricky one ...
Let's assume that A, B, C, and D have the following seating arrangement on Friday
A
B
C
D
B sit behind A, C sits behind B, and D sits behind C.
On Saturday
- B cannot sit behind A
- C cannot sit behind B
- D cannot sit behind C
All possible arrangements: The four people can sit in 4 ! ways, or 24 ways
Case 1: Let's assume B sits behind A
A
B
A & B can be considered a single unit, and we can have 3!, or 6 ways in which the four people can sit.
Case 2: Let's assume C sits behind B
B
C
B & C can be considered a single unit, and we can have 3!, or 6 ways in which the four people can sit.
Case 3: Let's assume D sits behind C
C
D
D & C can be considered a single unit, and we can have 3!, or 6 ways in which the four people can sit.
Hence, of the 24 possible arrangements, 6 * 3 = 18 are invalid.
However, we have double counted few cases which we need to add back
Cases to add back -
A. When B sits behind A and C sits behind BA
B
C
We have counted this situation in case 1 and case 2.
There are two ways the four friends can sit.
D
A
B
C
or
A
B
C
D
B. When C sits behind B and D sits behind CB
C
D
We have counted this situation in case 2 and case 3.
There are two ways the four friends can sit.
A
B
C
D
or
B
C
D
A
C. When B sits behind A and C sits behind DThere are two ways the four friends can sit.
A
B
C
D
or
C
D
A
B
As the case, A B C D is common across all three cases, we need to retain one of them (else we would be ignoring that case altogether)
24 - 18 + 6 - 1 = 24 - 13 = 11
Option D