Difficulty: Medium
Correct Answer: 480
Explanation:
Introduction / Context:
To count arrangements where two specified people are not adjacent, use total permutations minus the arrangements where they are together (treated as a block) times their internal swaps.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Gap method (place 4 others, count gaps for A and M) yields the same 480 result, confirming correctness.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
480
Discussion & Comments