Discover the Number of Combinations for Three Letters from A,B,C,D

  • Thread starter Thread starter Omid
  • Start date Start date
  • Tags Tags
    Combinations
AI Thread Summary
The discussion centers on calculating the number of combinations of three letters from the set A, A, B, B, C, C, D. Two cases are considered: one where two letters are the same and another where all three are different. The correct calculation for the first case yields 9 combinations, while for the second case, the proper method shows there are 4 combinations, not 24, due to the distinction between permutations and combinations. The confusion arises from incorrectly counting permutations in the second case, which requires dividing by the number of arrangements (3!). The final conclusion emphasizes the importance of distinguishing between combinations and permutations in such calculations.
Omid
Messages
181
Reaction score
0
How many combinations of three letters from the letters A,A,B,B,C,C,D are ther?
------------------------------
I assumed 2 cases:
1. 2 letters are the same.
2. all the 3 are different.

And found 9 forms for the first case, and 24 for the second one. As you know my answer (33) is 20 more than what is written in the book.
 
Physics news on Phys.org
You are right about the case where 2 letters are the same.

But if you assume that all 3 are different, it is the same as selecting 3 items from a set of 4 with no repetition. This is just C(4,3) = 4!/3! = 4. Specifically, in this case, {ABC, ABD, ACD, BCD}. What other possibilities are there?

How did you get 24?
 
I'm a bit confused. I simply multiplied in the first case:
(3 ways to choose the first 2 letters that are the same) * (3 ways to choose the third letter) = 9
And did the same in the second case:
(4 ways to choose the first letter) * (3 ways... the second) * (2 ways... the third)= 24

I did the same thing in the both cases, but only the first one is right. Can you explain it to me?
Thanks
 
When you did this
And did the same in the second case:
(4 ways to choose the first letter) * (3 ways... the second) * (2 ways... the third)= 24
you were counting permutations, not combinations. For example, you counted each of ABC, ACB, BAC, BCA, CAB, CBA, when really they all represent the same combination of letters. So you have to divide your 24 permutations by the number of ways that 3 items can be ordered, which is 3!, or 6. 24/6=4 is the number of combinations.

The first case was different. There you were selecting a combination of a pair and a single letter. There were 3 possible pairs, and for each pair, 3 possibilities for the single letter. So when you multiplied 3 x 3 you counted each combination only once.
 
Thank you very much.
 
Back
Top