2019 AMC 8

Complete problem set with solutions and individual problem pages

Problem 25 Hard

Alice has 24 apples. In how many ways can she share them with Becky and Chris so that each of the three people has at least two apples?

  • A.

    105

  • B.

    114

  • C.

    190

  • D.

    210

  • E.

    380

Answer:C

Solution 1 

Note: This solution uses the non-negative version for stars and bars. A solution using the positive version of stars is similar (first removing an apple from each person instead of 2).

This method uses the counting method of stars and bars (non-negative version). Since each person must have at least 2 apples, we can remove 2*3 apples from the total that need to be sorted. With the remaining 18 apples, we can use stars and bars to determine the number of possibilities. Assume there are 18 stars in a row, and 2 bars, which will be placed to separate the stars into groups of 3. In total, there are 18 spaces for stars + 2 spaces for bars, for a total of 20 spaces. We can now do 20 \choose 2. This is because if we choose distinct 2 spots for the bars to be placed, each combo of 3 groups will be different, and all apples will add up to 18. We can also do this because the apples are indistinguishable. 20 \choose 2 is 190, therefore the answer is \boxed{\textbf{(C) }190}.

 

Solution 2 

Consider an unordered triple (a,b,c) where a+b+c=24 and a,b,c are not necessarily distinct. Then, we will either have 1, 3, or 6 distinguishable ways to assign a, b, and c to Alice, Becky, and Chris. Thus, our answer will be x+3y+6z for some nonnegative integers x,y,z. Notice that we only have 1 way to assign the numbers a,b,c to Alice, Becky, and Chris when a=b=c. As this only happens 1 way (a=b=c=8), our answer is 1+3y+6z for some y,z. Finally, notice that this implies the answer is 1 mod 3. The only answer choice that satisfies this is \boxed{\textbf{(C) }190}.