Difficulty: Medium
Correct Answer: 120
Explanation:
Introduction / Context:
We have five distinct titles with multiple identical copies per title: two titles have 3 copies each, three titles have 2 copies each. Since identical copies within a title are indistinguishable and must be kept together, each title forms a single block on the shelf.
Given Data / Assumptions:
Concept / Approach:
Treat each title as one block. Then we simply arrange 5 distinct blocks on the shelf.
Step-by-Step Solution:
Verification / Alternative check:
Alternative reasoning confirms that any reordering within a block of identical copies is not distinguishable and thus does not increase the count.
Why Other Options Are Wrong:
180, 160, 140 imply extra (nonexistent) internal permutations or incorrect block counts.
Common Pitfalls:
Treating identical copies as distinct (which would erroneously multiply the count).
Final Answer:
120
Discussion & Comments