- #1
Saitama
- 4,243
- 93
Problem:
Eli, Joy, Paul and Sam want to form a company; the company will have 16 shares to split among the 4 people. The following constraints are imposed:
Assuming that the shares are indistinguishable, but people are distinguishable, in how many ways can the shares be given out?
Attempt:
Let $x_1,x_2,x_3 $ and $x_4$ represent the four persons, then
$$x_1+x_2+x_3+x_4=16$$
From the first constraint, $x_1,x_2,x_3,x_4\geq 1$. Let $x_i-1=X_i$ for $i=1,2,3,4$. Then the above equation can be written as:
$$X_1+X_2+X_3+X_4=12 \,\,\,(*)$$
From the second constraint,
$$x_1 \leq x_2+x_3+x_4 \Rightarrow X_1 \leq X_2+X_3+X_4+2$$
Similarly,
$$X_2 \leq X_1+X_3+X_4+2$$
$$X_3 \leq X_2+X_1+X_4+2$$
$$X_4 \leq X_2+X_3+X_1+2$$
But I don't see how to find the solutions to (*) with the imposed restrictions.
Any help is appreciated. Thanks!
Eli, Joy, Paul and Sam want to form a company; the company will have 16 shares to split among the 4 people. The following constraints are imposed:
- Every person must get a positive integer number of shares, and all 16 shares must be given out.
- No one person can have more shares than the other three combined.
Assuming that the shares are indistinguishable, but people are distinguishable, in how many ways can the shares be given out?
Attempt:
Let $x_1,x_2,x_3 $ and $x_4$ represent the four persons, then
$$x_1+x_2+x_3+x_4=16$$
From the first constraint, $x_1,x_2,x_3,x_4\geq 1$. Let $x_i-1=X_i$ for $i=1,2,3,4$. Then the above equation can be written as:
$$X_1+X_2+X_3+X_4=12 \,\,\,(*)$$
From the second constraint,
$$x_1 \leq x_2+x_3+x_4 \Rightarrow X_1 \leq X_2+X_3+X_4+2$$
Similarly,
$$X_2 \leq X_1+X_3+X_4+2$$
$$X_3 \leq X_2+X_1+X_4+2$$
$$X_4 \leq X_2+X_3+X_1+2$$
But I don't see how to find the solutions to (*) with the imposed restrictions.
Any help is appreciated. Thanks!