Q. 1.16

Question

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=1nniNn-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=1n-1niNi


(d) Use the recursion to find N(3) and N(4).

Step-by-Step Solution

Verified
Answer

(a) All possible outcomes are 13.

(b) i=1nniNn-i=1.

(c) It is proved that i=1nniNn-i=i=1n-1niNi

(d) The value of N(3)=13 and N(4)=75.

1Part (a) Step 1. Find the possible outcomes.

If n=3, it means there are three contestants, so the possible number of outcomes will be:


Player 1 could be uniquely first, that is 3<2<1 or 2<3<1 or 2=3<1=3 

Player 2 could be uniquely first, that is 3<1<2 or 1<3<2 or 1=3<2=3

Player 3 could be uniquely first, that is 2<1<3 or 1<2<3 or 2=1<3=3

Player 1 and 2 can be uniquely first, that is  3<1=2=1

Player 1 and 3 can be uniquely first, that is 2<1=3=1

Player 2 and 3 can be uniquely first, that is  1<3=2=1

Player 1, 2 and 3 can be uniquely first, that is  1=2=3=1


Therefore, the possible outcomes are =3+3+3+1+1+1+1=13

2Part (b) Step 1. Prove that N ( n ) = &#8721; i = 1 n n i N n - i .

It is given that N0=1...................... (1)


Assume that the possible ranking has i (i=1,2,....,n) contestant's in the last place.


Let the last place be i.


The number of possible combinations of n contestants in the last place is ni, and from the remaining (n-i) contestants remain to be ranked above and the number of possibilities for that is N(n-i).


Hence, for every possible number of contestants in the last place, there are N(n) possible rankings.


That is N(n)=i=1nniNn-i.......... (2)


Substitute i=n in equation (2)

N(n)=nnNn-nN(n)=1N0


From equation 1, we have N0=1

So, 1N0=1×1

N(n)=1

Therefore, i=1nniNn-i=1

3Part (c) Step 1. Prove that &#8721; i = 1 n n i N n - i = &#8721; i = 1 n - 1 n i N i

Let N(n)=                 i=1                nniNn-i=i=1n-1niNi


Now, i=1nniNn-i=C1nNn-1 + C2nNn-2 + Cn-1nNn-n+1 + CnnNn-n

=nNn-1+n!2!(n-2)!Nn-2+.......+n!(n-n+1)!(n-1)!Nn-n+1+1Nn-n=nNn-1+n(n-1)Nn-22!+.......+nN1+N0

As N(0)=1


So, i=1nniNn-i=nNn-1+n(n-1)Nn-22!+.......+nN1+1


Now, i=1n-1niNi=C0nN0 + C1nN1 + Cn-2nNn-2 + Cn-1nNn-1

=1+nN1+n(n-1)2!N2+.......+n(n-1)2!Nn-2+nNn-1=nNn-1+n(n-1)Nn-22!+.......+nN1+N0


Therefore, it is proved that i=1nniNn-i=i=1n-1niNi

4Part (d) Step 1. Find the value of N ( 3 ) .

We have, N(n)=i=1nniNn-i

So, N(3)=i=133iN3-i

=C13N3-1+C23N3-2+C33N3-3=3N(2)+3N(1)+1N(0)


It is given that, N(0)=1, N(1)=1, N(2)=3


So, N(3)=3(3)+3(1)+1(1) = 9+3+1=13.

5Part (d) Step 2. Find the value of N ( 4 ) .

We have, N(n)=i=1nniNn-i

So, N(4)=i=144iN4-i

=C14N4-1+C24N4-2+C34N4-3+C44N4-4=4N(3)+6N(2)+4N(1)+1N(0)


It is given that, N(0)=1, N(1)=1, N(2)=3, N(3)=13


So, N(4)=4(13)+6(3)+4(1)+1(1) = 52+18+4+1=75