Math questions from any Manhattan Prep GMAT Computer Adaptive Test.
jesse
 
 

donuts

by jesse Mon Jun 02, 2008 9:37 pm

Question
Larry, Michael, and Doug have five donuts to share. If any one of the men can be given any whole number of donuts from 0 to 5, in how many different ways can the donuts be distributed?

(A) 21
(B) 42
(C) 120
(D) 504
(E) 5040

In the solution I very much like the approach of treating the 5 donuts and 2 dividers as 7 objects leading to the solution of 7! / (2! * 5!) = 21

However, my question is, how could you manipulate that short-cut if the problem stated that each man, had to have at least 1 donut (ie, 1-3 as opposed to 0-5)?
My guess is, since each man has to have at least 1 donut, that leaves only 2 donuts to work with, and 2 dividers, so answer is 4! / (2! * 2!) = 6
Is that right?
rfernandez
Course Students
 
Posts: 381
Joined: Fri Apr 07, 2006 8:25 am
 

by rfernandez Fri Jun 06, 2008 5:16 am

Yep, that sounds right. The condition that each man should have at least one donut effectively takes three donuts out of play.
shaji
 
 

Re: donuts

by shaji Sat Jun 07, 2008 2:32 am

jesse Wrote:Question
Larry, Michael, and Doug have five donuts to share. If any one of the men can be given any whole number of donuts from 0 to 5, in how many different ways can the donuts be distributed?

(A) 21
(B) 42
(C) 120
(D) 504
(E) 5040

In the solution I very much like the approach of treating the 5 donuts and 2 dividers as 7 objects leading to the solution of 7! / (2! * 5!) = 21

However, my question is, how could you manipulate that short-cut if the problem stated that each man, had to have at least 1 donut (ie, 1-3 as opposed to 0-5)?
My guess is, since each man has to have at least 1 donut, that leaves only 2 donuts to work with, and 2 dividers, so answer is 4! / (2! * 2!) = 6
Is that right?

The answers 21 & 6 R correct under the assumpltion that all the donuts are indentical and indistinguishable in all respects, If NOT its another matter!!!
Guest
 
 

by Guest Sat Jun 07, 2008 7:59 am

What are the two deviders? (the solution looks like choose 2 of 7).
I did not get this approch can you please explain?
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

by RonPurewal Thu Jun 12, 2008 5:56 am

Anonymous Wrote:What are the two deviders? (the solution looks like choose 2 of 7).
I did not get this approch can you please explain?


the basic idea is that you have two 'dividers' (|) and five 'donuts' (0).
this is a slick way to think about the problem: anything to the left of the first "|" is larry's, anything between the two "|"s is michael's, and anything to the right of the second "|" is doug's.

so, for instance,
0|00|00 = 1 donut for larry, 2 for michael, 2 for doug
||00000 = doug gets all 5 donuts.

i don't think we'd realistically expect you to come up with a strategy / representation like this on your own, but, now that you've seen it here, keep it in mind in case you ever encounter another 'free distribution' problem like this one.
Guest
 
 

by Guest Fri Jun 13, 2008 9:02 am

Free distrobution formula of 'n' objects to 'r' pockets is Image meaning (5 + 3 - 1 ) = (7).
( 3 -1 ) = (2)
[/code]
StaceyKoprince
ManhattanGMAT Staff
 
Posts: 9355
Joined: Wed Oct 19, 2005 9:05 am
Location: Montreal
 

by StaceyKoprince Thu Jun 26, 2008 2:26 am

For something small like that image, please just type it out. The images take up a lot of space and take time to view. Thanks!
Stacey Koprince
Instructor
Director, Content & Curriculum
ManhattanPrep
Guest
 
 

by Guest Sun Jul 20, 2008 5:07 pm

How is this problem different from a scenario of 3 letterboxes and 4 letters wherein the solution is 3 pow(4) .
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

by RonPurewal Thu Sep 04, 2008 7:14 am

Guest Wrote:How is this problem different from a scenario of 3 letterboxes and 4 letters wherein the solution is 3 pow(4) .


two things:
1 * please explain the "letterbox" problem in more detail; i don't think i understand what you're saying are the details of the problem.
2 * what is "pow"? is that supposed to mean 3 to the 4th power?
babu.hyderabad
Students
 
Posts: 1
Joined: Wed Jun 24, 2009 6:01 am
 

Re: donuts

by babu.hyderabad Sun Aug 02, 2009 1:10 pm

Need a clarification..

Whats wrong with this approach:

first donut can be ditributed in 3 ways (either to Larry or Michael or Doug)
Second.. 3 ways
..
5th.. 3 ways

So 3*3*3*3*3 = 3^5 = 243 !!

Please clarify

- Bobby
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

Re: donuts

by RonPurewal Thu Aug 13, 2009 6:01 am

babu.hyderabad Wrote:Need a clarification..

Whats wrong with this approach:

first donut can be ditributed in 3 ways (either to Larry or Michael or Doug)
Second.. 3 ways
..
5th.. 3 ways

So 3*3*3*3*3 = 3^5 = 243 !!

Please clarify

- Bobby


the problem with that approach is that it treats the doughnuts as different from each other.

for instance, in your approach, larry/larry/michael/michael/doug would be treated as a different outcome from larry/michael/doug/larry/michael.
that's not acceptable, since both of those outcomes are "larry 2, michael 2, doug 1", and hence they're the same outcome.

we need an approach that treats only the NUMBER of doughnuts received by each person. hence the solution given.

hope that helps