How Do You Solve Combination Problems with Duplicate Elements Efficiently?

  • Context: Undergrad 
  • Thread starter Thread starter John112
  • Start date Start date
  • Tags Tags
    Counting
Click For Summary

Discussion Overview

The discussion revolves around efficient methods for solving combination problems involving duplicate elements, specifically focusing on the arrangement of letters A, A, B, and C. Participants explore the mathematical principles behind counting distinct sequences and seek proofs for established formulas.

Discussion Character

  • Exploratory
  • Mathematical reasoning

Main Points Raised

  • One participant asks about efficient methods for finding distinct arrangements of the letters A, A, B, and C, noting that creating all combinations would be inefficient for larger sequences.
  • Another participant explains that if the A's were distinct, the number of arrangements would be 4! = 24, and that dividing by k! accounts for indistinguishable arrangements, leading to 12 distinct sequences.
  • A participant expresses uncertainty about whether the pattern of dividing by k factorial holds for larger sequences and seeks a proof for the general formula.
  • Another participant suggests searching for "permutations with some alike" to find a proof and mentions that k! permutations exist for k identical items, which reduces to one arrangement when they are the same.

Areas of Agreement / Disagreement

Participants generally agree on the formula for counting distinct arrangements but express uncertainty about its applicability to larger sequences and seek further clarification on proofs.

Contextual Notes

Some participants note the need for a proof of the general formula and express uncertainty about its validity for larger sequences, indicating a potential gap in understanding or application.

John112
Messages
19
Reaction score
0
Are there efficient methods of findings the answer to combination problems like these?

The letters A, A, B and C are arranged in any order. How many DISTINCT sequences can we form?

If two letters weren't the same, then it would be simple. I can find the answer relatively easily since it's only 4 letters. Imagine if this was a sequence of 10 letters where two letters were the same. Then creating all possible combinations would be really inefficient and laboring. Is this any trick for problems where duplicate letters exist?

P.S. By the way the answer is 12. I found it by creating a tree diagram.
 
Physics news on Phys.org
John112 said:
Are there efficient methods of findings the answer to combination problems like these?

The letters A, A, B and C are arranged in any order. How many DISTINCT sequences can we form?

If two letters weren't the same, then it would be simple. I can find the answer relatively easily since it's only 4 letters. Imagine if this was a sequence of 10 letters where two letters were the same. Then creating all possible combinations would be really inefficient and laboring. Is this any trick for problems where duplicate letters exist?

P.S. By the way the answer is 12. I found it by creating a tree diagram.

If the A's were distinct, the number of arrangements would be 4! = 24. Now for each arrangement, wherever the two different A's are, there is another arrangement that is exactly the same except the A's are swapped. These two arrangements would be indistinguishable if the A's are the same, so that cuts the number of distinct arrangements in half, which gives 12.

In general if you have n objects of which k are the same, the number of arrangements is$$
\frac{n!}{k!}$$Do you see why?
 
LCKurtz said:
In general if you have n objects of which k are the same, the number of arrangements is$$
\frac{n!}{k!}$$Do you see why?
Yeah, I saw that. I wasn't sure whether that pattern of dividing by k factorial would hold for bigger sequences. I was trying to find a proof for that. Thanks for the helpful response. By the way is there already a proof for that general formula?
 
John112 said:
Yeah, I saw that. I wasn't sure whether that pattern of dividing by k factorial would hold for bigger sequences. I was trying to find a proof for that. Thanks for the helpful response. By the way is there already a proof for that general formula?

Yes. Google permutations with some alike. One hit is:
http://dwb4.unl.edu/Chem/CHEM869N/CHEM869NMats/Permutations.html

The idea is that the k things that are alike would have given k! permutations but only one if they were the same.
 
Last edited by a moderator:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K
Replies
5
Views
3K
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K