chaoseverlasting
- 1,050
- 3
Homework Statement
Find the number of ways n different games can be divided between n different children so that every time, exactly one child gets no game.
Homework Equations
The Attempt at a Solution
Here, since exactly one child gets no games, n games are distributed among (n-1) children which gives one child 2 games. Now, since a child can get 2 games out of n in ^n C_2 and the children can be arranged in n! ways, to total ways to distribute the games is ^n C_2 * n!
I was wondering if the following solution is also correct:
x_1 + x_2 +x_3 +... x_n =n such that exactly one x_i =0 and exactly one x_j =2 where i and j are not the same elements and all other elements are equal to 1.
Therefore, the solution should be:
Coeff. of x^n in ( (x^0)(x^1+x^2)(x^(n-2) )^n
Thats coeff. of x^n in ( (x^0)(x^1+x^2)(x^(n-2) )^n
Is this correct?
Last edited: