In how many ways can I distribute $6$ identical cookies and $6$ identical candies to $4$ children, if each child must receive exactly $3$ items? (The requirement from part (a) is no longer in force -- that is, it's OK now to give a child $3$ items of one type and none of the other.)

Respuesta :

Answer:

You can distribute the cookies and candies in four ways.

Step-by-step explanation:

Since cookies and candies are indistinguishable, we can use a combination. In this case represents the number of possible ways to distribute (without repetition) the cookies and candies (p) among a given number of children (n):

[tex]\begin{pmatrix}n\\ p\end{pmatrix}=\frac{n!}{p!(n-p)!}\\\begin{pmatrix}4\\ 3\end{pmatrix}=\frac{4!}{3!(4-3)!}=\frac{4!}{3!1!}=4[/tex]