Combinations with limited repitition

  • Context: Undergrad 
  • Thread starter Thread starter soandos
  • Start date Start date
  • Tags Tags
    Combinations
Click For Summary

Discussion Overview

The discussion revolves around finding the number of combinations of a multiset, specifically the list {2,2,2,2,2,2,2,3,3,3,3,5,7}. Participants explore various methods to calculate the combinations, including permutations and the concept of proper divisors, while addressing the nuances of indistinct arrangements.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests that the answer to the combination problem is 160, relating it to the number of proper divisors of 9.
  • Another participant breaks down the problem into steps, questioning how to account for groups of equal members in the combination count.
  • A participant mentions a calculation involving the sum of binomials resulting in 8192, but expresses uncertainty about the correctness of the 160 figure.
  • There is a question about whether the result of 2^13 is a coincidence.
  • One participant asks for clarification on the original question, highlighting the need for specificity regarding whether permutations or combinations are being sought.
  • A later reply clarifies the intent to find all possible combinations of varying lengths using the elements in the list, emphasizing indistinct arrangements.
  • Another participant rephrases the question in terms of prime factors and their powers, seeking to determine the number of proper divisors.
  • One participant provides a detailed explanation of how to calculate the number of proper divisors based on the prime factorization of the number derived from the list.

Areas of Agreement / Disagreement

Participants express differing views on the methods to calculate combinations and the interpretation of the original question. There is no clear consensus on the correct approach or final answer, as multiple interpretations and calculations are presented.

Contextual Notes

Some participants highlight the importance of defining the question clearly, as the ambiguity in the original query leads to varied interpretations and methods of calculation. The discussion also reflects uncertainty regarding the relationship between combinations and the concept of proper divisors.

soandos
Messages
166
Reaction score
0
How can one find the number of combinations of a list such as {2,2,2,2,2,2,2,3,3,3,3,5,7} (7 2s, 4 3s, 1 5, 1 7). I am pretty sure that the answer is 160 (the number of proper divisors of 9!). How can I figure it out using combinations/permutations or some other method?
 
Last edited:
Physics news on Phys.org
Hi Soandos.

You have a list with 13 members, in groups of 7,4,1 and 1.
Let us proceed step by step.
1) In how may ways may you combine 13 members ?
2) Among all these ways, how will you take into account the groups of equals members, of size 7,4,1 and 1?
 
sum of binomials = 8192
dividing by 7! then 4! does not work...
Am I correct in assuming that 160 is the correct answer?
 
Last edited:
is the fact that its 2^13 coincidence?
 
Suppose you have the following list: {a,b,c}.
In how many ways may you arrange these three members ?
 
Combinations?
a,b,c
a,b
b,c
a,c
a
b
c
0

so 8 = 3!/1! + 2(the null and the full) (1 being number of repeated elements)
doing that for my original set gives 158 if i don't differentiate between what gets repeated (i.e. 13!/12! + 2 = 158) but it seems that there are more.
 
There is only one combination that uses all 13 elements so I assume that's not your question.

Instead of me guessing any more please define your question properly.

- Do you want permutations using all 13 elements?
- Combinations that use one each of the four different elements?
- etc etc. There really are a lot of DIFFERENT questions that I could make from that list!

Don't make people guess what the question is, specify it fully!
 
Last edited:
I want ALL possible combinations, of every length, using only the elements in the list. 2,2,3 is indistinct from 2,3,2.
 
to restate the question differently (I hope these statements are equivalent) given the prime factors of a number and their powers, how many proper divisors does it have?
 
  • #10
So, if I understand you, you have the number

362880 = 2^{7}\cdot3^{4}\cdot5\cdot7

and you want to calculate how may proper divisors does it have.

If one of the factors has exponent n, then, counting also the zero exponent, this factor may arise in n+1 ways. So for the other factors.

Thus the number of proper divisors is (7+1)\cdot(4+1)\cdot2\cdot2=160

From a combinatorial point of view, I suppose you can read this as follows:

Number 2 appears 7 times in the initial set.
So in the possible combinations, it can appear in (7+1) possible ways (one for the number 2 not appearing).
In the same way, number 3 can appear in (4+1) possible ways.
And the same for number 5 and number 7.
So the number of combinations would be the product.
 
Last edited:
  • #11
thank you.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
1
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K