Problems

Filters
Clear Filters

1 problem found

2004 Paper 2 Q14
D: 1600.0 B: 1484.0

Explain why, if \(\mathrm{A, B}\) and \(\mathrm{C}\) are three events, \[ \mathrm{P(A \cup B \cup C) = P(A) + P(B) + P(C) - P(A \cap B) - P(B \cap C) - P(C \cap A) +P(A \cap B \cap C)}, \] where \(\mathrm{P(X)}\) denotes the probability of event \(\mathrm{X}\). A cook makes three plum puddings for Christmas. He stirs \(r\) silver sixpences thoroughly into the pudding mixture before dividing it into three equal portions. Find an expression for the probability that each pudding contains at least one sixpence. Show that the cook must stir 6 or more sixpences into the mixture if there is to be less than \({1 \over 3}\) chance that at least one of the puddings contains no sixpence. Given that the cook stirs 6 sixpences into the mixture and that each pudding contains at least one sixpence, find the probability that there are two sixpences in each pudding.


Solution:

TikZ diagram
When we add everything in \(A\),\(B\), \(C\) we overcount the overlaps. When we remove the overlaps we remove the centre section too many times, so we have to add it back on in the end. Let \(X_i\) be the probability that the \(i\)th pudding contains a sixpence. \begin{align*} && \mathbb{P}(X_1^c \cup X_2^c \cup X_3^c) &=\mathbb{P}(X_1^c \cap X_2^c \cap X_3^c) + \mathbb{P}(X_1^c)+\mathbb{P}(X_2^c)-\mathbb{P}(X_3^c)+\\ &&&\quad\quad-\mathbb{P}(X_1^c \cap X_2^c )-\mathbb{P}( X_2^c \cap X_3^c)-\mathbb{P}(X_1^c \cap X_3^c) \\ &&&= 0 + (\tfrac23)^r+ (\tfrac23)^r+ (\tfrac23)^r + \\ &&&\quad\quad - (\tfrac13)^r- (\tfrac13)^r- (\tfrac13)^r \\ &&&= \frac{3\cdot2^r-3}{3^{r}} \\ \Rightarrow && \mathbb{P}(\text{all contain a sixpence}) &= 1 - \frac{3\cdot2^r-3}{3^{r}} \\ &&&= \frac{3^r-3\cdot2^r+3}{3^r} \end{align*} When \(r = 5\) we have \(\frac{3 \cdot 32-3}{3^5} = \frac{31}{81} > \frac13\) When \(r = 6\) we have \(\frac{3 \cdot 64-3}{3^6} = \frac{7}{27} < \frac13\) Therefore, the chef must stir in at least \(6\). \begin{align*} && \mathbb{P}(\text{two in each}|\text{at least 1 in each}) &= \frac{ \mathbb{P}(\text{two in each} \cap \text{at least 1 in each}) }{ \mathbb{P}(\text{at least 1 in each}) } \\ &&&= \frac{ \mathbb{P}(\text{two in each}) }{ \mathbb{P}(\text{at least 1 in each}) } \\ &&&= \frac{90/3^6}{20/27} \\ &&&= \frac{1/3}{2} = \frac16 \end{align*}