Question

How many ways can CROCODILE letters be split into three groups of three with the Cs separated?

Original question: (d) Find the number of ways in which the 9 letters in the word CROCODILE can be divided into three groups, each containing three letters, if the two Cs must be in different groups. [3]

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is a partition-counting problem with a constraint on the two repeated C’s. The key is to count the arrangements of the 9 letter positions into 3 groups of 3, while forcing the two C’s into different groups.

We are dividing the 9 letter positions in CROCODILE into three groups of 3, and the two C’s must be in different groups.

Step 1: Count all partitions into 3 groups of 3

For 9 distinct letter positions, the number of ways to split them into 3 unlabeled groups of 3 is

9!(3!)33!=280.\frac{9!}{(3!)^3\,3!}=280.

Step 2: Count the partitions where the two C’s are in the same group

It is easier to use the complement.

If the two C’s are together, choose the other 1 letter to join them:

(71)=7\binom{7}{1}=7

Now the remaining 6 letters must be split into 2 groups of 3:

6!(3!)22!=10\frac{6!}{(3!)^2\,2!}=10

So the number with the two C’s together is

7×10=70.7\times 10=70.

Step 3: Subtract

Hence the number of ways with the two C’s in different groups is

28070=210.280-70=210.


Pitfalls the pros know 👇 The biggest trap is forgetting that the three groups are usually unlabeled. If you count them as labeled first, you must divide by 3!3! at the end. Another common miss is treating the two C’s as if they were already forced apart without checking the complementary case.

What if the problem changes? If the groups were labeled, the count would be larger: the same condition would give 12601260 labeled arrangements. If the requirement changed to “the two C’s must be in the same group,” the answer would be the complement, 7070.

Tags: set partitions, combinations, complement counting

FAQ

How many ways can CROCODILE be divided into three groups of three if the two C’s are in different groups?

Using partition counting, the number of valid divisions is 210.

Should the three groups be treated as labeled or unlabeled?

In standard wording, the groups are unlabeled unless the question says otherwise, so you divide by 3! after arranging the 9 letters into equal groups.

chat