Discrete Math: Distributing 11 Cookies to 50 Children - Efficient Solution?

Click For Summary

Homework Help Overview

The discussion revolves around the problem of distributing 11 identical chocolate chip cookies among 50 distinct children. Participants explore various combinatorial approaches to determine the number of ways this distribution can occur without resorting to brute force methods.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the concept of combinations with repetition, questioning how to account for indistinguishable cookies and distinct recipients. Some provide examples with smaller numbers to illustrate their reasoning.

Discussion Status

The conversation is ongoing, with participants offering insights into the nature of the problem and clarifying misunderstandings about ordering and distribution methods. There is acknowledgment of the complexity involved in larger scenarios.

Contextual Notes

Some participants note the challenge of applying combinatorial principles to large numbers of cookies and children, indicating that the problem may become more intricate as the quantities increase.

jimmianlin
Messages
3
Reaction score
0

Homework Statement


If I want to know how many ways there are to distribute 11 chocolate chip cookies to 50 children, is there any way to do this without brute force?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Its actually not that simple. Let me clarify the question. The chocolate chip cookies are all identical, but the students are distinct. For instance, one cookie could be given to each student, or all cookies could be given to one child.
 
lanedance said:
ok so you want combinations with reptition then, which is towards the bottom of the wiki page

this site has a reasonable explanation of how to derive the formula at the very end of the page
http://www.mathsisfun.com/combinatorics/combinations-permutations.html

You mixed up the things my friend.

He got 11 cookies and 50 children. He need to distribute the 11 cookies on different ways to 50 children.

I will give you example for smaller amounts.

Lets say you got 3 cookies and 5 children.

3 cookies can be distributed:

- 1 cookie for three persons 1*3=3

- 2 cookies for one person and 1 for one of the others 2+1=3

- 3 cookies for one person, 0 for the others 3+0=3

For the first option.

1st 2nd 3rd 4th 5th
1 1 1 0 0

Now make permutations with repetition, because IT DOES matter which children will get a cookie and which not.

[tex]P_{(3,2)} 5 = \frac{5!}{3!2!}=10[/tex]

For the second option.

1st 2nd 3rd 4th 5th
2 1 0 0 0

[tex]P_{(1,1,3)} 5 = \frac{5!}{3!1!1!}=20[/tex]

For the third option.

1st 2nd 3rd 4th 5th
3 0 0 0 0

[tex]P_{(1,4)} 5 = \frac{5!}{1!4!}=5[/tex]

So the total number of distributions would be 10+20+5=35

I believe that my theory is correct. Please correct me if I am wrong. Thank you.
 
Hi njama, not sure what you mean was mixed up?

When referring to ordering, I was implying the cookies are indistinguishable for all intents and purposes (ie. receieving a cookie is the same as receiving any other cookie). This makes it a combination rather than permutation question.

As you and jimmianlin point out, receiving 2 cookies is clearly different from receiving 1 cookie... You could treat this with a repetitive approach of working out the combinations of each cookie distribution, as you have done, but this will become difficult with large cookie/children numbers

That leads you to looking at combinations with repetition (see previous website for good explanation)

In your case
n = 5 number of children
r = 3 number of cookies
(n-1+r)!/((n-1)!r!) = 7!/(4!3!) = 7.5 = 35, agreeing with your work

I feel like a cookie after all this...
 
lanedance said:
Hi njama, not sure what you mean was mixed up?

When referring to ordering, I was implying the cookies are indistinguishable for all intents and purposes (ie. receieving a cookie is the same as receiving any other cookie). This makes it a combination rather than permutation question.

As you and jimmianlin point out, receiving 2 cookies is clearly different from receiving 1 cookie... You could treat this with a repetitive approach of working out the combinations of each cookie distribution, as you have done, but this will become difficult with large cookie/children numbers

That leads you to looking at combinations with repetition (see previous website for good explanation)

In your case
n = 5 number of children
r = 3 number of cookies
(n-1+r)!/((n-1)!r!) = 7!/(4!3!) = 7.5 = 35, agreeing with your work

I feel like a cookie after all this...

You are right. Sorry for misunderstanding you. :smile:
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 59 ·
2
Replies
59
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 1 ·
Replies
1
Views
2K