An art gallery manager is arranging 6 unique paintings side by side in a single line on a display wall. Two specific paintings created by the same artist must be placed directly next to each other. How many different line arrangements of the 6 paintings are possible?
Answer: 240 arrangements
Answer
The total number of different line arrangements is 240.
To satisfy the constraint that two specific paintings must be adjacent, treat them as a single combined block. This reduces the problem to arranging 5 items (the single block plus the other 4 paintings), which can be ordered in 5! = 120 ways. Within the block, the two paintings can be ordered in 2! = 2 ways. Applying the Fundamental Counting Principle gives 120 * 2 = 240 distinct arrangements.
Step-by-Step Solution
Key Concept
Permutations with Restrictions (Grouped Elements)
Estimated Time:1m 15s