Difficulty: Hard
Correct Answer: 50400
Explanation:
Problem restatement
Arrange 'CORPORATION' with all vowels in a single block. Account carefully for repeated letters.
Given data
Concept/Approach
Treat the 5 vowels as a single block [V]. First, arrange the 7 items: [V] plus the 6 consonants (with R repeated). Then multiply by the internal arrangements of the vowels (with 3 O's repeated).
Step-by-step calculation
Arrange 7 items: [V], C, R, R, P, T, N ⇒ 7! / 2! (for the two R's) = 5040 / 2 = 2520 Arrange vowels inside [V]: 5! / 3! (for three O's) = 120 / 6 = 20 Total arrangements = 2520 × 20 = 50400
Verification/Alternative
Check counts: total letters 11; grouping vowels reduces to 7 items; duplicated R's and O's appropriately handled by dividing by factorials of repeats.
Common pitfalls
Final Answer
50400
Discussion & Comments