Probability Theory: Multinomial coefficients

In summary: But why? The answer is that a permutation is a special case of a function. In summary, the propositions state that:1) The number of unordered samples of ##r## objects selected from ##n## objects without replacement is ##n \choose r##.2) The number of ways that ##n## objects can be grouped into ##r## classes with ##n_i## in the ##i##th class, ##i = 1,..,n##, and ##\sum_{i=1}^{r} n_i = n## is$${n \choose n_1 n_2 ... n_r} = \frac{
  • #1
WWCY
479
12
<Moderator's note: Moved from homework.>

Hi all, I have an issue understanding a statement I read in my text.

It first states the following Proposition (Let's call it Proposition A):

The number of unordered samples of ##r## objects selected from ##n## objects without replacement is ##n \choose r##. In particular,
$$2^n = \sum_{k = 0}^{n} {n \choose k}$$
is the number of subsets of a set of ##n## objects.

##\textbf{Question 1}##: What does "number of subsets of a set of ##n## objects" mean? Does it mean the number of ways I can split n objects into "2 groups/subsets"?

It later (in a separate section) states another Proposition (B):

The number of ways that ##n## objects can be grouped into ##r## classes with ##n_i## in the ##i##th class, ##i = 1,..,n##, and ##\sum_{i=1}^{r} n_i = n## is
$${n \choose n_1 n_2 ... n_r} = \frac{n!}{n_1 ! n_2 ! ...n_r !}$$
Proposition A is the special case for ##r = 2##

##\textbf{Question 2}##: What does "Proposition A is the special case for ##r = 2##" mean?

Many thanks in advance.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
WWCY said:
What does "number of subsets of a set of nnn objects" mean? Does it mean the number of ways I can split n objects into "2 groups/subsets"?
Yes. Or more precisely, how many different subsets you can construct. When you are constructing a subset you have 2 options for every element (include/not include) and therefore in total ##2^n## different possible choices.

WWCY said:
What does "Proposition A is the special case for r=2r=2r = 2" mean?
That it is the number of ways you can split a set into two parts. In other words, you have the set which is your chosen subset and its complement.
 
  • Like
Likes jim mcnamara
  • #3
WWCY said:
<Moderator's note: Moved from homework.>

Hi all, I have an issue understanding a statement I read in my text.

It first states the following Proposition (Let's call it Proposition A):

The number of unordered samples of ##r## objects selected from ##n## objects without replacement is ##n \choose r##. In particular,
$$2^n = \sum_{k = 0}^{n} {n \choose k}$$
is the number of subsets of a set of ##n## objects.

##\textbf{Question 1}##: What does "number of subsets of a set of ##n## objects" mean? Does it mean the number of ways I can split n objects into "2 groups/subsets"?

It later (in a separate section) states another Proposition (B):

The number of ways that ##n## objects can be grouped into ##r## classes with ##n_i## in the ##i##th class, ##i = 1,..,n##, and ##\sum_{i=1}^{r} n_i = n## is
$${n \choose n_1 n_2 ... n_r} = \frac{n!}{n_1 ! n_2 ! ...n_r !}$$
Proposition A is the special case for ##r = 2##

##\textbf{Question 2}##: What does "Proposition A is the special case for ##r = 2##" mean?

Many thanks in advance.
Try putting ##r=2## and see what you get.
 
  • #4
Thanks very much for the responses.

If i set ##r = 2##, I get
$$n \choose n_1 n_2$$
which I assume is telling me the number of ways I can split a group of objects into 2 classes, one class with ##n_1## items and the other with ##n_2##. However, the expression
$$2^n = \sum_{k = 0}^{n} {n \choose k}$$
tells me the number of ways I can split a group of objects into any two classes, with any number of objects in each class.

Am I understanding the problem correctly or am I still missing something?

Thanks in advance.
 
  • #5
The point is that
$$
{n \choose k} = {n \choose {k,n-k}}
$$
 
  • Like
Likes WWCY
  • #6
WWCY said:
Am I understanding the problem correctly or am I still missing something?

You understand the situation. As to whether it is literally correct to say that "proposition B is the special case of proposition A", it is true that proposition B can account for each individual term in the sum given by proposition A, but I think it is misleading to say that proposition B is "the" special case of proposition A. These propositions concern "distinct objects". There are other combinatorial expressions that apply to the paradoxical notion of n "identical" objects. (If they were truly "identical" they would all be the same and we would have 1 object instead of n>1 objects. "Identical" refers to equality with respect to some particular equivalence relation.)

Notice the importance of the phrase "unordered samples". This allows you to count two samples that are the same set as being the same sample since the equality relation for sets does not depend on listing the elements of the set in a particular order.

There are some areas of mathematics where history and tradition have lead to terminology that seems to ignore elementary mathematical concepts like "equivalence relation" and "function". The introduction to Combinatorics is a good example of this. For example, after diligently learning that a "permutation" is an "ordered arrangement" of objects, we will be taught in more advanced courses that a permutation is a function.
 
  • Like
Likes WWCY
  • #7
Many thanks for your responses, I see it better now!
 

What is a multinomial coefficient?

A multinomial coefficient is a mathematical term that represents the number of ways to divide a set of objects into groups of different sizes. It is often used in probability theory to calculate the likelihood of a particular outcome when multiple events can occur simultaneously.

How is a multinomial coefficient calculated?

A multinomial coefficient is calculated using the formula n! / (n1! * n2! * n3! ... nk!), where n is the total number of objects and n1, n2, n3, etc. represent the number of objects in each group. This formula is also known as the multinomial theorem.

What is the relationship between multinomial coefficients and binomial coefficients?

A binomial coefficient is a special case of a multinomial coefficient when there are only two groups. In other words, a binomial coefficient is equal to a multinomial coefficient when n1 + n2 = n. This relationship is important in probability theory as it allows for the calculation of probabilities for events with multiple outcomes.

How are multinomial coefficients used in probability theory?

Multinomial coefficients are used to calculate the probability of a particular outcome when multiple events can occur simultaneously. For example, if a coin is tossed three times and the outcomes are recorded as heads, tails, and edges, the probability of getting two heads, one tail, and no edges can be calculated using multinomial coefficients.

What are some real-world applications of multinomial coefficients?

Multinomial coefficients have many real-world applications, such as in genetics to calculate the probability of different genotypes and in sports to predict the outcome of a game based on the number of goals scored by each team. They are also used in market research to analyze consumer preferences and in quality control to determine the probability of defects in a production process.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
503
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
Replies
2
Views
133
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
635
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Replies
19
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
932
Back
Top