The Art of Counting
Unraveling DISTRIBUTION
Imagine you are a cryptographer tasked with decoding a message. You are given the word 'DISTRIBUTION' and asked to form new words of length 4.
It sounds simple, but the moment you look at the letters, you realize this is not just a simple counting exercise—it is a puzzle of symmetry and repetition.
Phase 1
The Inventory
Before we touch a single formula, we must understand our raw materials. We have the word 'DISTRIBUTION'. Let us count our inventory:
- 'I' appears 3 times.
- 'T' appears 2 times.
- 'D', 'S', 'R', 'B', 'U', 'O', 'N' each appear 1 time.
In total, we have 12 letters, but only 9 distinct types of letters. This is the crucial realization. If we treat all letters as distinct, we will fall into the trap of overcounting; we must be systematic.
Phase 2
The Four Pillars of Selection
Since we are picking 4 letters, we must categorize our selection based on the patterns of repetition. We have four mutually exclusive cases:
Case 1: 3 Alike, 1 Different
We need a triplet. Only 'I' has 3 copies, so we select the triplet in (11) way. We need one more letter from the remaining 8 distinct types, which is (18) ways.
The arrangement is given by:
3!4!=4
Thus, the total for this case is 1×8×4=32 words.
Case 2: 2 Alike, 2 Alike
We need two pairs. Only 'I' and 'T' have at least 2 copies, so we must select both pairs in (22)=1 way.
The arrangement of
4 letters with two pairs is:
2!2!4!=6
Thus, the total for this case is 1×6=6 words.
Case 3: 2 Alike, 2 Different
We need one pair and two distinct letters. We choose the pair from {I,T} in (12)=2 ways, and then we choose 2 letters from the remaining 8 distinct types in (28)=28 ways.
The arrangement is:
2!4!=12
Thus, the total for this case is 2×28×12=672 words.
Case 4: All 4 Different
We choose 4 distinct letters from the 9 available types in (49)=126 ways. Since they are all distinct, the arrangement is 4!=24.
Thus, the total for this case is 126×24=3024 words.
Phase 3
The Synthesis
Now, we bring it all together. The beauty of this method is that because our cases are mutually exclusive, we can simply sum them up to find the total number of words:
And there you have it. By breaking the chaos of the word 'DISTRIBUTION' into these four logical pillars, we have arrived at the answer: 3734.
It is a testament to the power of systematic thinking. Never let a complex problem intimidate you; just break it down, case by case, and the solution will reveal itself.