MHB How many different ways can you group these letters into groups of 4, 4 and 6?

  • Thread starter Thread starter Jameson
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the number of ways to group the letters from the phrase "MATH HELP BOARDS" into groups of 4, 4, and 6. The total number of letters is 14, with two letters (A's and H's) repeating. If permutations of identical groups are considered, the solution yields 21,794,572,800 ways to arrange the letters. If identical groups are not counted, a different combinatorial approach is used, involving binomial coefficients. The ambiguity regarding whether to count permutations of the same group significantly affects the final answer.
Jameson
Insights Author
Gold Member
MHB
Messages
4,533
Reaction score
13
MATH HELP BOARDS

is three words. The first word contains 4 letters, the second 4 letters and the third 6 letters. How many different ways can you group these letters into groups of 4, 4 and 6?

--------------------

 
Physics news on Phys.org
Congratulations to the following members for their correct solutions:

1) Sudharaka

Solution (from Sudharaka):

[sp]This problem is unfortunately ambiguous. I didn't specify if permutations of the same group count or not. If they do count, then here is Sudharaka's solution.
--------
Altogether there are 14 letters and there are two A's, two H's. All the other letters occur only once. If there are 14 different letters then there are \(14!\) different permutations. Let \(N\) be the number of permutations considering the repetitions of letters. For each permutation the two A's can be interchanged. Similarly the two H's can also be interchanged. Therefore,

\[2!\times 2!\times N=14!\]

\[\Rightarrow N=\frac{14!}{2!\times 2!}=21794572800\]

Finally each permutation above can be grouped into three groups of 4, 4, 6 letters. Hence the number of ways that the letters can be formed into the three groups of 4, 4, 6 letters is also, \(21794572800\).
--------
If permutations of the same group don't count, then the solution is:

[math]\frac{ \binom{14}{4} \binom{10}{4} \binom{6}{6}}{2! 2!}[/math] [/sp]
 
Back
Top