Consider a tournament of n contestants in which the outcome is an ordering of these contestants, with ties allowed. That Is. the outcome partitions the players into groups. with the first group consisting of the players who tied for first place, the next group being those who tied for the next-best position, and so on. Let N(n) denote the number of different possible outcomes. For instance, N ( 2 ) = 3 , since, in a tournament with 2 contestants, player 1 could be uniquely first, player 2 could be uniquely first, or they could tie for first a. List all the possible outcomes when n = 3 . b. With N(0) defined to equal 1, argue, without any computations, that N ( n ) = ∑ i = 1 n N ( n − i ) Hint: How many outcomes are there in which i players tie for last place? c. Show that the formula of part (b) is equivalent to the following: N ( n ) = ∑ i = 1 n ( n i ) N ( i ) d. Use the recursion to find N(3) and N(4).
Consider a tournament of n contestants in which the outcome is an ordering of these contestants, with ties allowed. That Is. the outcome partitions the players into groups. with the first group consisting of the players who tied for first place, the next group being those who tied for the next-best position, and so on. Let N(n) denote the number of different possible outcomes. For instance, N ( 2 ) = 3 , since, in a tournament with 2 contestants, player 1 could be uniquely first, player 2 could be uniquely first, or they could tie for first a. List all the possible outcomes when n = 3 . b. With N(0) defined to equal 1, argue, without any computations, that N ( n ) = ∑ i = 1 n N ( n − i ) Hint: How many outcomes are there in which i players tie for last place? c. Show that the formula of part (b) is equivalent to the following: N ( n ) = ∑ i = 1 n ( n i ) N ( i ) d. Use the recursion to find N(3) and N(4).
Consider a tournament of n contestants in which the outcome is an ordering of these contestants, with ties allowed. That Is. the outcome partitions the players into groups. with the first group consisting of the players who tied for first place, the next group being those who tied for the next-best position, and so on. Let N(n) denote the number of different possible outcomes. For instance,
N
(
2
)
=
3
, since, in a tournament with 2 contestants, player 1 could be uniquely first, player 2 could be uniquely first, or they could tie for first
a. List all the possible outcomes when
n
=
3
.
b. With N(0) defined to equal 1, argue, without any computations, that
N
(
n
)
=
∑
i
=
1
n
N
(
n
−
i
)
Hint: How many outcomes are there in which i players tie for last place?
c. Show that the formula of part (b) is equivalent to the following:
N
(
n
)
=
∑
i
=
1
n
(
n
i
)
N
(
i
)
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, probability and related others by exploring similar questions and additional content below.