Question
Question: The maximum number of permutations of 2n letters in which there are only a's and b's, taken all at a...
The maximum number of permutations of 2n letters in which there are only a's and b's, taken all at a time given by :

A
2nCn
B
12⋅26⋅310...n−14n−6⋅n4n−2
C
1n+1⋅2n+2⋅3n+3⋅4n+4...n−12n−1⋅n2n
D
n!2n.[1.3.5..........(2n−3)(2n−1)]
Answer
(n2n)
Explanation
Solution
If we want as many distinct arrangements as possible, we should use the same number of a’s and b’s (because if the counts are very different, the number of arrangements given by the multinomial coefficient is lower). Thus, we take n a’s and n b’s. The number of distinct arrangements is
(n2n),which is exactly option (A).