0

Suppose there are $10$ students participating in a workshop that meets every day of a five-day work week. Each student must present a poster in exactly one of the days of the workshop, and every day of the workshop should have at least one poster presentation. If $n_k$ denotes the number of posters presented in day $k$ of the workshop, what is the number of possible quintuples $(n_1, n_2, n_3, n_4, n_5)$?

We can reformulate this problem as those tuples $(n_1, n_2, n_3, n_4, n_5)$ such that $\sum_{i=1}^5 n_i = 10$ and $n_i\geq 1$. Now I know that this integer program has $126$ solutions. Would this be the correct answer?

N. F. Taussig
  • 76,571
chesslad
  • 2,533

0 Answers0