Arrangement permutations with positional constraints between two letters
Question
The letters A, B, C, D and E are arranged in such a way that there are exactly two letters between A and E. How many such arrangements are possible?
Options
12
18
24
36
Explanation
We have 5 slots: `_ _ _ _ _`. To have exactly two letters between A and E, their positions are fixed to specific structural pairs. The possible index placements (1-based) for the pair (A, E) are:
Since A and E can also swap places (E before A), this gives 2 × 2 = 4 fixed layout patterns for the boundary letters.
For each of these 4 patterns, the remaining 3 empty slots must be filled by the remaining 3 letters (B, C, D). Number of ways to arrange them = 3! = 6 ways.
Total possible arrangements = ⟨MATH⟩4 patterns × 6 arrangements = 24⟨/MATH⟩.
Answer: (c).
Question details
Year
2022
Paper
CSAT
Question
Q24
Section
Logical & Analytical Reasoning
Sub-topic
Arrangements
Type
Factual single
Difficulty
Medium
Source hint
Letters A, B, C, D, E with exactly two letters between A and E
See all questions on Arrangements
Browse every tagged question across all years