Odd solutions to a sum

MediumCombinatorics~5m

How many solutions in non-negative odd integers (x1,,x6)(x_1, \dots, x_6) satisfy x1+x2++x6=96x_1 + x_2 + \dots + x_6 = 96? The count equals (nk)\dbinom{n}{k} with k<n2k < \tfrac{n}{2}; report nkn\cdot k.

Show hints (2)+
  1. Odd and non-negative means xi=2yi+1x_i = 2y_i + 1 with yi0y_i \ge 0. Substitute into the sum.
  2. You get yi=45\sum y_i = 45 over 66 variables - a stars-and-bars count (505)\binom{50}{5}.

Answer

Reveal answer →

250

Want the full step-by-step worked solution? It's part of Premium - along with a worked solution for every question in the bank.

Asked at: Jane Street, Citadel

Related questions