[email protected] wrote:If we're dividing into "parts" (or "groups"), then Mitch's solution is correct because we'd be looking for combinations of chocolates. However, this question states that the chocolates are divided among 3 people, and each person is unique. This changes the math/solution.
Not so.
The separator method used in my solution above takes into account that the 3 people are DISTINCT.
Here is how the separator method accounts for all of the ways to give 1 person 4 chocolates, while the other 2 people each receive 3 chocolates:
OOOO|OOO|OOO = A gets 4 chocolates, B gets 3 chocolates, C gets 3 chocolates.
OOO|OOOO|OOO = A gets 3 chocolates, B gets 4 chocolates, C gets 3 chocolates.
OOO|OOO|OOOO = A gets 3 chocolates, B gets 3 chocolates, C gets 4 chocolates.
All 3 ways are counted.
Here is how the separator method accounts for all of the ways to give 1 person 10 chocolates, while the other 2 people each receive 0 chocolates:
OOOOOOOOOO|| = A gets 10 chocolates, B gets 0 chocolates, C gets 0 chocolates.
|OOOOOOOOOO| = A gets 0 chocolates, B gets 10 chocolates, C gets 0 chocolates.
||OOOOOOOOOO = A gets 0 chocolates, B gets 0 chocolates, C gets 10 chocolates.
All 3 ways are counted.
In fact, if the order of the distributions DOESN'T MATTER -- if A=10, B=0 and C=0 is considered the same distribution as A=0, B=10, and C=0 -- then the separator method cannot be used, making the solution far more time-consuming.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.
As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.
For more information, please email me (Mitch Hunt) at
[email protected].
Student Review #1
Student Review #2
Student Review #3