Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
221
4
avatar+275 

In how many ways can a teacher distribute 13 stickers to 6  of their students, if the three youngest students are triplets and insist on receiving an equal number of stickers? (The teacher does not need to give a sticker to each student.)

The only way i can think of is finding all the combinations and then adding them.

 Sep 20, 2022
 #1
avatar+1633 
+1

If the three youngest students in the class are triplets, then I think the problem is implying we can assume they are identical. If that is so, we can group those 3 into "1 person" or 1 variable, named "a". The other 3 students will be "b, c, d". Now it is stars and bars and we can do how to distribute 13 stickers among 4 people. a + b + c +d = 13, and a, b, c, and d are nonnegative, we do (13 + 4 - 1 choose 4 - 1)

The answer is 16 choose 3 or 560.

 

:)

 Sep 20, 2022
 #2
avatar+275 
0

Its not 560. the hint is to deal with the restriction first.

 Sep 20, 2022
 #3
avatar+2668 
0

Here's my approach: 

 

Each of the triplets receives 0 stickers: Then there are 13 stars and 2 bars so there (152)=105 ways to distribute the stickers.

Each of the triplets receives 1 sticker:   Then there are 10 stars and 2 bars for (122)=66 ways to distribute the stickers.

Each of the triplets receives 2 stickers: Then there are 7 stars and 2 bars for (92)=36 ways to distribute the stickers.

Each of the triplets receives 3 stickers: Then there are 4 stars and 2 bars for (62)=15 ways to distribute the stickers. 

Each of the triplets receives 4 stickers: Then there are 1 star and 2 bars for (32)=3 ways to distribute the stickers. 

 

So, there are 105+66+36+15+3=225 ways to distribute the stickers.

 Sep 20, 2022
 #4
avatar+118703 
+1

I agree with BiulderBoi.  cool

 Sep 21, 2022

2 Online Users

avatar