Difficulty: Hard
Correct Answer: 2 x 12C6 x (6!)2
Explanation:
Introduction / Context:We must assign series labels A/B to seats so that horizontally adjacent seats alternate (no identical side-by-side) while vertically aligned seats share the same series. This forces an ABABAB pattern across each row, with columns matched between rows. Then we assign specific students to A-labeled positions and B-labeled positions, respectively.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Series pattern choices = 2 (start with A or B)Choose A-students: C(12,6)Permute A-students among 6 A-seats: 6!Permute B-students among 6 B-seats: 6!Total ways = 2 * C(12,6) * 6! * 6!Verification / Alternative check:Any alternative series layout violating AB alternation would create a horizontal clash. With columns locked to a single series, exactly two alternating templates exist, confirming the 2 factor.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:2 x 12C6 x (6!)2
Discussion & Comments