0

There are $\mathrm{400}$ identical seats to be distributed among $\mathrm{3}$ parties such that each party has at most $\mathrm{200}$ seats. What is the number $\mathrm{L}$ of all the possibilities among the above?

There are $\mathrm{{399}\choose{2}}$ possibilities in total and I have to subtract $\mathrm{{198}\choose{2}}$ choices, where there is more than $\mathrm{200}$ seats assigned to one party. Is this answer correct?

J P
  • 333

2 Answers2

3

You have assumed that every party gets at least one seat, which has not been specified in the problem statement.

Also, you have forgotten that any of the three parties must not get more than $200$ seats.

If I go by the wording of the question, the answer using stars and bars (written in the full form) gives

$\dbinom{400+3-1} 2 - 3*\dbinom{(400-201)+3-1}2 = 20,301$

which tallies with David G. Stork's answer

But it is quite possible (though not mentioned) that every party is supposed to get at least $1$ seat.

Can you now work out the answer for this problem (which you were attempting) correctly ? Will it be the same or different ?

0

$$\left( \sum\limits_{i=0}^{200} \sum\limits_{j=200-i}^{200} 1 \right) = 20,301$$

Where $i$ is the number of seats for the first group, $j$ the number in the second group (and the rest are in the third group).

It is unclear whether the groups are considered distinct.