Counting Possible Distributions of Identical Pencils Among Four Students

blinktx411
Messages
34
Reaction score
0

Homework Statement


Suppose that a teacher wishes to distribute 25 identical pencils to Ahmed, Bar-
bara, Carlos, and Dieter such that Ahmed and Dieter receive at least one pencil
each, Carlos receives no more than five pencils, and Barbara receives at least four
pencils. In how many ways can such a distribution be made?

Or, in other words, find integer solutions to x_1 + x_2 +x_3+x_4=25, x_1>0, x_2>0, x_3\le5, x_4\ge4

Please let me know if i made any silly errors, but I'm more concerned that I made a fundamental error in the logic of this problem. Thanks!
The first inequality is

Homework Equations



The number of integer solutions to the equation x_1 + x_2 + x_3 \ldots x_n = C, x_i>0 is C-1\choose n-1.

The Attempt at a Solution



EDIT: got the solution
 
Last edited:
Physics news on Phys.org
I would use generating functions.

Expand (x+x^2+...+x^25)*(x+x^2+...+x^25)*(1+x+x^2+x^3+x^4+x^5)*(x^4+x^5+...x^25) and find the coefficient of x^25.

I'll do it on Maple and see what I get.
 
I'm getting 980.
 
looking it over again my attempt at a solution is all backwards =/
 
Tada! I'm getting 980 after looking it over as well, don't know what I was thinking when I first attempted the solution. Thanks for your responses, I'll post my solution when I have more time.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
6
Views
2K
3
Replies
100
Views
11K
4
Replies
175
Views
25K
2
Replies
67
Views
14K
Replies
4
Views
10K
Back
Top