Question

How many 4-letter selections from CROCODILE have different numbers of C and O letters?

Original question: (c) Four letters are selected from the 9 letters in the word CROCODILE.

Find the number of selections in which the number of Cs is not the same as the number of Os. [3]

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This is a neat counting problem with repeated letters. The clean way is to count the opposite case first: selections where the number of C’s equals the number of O’s, then subtract from the total.

Treat the two C’s and two O’s in CROCODILE as available letter positions.

1) Count all 4-letter selections

There are 9 letter positions, so the total number of ways to choose 4 is

(94)=126.\binom{9}{4}=126.

2) Count selections where the number of C’s equals the number of O’s

Let the common number be kk.

  • Case k=0k=0: choose all 4 letters from the other 5 letters. (54)=5\binom{5}{4}=5

  • Case k=1k=1: choose 1 of the 2 C’s, 1 of the 2 O’s, and 2 of the other 5 letters. (21)(21)(52)=2210=40\binom{2}{1}\binom{2}{1}\binom{5}{2}=2\cdot2\cdot10=40

  • Case k=2k=2: choose both C’s and both O’s. (22)(22)=1\binom{2}{2}\binom{2}{2}=1

So the number with equal C’s and O’s is

5+40+1=46.5+40+1=46.

3) Subtract

Therefore, the number of selections in which the number of C’s is not the same as the number of O’s is

12646=80.126-46=80.


Pitfalls the pros know 👇 A common slip is to count only the four chosen letters without respecting the repeated C’s and O’s. Another easy mistake is forgetting the k=2k=2 case, where both C’s and both O’s are selected. If the letters are treated as indistinguishable, the count changes, so you need to match the wording used in the question.

What if the problem changes? If the question were changed to “the number of C’s is the same as the number of O’s,” the answer would be the complement, 4646. If the selection size changed from 4 to 5, you would repeat the same strategy: split into cases by the common number of C’s and O’s, then subtract from the total.

Tags: combinations, repeated letters, complement counting

FAQ

How do I count 4-letter selections from CROCODILE when the number of C’s is not the same as the number of O’s?

Count all 4-letter selections from the 9 letter positions, then subtract the selections where the numbers of C’s and O’s are equal. The result is 80.

Why use the complement method here?

It is easier to count the smaller set of selections with equal numbers of C’s and O’s, then subtract from the total number of 4-letter selections.

chat