Last visit was: 24 Apr 2024, 17:12 It is currently 24 Apr 2024, 17:12

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Kudos
Tags:
Show Tags
Hide Tags
Intern
Intern
Joined: 11 Jun 2019
Posts: 16
Own Kudos [?]: 76 [72]
Given Kudos: 50
Send PM
Most Helpful Reply
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6821
Own Kudos [?]: 29907 [11]
Given Kudos: 799
Location: Canada
Send PM
Director
Director
Joined: 27 Oct 2018
Status:Manager
Posts: 683
Own Kudos [?]: 1857 [9]
Given Kudos: 200
Location: Egypt
Concentration: Strategy, International Business
GPA: 3.67
WE:Pharmaceuticals (Health Care)
Send PM
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11169
Own Kudos [?]: 31890 [8]
Given Kudos: 290
Send PM
In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
3
Kudos
3
Bookmarks
Expert Reply
Kjol wrote:
In how many ways, 10 identical chocolates be distributed among 3 children such that each child gets at least 1 chocolate?

A. 36
B. 66
C. 72
D. 78
E. 84.


Two ways..

Formula:-
First give 1 each to the three children, so we are left with 10-3=7.
Now you can distribute these 7 to any child in \((n-1)C7=9C7=\frac{9!}{2!7!}=36\)

first give one to each, hence 3 gone. Now you can distribute the remaining 7 to anyone as the restriction of at least one is done..
A+B+C=7....
Now, take this as 7 marbles and 2 partitions, so total 9 things. You can choose these 2 partitions in 9C2 ways=\(\frac{9!}{7!2!}=\frac{9*8}{2}=36\)

So, the formula \((n+k-1)C(k-1)\) comes from k items, so k-1 partition and then choosing these k-1 partition from it..
Here n=7, and k=3..thus \((n+k-1)C(k-1)=(7+3-1)C(3-1)=9C2\)


Calculations:-

Let the number each can get be-
8,1,1-3!/2=3 ways
7,2,1--3! ways
6,3,1--3!

6,2,2 -- 3!/2=3
5,4,1 -- 3!
5,3,2 -- 3!

4,4,2 --3!/2=3
4,3,3 -- 3!/2=3
Total = 4*3!+4*3=4*6+12=36

A
Math Expert
Joined: 02 Sep 2009
Posts: 92900
Own Kudos [?]: 618813 [2]
Given Kudos: 81588
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
2
Kudos
Expert Reply
kamalsharmam21 wrote:
What if the condition of at least is not there

Posted from my mobile device


In how many ways, 10 identical chocolates be distributed among 3 children?

When distributing 10 identical chocolates among 3 children, we can use "Stars and Bars" method to solve the problem.

Imagine the 10 chocolates as 10 stars in a row. To divide these stars among 3 children, we need 2 bars to create 3 separate sections. For example:

***|****|*** would represent that the first child got 3 chocolates, the second got 4, and the third got 3.
||********** would represent that the first child got 0 chocolates, the second got 0, and the third got 10.
****||****** would represent that the first child got 4 chocolates, the second got 0, and the third got 6.

So, the problem becomes one of arranging these 10 identical stars and 2 identical bars in a row, which is given by 12!/(10!2!) = 66.

Hope it helps.
Math Expert
Joined: 02 Sep 2009
Posts: 92900
Own Kudos [?]: 618813 [0]
Given Kudos: 81588
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
Expert Reply
ahujaparth10 wrote:
Kjol wrote:
In how many ways, 10 identical chocolates be distributed among 3 children such that each child gets at least 1 chocolate?

A. 36
B. 66
C. 72
D. 78
E. 84.


BrentGMATPrepNow Bunuel Why dont we do 3^7 in this question? Each of 7 chocolates after distributing 1 chocolate can be given to any of the 3 children.


The method of (number of groups)^(number of items to distribute) works if the items we distribute are distinct. For example, in how many ways can we distribute x, y, z between A and B? The answer is (number of groups)^(number of items to distribute) = 2^3 = 8.

    --- A ----- B ---
    x, y, z ----- 0
    x, y ----- z
    x, z ----- y
    y, z ----- x
    x ----- y, z
    y ----- x, z
    z ----- x, y
    0 ----- x, y, z

However, if the items are not distinct, we should use the "Stars and Bars" method. For example, how many ways are there to distribute three identical items between A and B? The answer is 4!/3! = 4, which is the number of arrangements of ***|.

    --- A ----- B ---
    *** | 0
    ** | *
    * | **
    0 | ***

P.S. If, in the problem at hand, the chocolates were distinct, the question would become much harder, and your method would still be incorrect. The correct answer would be 3^10 minus the number of all arrangements where at least one child gets 0 chocolates.

P.P.S. Check this for more: DISTRIBUTING ITEMS/PEOPLE/NUMBERS... (QUESTION COLLECTION)
General Discussion
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11169
Own Kudos [?]: 31890 [2]
Given Kudos: 290
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
2
Kudos
Expert Reply
Kjol wrote:
In how many ways, 10 identical chocolates be distributed among 3 children such that each child gets at least 1 chocolate?

A. 36
B. 66
C. 72
D. 78
E. 84.



first give one to each, hence 3 gone. Now you can distribute the remaining 7 to anyone as the restriction of at least one is done..
A+B+C=7....
Now, take this as 7 marbles and 2 partitions, so total 9 things. You can choose these 2 partitions in 9C2 ways=\(\frac{9!}{7!2!}=\frac{9*8}{2}=36\)

So, the formula (n+k-1)C(k-1) comes from k items, so k-1 partition and then choosing these k-1 partition from it..
Here n=7, and k=3..thus (n+k-1)C(k-1)=(7+3-1)C(3-1)=9C2

prgmatbiz ManjariMishra prabsahi and ShreyasJavahar

HAPPY DIWALI !!!!
Manager
Manager
Joined: 22 Mar 2023
Posts: 95
Own Kudos [?]: 32 [0]
Given Kudos: 23
Location: India
Schools: IIMA '25
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
What if the condition of at least is not there

Posted from my mobile device
Manager
Manager
Joined: 22 Mar 2023
Posts: 95
Own Kudos [?]: 32 [0]
Given Kudos: 23
Location: India
Schools: IIMA '25
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
Thanks awesome explanation 🙏


Bunuel wrote:
kamalsharmam21 wrote:
What if the condition of at least is not there

Posted from my mobile device


In how many ways, 10 identical chocolates be distributed among 3 children?

When distributing 10 identical chocolates among 3 children, we can use "Stars and Bars" method to solve the problem.

Imagine the 10 chocolates as 10 stars in a row. To divide these stars among 3 children, we need 2 bars to create 3 separate sections. For example:

***|****|*** would represent that the first child got 3 chocolates, the second got 4, and the third got 3.
||********** would represent that the first child got 0 chocolates, the second got 0, and the third got 10.
****||****** would represent that the first child got 4 chocolates, the second got 0, and the third got 6.

So, the problem becomes one of arranging these 10 identical stars and 2 identical bars in a row, which is given by 12!/(10!2!) = 66.

Hope it helps.
Intern
Intern
Joined: 05 Jun 2020
Posts: 25
Own Kudos [?]: 3 [0]
Given Kudos: 27
GMAT 1: 700 Q49 V37
GPA: 3.3
Send PM
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
Kjol wrote:
In how many ways, 10 identical chocolates be distributed among 3 children such that each child gets at least 1 chocolate?

A. 36
B. 66
C. 72
D. 78
E. 84.


BrentGMATPrepNow Bunuel Why dont we do 3^7 in this question? Each of 7 chocolates after distributing 1 chocolate can be given to any of the 3 children.
GMAT Club Bot
Re: In how many ways, 10 identical chocolates be distributed among 3 child [#permalink]
Moderators:
Math Expert
92900 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne