tony24810 said:
Homework Statement
A teacher would like to distribute 20 candies to 5 children, each of which receives at least two candies.
(a) Find the probability that at least one child receives at least 6 candies.
(b) Find the probability that at least one child receives at least 7 candies if at least one child receives at least 6 candiesHomework Equations
Answer:
(a) P(requried) = ##1 - \frac {1} {C^{20-1}_{5-1}}##
= ##\frac {3875}{3876}##
(b) P(required) = ##\frac{\frac {3875}{3876}-\frac{5 C_{4-1}^{14-1}}{C_{5-1}^{20-1}}+\frac{C_2^5 C_{3-1}^{8-1}}{C_{5-1}^{20-1}}-\frac{C_3^5}{C_{5-1}^{20-1}}}{\frac {3875}{3876}}##
= ##\frac{529}{775}##
The Attempt at a Solution
I thought of simplifying the problem at first.Because each child has to get at least 2 candies, so I thought of changing the question so that it becomes distributing 10 candies to 5 children with no restriction.
And then I have no idea what to do.
I looked at the answer but I couldn't work out what it is doing.
Please could someone give me some hints? Thanks.
haruspex brings up a very good point, that I will expand upon. Suppose we want the conditional probability distribution ##P(j_1,j_2,j_3,j_4,j_5 | E)##, where ##E = \{\text{ each} \: j_i \geq 2 \}##. Here, ##j_i## is the number of candies received by child ##i = 1,2,3,4,5##.
You can look at the problem in two ways:
Method 1: As a straight conditional probability problem, so that for each ##j_i \geq 2## we have
P(j_1,j_2,j_3,j_4,j_5 | E) = \frac{P(j_1,j_2,j_3,j_4,j_5)}{P(E)}
(This holds because when each ##j_i \geq 2## the event ##E## automatically occurs, so ##(j_1,j_2,j_3,j_4,j_5) \cap E = (j_1,j_2,j_3,j_4,j_5)## in the numerator.)
Method 2: First give two candies to each child, then distribute the remaining candies to the children at random and without restrictions.
Method 1 is essentially the "rejection method" proposed by haruspex, while Method 2 is the one you proposed in your partial solution.
Here comes the absolutely amazing part: the two methods give different answers!
I will illustrate this on a smaller example: we have 6 items to be placed in two cells, and we want the conditional distribution of cell occupancy numbers, given at least one item in each cell. I will look at occupancy numbers ##(1+i, 5-i), i=0, \ldots, 4##, giving at least one item in each cell. We need only know ##i## to know everything.
If ##X_6## is binomial(6,1/2), then the conditional probability of occupancy ##(1+i,5-i)##, given at least one item in each cell is ##P_1(i)##, computed as follows:
P_1(i) = P(X=1+i | 0 \leq i \leq 4) <br />
= \frac{P(X =1+i)}{\sum_{j=0}^4 P(X = 1+j)}, i = 0,1,2,3,4
The denominator is
P(E) = \sum_{j=0}^4 P(X = 1+j) = \sum_{j=0}^4 C(6,1+j)/2^6 = 31/32,
so
P_1(i) = C(6,1+i)/62, \; i = 0, \ldots, 4
That is what we get from Method 1.
On the other hand, from Method 2 we obtain the (supposedly-conditional) probability of occupancy ##(1+i,5-i)## as
P_2(i) = C(4, i)/2^4, \; i=0, \ldots, 4
Here is a comparison:
\begin{array}{ccc}<br />
i & P_1(i) & P_2(i) \\<br />
0 & 3/31 & 1/16 \\<br />
1 & 15/62 & 1/4 \\<br />
2 & 10/31 & 3/8 \\<br />
3 & 15/62 & 1/4 \\<br />
4 & 3/31 & 1/16<br />
\end{array}<br />
I will leave you to ponder the question: if Method 2 gives the wrong answer, why is that? How could the distribution of the remaining 4 items NOT be independent and at random?