Answer: Combinations Problem: 40 Elements, 20 Identical - How Many Orderings?

In summary, the question asks how many different orderings are possible for a set of 40 elements, with 20 being identical and another 20 being identical. To determine this, one must consider what constitutes a different ordering and use a minimal description to calculate the number of different orderings. One possible approach is to think of the elements as a stack of cards and use the number of ways to choose r things from n formula. Alternatively, one can calculate this formula once and use it for any situation where it applies.
  • #1
Zorba
77
0
Suppose I have a set containing 40 elements, 20 of these elements are identical, and the 20 other are identical. Suppose an ordering is some list of all elements of this set, how many different orderings are there?

These types of questions were never my forte and I have no idea how to go about it.
 
Physics news on Phys.org
  • #2
If we call the elements for A and B, then one particular ordering would look something like the pattern AABAAABBABABA...A such that there is 20 of each A and B, and you would like to know how to count how many of such different orderings there are.

Try first think about what constitutes a different ordering. Would you get a different ordering if you swap two A's? two B's? an A and a B? If we assume you conclude you can swap two A's and two B's (but not an A and B) without getting a different ordering, then think about how you can give a "minimal" description of one particular ordering such that your description would be different exactly when the pattern would be different. For instance, think how, in as few words as possible, you would tell a friend over the phone such that he could write down the same pattern you have. Hint: you may want to try think of the 20 A's and B's as as a stack of cards, say 20 black and 20 red, that have to be interleaved (i.e. shuffled without reordering).

Once you have such a minimal description think about how you can use this to calculate the number of different descriptions, which then would be the same as the number of different pattern orderings.
 
Last edited:
  • #3
Alternatively notice that once you've chosen places for the A's, the B's have to go in the places that are left. The number of of sequences can therefore be described as the number of ways of choosing 20 out of the 40 places to put the A's.

It's most efficient to calculate once a formula for the number of ways of choosing r things from n and then use it wherever it applies.

There are many places where you can find this formula derived. E.g. http://betterexplained.com/articles/easy-permutations-and-combinations/.
 
  • #4
Martin Rattigan said:
Alternatively notice that once you've chosen places for the A's, the B's have to go in the places that are left. The number of of sequences can therefore be described as the number of ways of choosing 20 out of the 40 places to put the A's.

Apparently I did not do a very good job in my post because this is exactly what I was hinting at. So please don't get confused trying to figure out in what way the above is an "alternative" to what I was saying.
 
  • #5
I would suspect it's more my comprehension of normal English.

What I wanted to say was that rather than going through the calculation of nCr in each situation (and I thought you were suggesting that OP did in this situation) it's better to calculate nCr once and then use it thereafter.

Admittedly the number of sequences of As and Bs of length n that contain A r times is trivially the same as the number of ways of choosing r things from n, but thinking of this number as the number of ways of choosing r things from n is probably intuitively easier to apply in most situations than thinking of it as the former.

The difference, as you say, is at least marginal.
 

1. How many possible combinations are there for 40 elements with 20 identical elements?

There are 40! / (20! * 20!) = 137,846,528 possible combinations.

2. Can you explain the formula used to calculate the number of combinations?

The formula used is n! / (r! * (n-r)!), where n is the total number of elements and r is the number of identical elements.

3. Is there a difference between combinations and permutations?

Yes, combinations refer to the number of ways to choose a subset of elements without regard to order, while permutations refer to the number of ways to arrange all elements in a specific order.

4. Can you provide an example of a scenario where this problem would be applicable?

One example could be a situation where you have 40 pieces of candy, 20 of which are identical, and you want to know how many different ways you can arrange the candy in a jar.

5. Is there a general rule for solving combinations problems with identical elements?

Yes, for a problem with n elements and r identical elements, the general rule is n! / (r! * (n-r)!).

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
734
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
933
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
946
Back
Top