Combinatorics: r-Combinations on a Multiset

In summary, the number of r-combinations on a multiset S = {1*a1, infinity*a2,...,infinity*ak} is (n+k-1) choose (k-1), where n is the number of finite supplies and k is the total number of objects in the multiset. This is because we can think of the multiset as having a total of (n+k-1) objects (n finite supplies and k-1 infinite supplies), and we are choosing (k-1) objects from this total set. The formula for the number of r-combinations on a multiset with k objects and infinite repetition number can be applied to this total set, giving us the final answer.
  • #1
gbean
43
0

Homework Statement


How many r-combinations are there of a multiset S = {1*a1, infinity*a2,...,infinity*ak}?

Homework Equations


The number of r-combinations on a multiset with k objects and infinite repetition number: (r+k-1) choose (r), or (r+k-1) choose (k-1).
The number of r-combinations on a multiset with k objects and finite repetition number is 1-to-1 with the number of positive integral solutions to x1 + x2 + ... + xk = r.

The Attempt at a Solution


I'm not sure how to solve this problem since there is a mix of infinite and finite supplies of k objects.

The answer is (n+k-2) choose (k-2) + (n+k-3) choose (k-2)...
 
Last edited:
Physics news on Phys.org
  • #2
+ (k-2) choose (k-2) = (n+k-1) choose (k-1), where n is the number of finite supplies. This is because we can think of the multiset as having a total of (n+k-1) objects (n finite supplies and k-1 infinite supplies), and we are choosing (k-1) objects from this total set. The formula for the number of r-combinations on a multiset with k objects and infinite repetition number can be applied to this total set, giving us the final answer.
 

What is combinatorics?

Combinatorics is a branch of mathematics that deals with counting and arranging objects in a systematic way.

What is a multiset?

A multiset is a collection of elements where each element can appear more than once. It is also known as a bag or a multiple set.

What are r-combinations?

R-combinations are subsets of a multiset that contain a specific number of elements (r). These combinations do not take into account the order of the elements.

How is the formula for calculating r-combinations on a multiset derived?

The formula for r-combinations on a multiset is derived from the general formula for combinations on a set, which is nCr = n! / r!(n-r)!. However, in the case of a multiset, we must account for repeated elements, so the formula becomes nCr = (n+r-1)! / r!(n-1)!.

What are some real-life applications of r-combinations on a multiset?

R-combinations on a multiset can be used to solve problems in various fields such as statistics, biology, and computer science. For example, it can be used to calculate the number of unique DNA sequences in a sample or the number of possible combinations of characters in a password.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
982
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
2
Replies
45
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Programming and Computer Science
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
Back
Top