Partitioning Pawns

On a chessboard, there are 8 white pawns and 8 black pawns. They are about to be put in bags. There is a red bag, a blue bag, and a yellow bag. The red bag can hold at most 12 pawns, the blue bag can hold at most 11 pawns, and the yellow bag can hold at most 10 pawns. If each bag must hold at least 1 white pawn and at least 1 black pawn, how many possible ways are there to put the pawns in the bags?

Note : Pawns of the same color are considered identical.


The answer is 435.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Abdillah Ahmad
May 20, 2016

Relevant wiki: Combinations - Problem Solving

Because each of the 3 bags must hold at least 1 white pawn and 1 black pawn, we distribute it now, so there remain 5 white pawns and 5 black pawns (10 in total).

  • Firstly, we calculate the number of possibilities, ignoring the maximum capacities. For each colour, there are 5 undistributed pawns which will be distributed into 3 bags, so there are ( 5 + 3 1 ) C 5 = 7 C 5 = 21 ^{(5+3-1)}C_5=^{7}C_5=21 possibilities. Therefore, for both colours, there are 2 1 2 = 441 21^{2}=441 possibilities in total.

  • Secondly, we calculate the number of possibilities which has a bag overfilled. Each bag has been filled with 2 pawns, so the red, blue, and yellow bag can hold 10, 9, and 8 more pawns, respectively.

    1. The red bag can contain all 10 remaining pawns, so it cannot be overfilled.
    2. Both the blue bag and the yellow bag will be overfilled if filled with all 10 remaining pawns. It is clear that there is only 1 possibility for each bag, so in total there are 2 2 possibilities in this case.
    3. The yellow bag will also be overfilled if filled with 9 of the remaining pawns. The remaining pawn has 2 colour possibilities (black and white) and 2 place possibilities (the red bag and the blue bag), so in total there are 4 4 possibilities in this case.

    Therefore, in total, there are 6 6 possibilities which has a bag overfilled.

  • Finally, from the 441 441 possibilities obtained in the first part, we subtract the 6 6 possibilities obtained in the second part, obtaining 435 435 .

Therefore, there are 435 \boxed{435} ways to put the pawns in the bags.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...