Homework 2
Please prepare your solutions neatly, numbered, and in order; ideally, you’ll write up a final clean copy after completing all problems on scratch paper. Please note that if a prompt includes a question, you’re expected to support answers with reasoning, even if the prompt does not explicitly ask for a justification. Provide your name at the top of your submission, and if you collaborate with other students in the class, please list their names at the top of your submission beneath your own.
(Hypergeometric distribution) Imagine a clown car with 50 clowns; suppose that 20 of them are happy clowns and 30 of them are sad clowns.
- If 10 clowns exit the car sequentially and at random, what is the probability that exactly 3 are sad clowns?
- If 10 clowns exit the car sequentially and at random, what is the probability that exactly \(k\) are sad clowns? (Assume \(0\leq k \leq 10\).)
- If \(n\) clowns exit the car sequentially and at random, what is the probability that exactly \(k\) are sad clowns? (Assume \(0 \leq k \leq n\) and \(n < 20\).)
- If the car contains \(N\) happy clowns and \(M\) sad clowns and \(n \leq N + M\) exit the car sequentially and at random, what is the probability that \(k\) are happy clowns (for \(0 \leq k \leq \text{min}(n, N)\))?
Consider rolling two six-sided dice. The sample space is \(S = \{1, 2, 3, 4, 5, 6\}^2\). Assuming the dice are fair, each outcome \((i, j)\) has equal probability \(p\). Consider the event that the dice sum to \(k\): \(E_k = \{(i, j)\in S: i + j = k\}\).
- Find \(|S|\) and \(p\).
- Find \(|E_k|\) in terms of \(k\).
- Make a table of the probabilities \(P(E_k)\).
- Interpret the event \(\bigcup_{k = 1}^m E_k\) in words and find \(P\left(\bigcup_{k = 1}^m E_k\right)\) (assuming \(1\leq m \leq 12\)).
- Find the probability of rolling a sum smaller than or equal to 8.
Hint: you may find the proof of SWR2 helpful in answering part (ii); however, there are multiple ways to solve the problem.
Verify the following identities.
- \({n \choose k} = \frac{k + 1}{n - k}{n \choose k + 1}\)
- \({n + m \choose m} = {n + m \choose n}\)
- \({n \choose 1} = {n \choose n - 1} = n\)
- \({n \choose k} = {n \choose n - k}\)
- \({n \choose k} = \frac{n}{k}{n - 1 \choose k - 1}\)
Consider a lottery where players can choose 12 numbers between 0 and 50 (including 0 and 50) and one winning combination is drawn by randomly selecting one number at a time. Suppose there are three prizes: the biggest prize is awarded to a match of all numbers in the winning combination in sequence; the second biggest prize is awarded to a match of all numbers in the winning combination, but not in sequence; and a smaller cash prize is awarded for matching all but one number in the winning combination, and not necessarily in sequence.
- What is the probability of winning each prize if player selections (and the winning combination) can include each number no more than once?
- What is the probability of winning any of the prizes?
(Matching problem) Suppose that you have \(n\) letters addressed to distinct recipients and \(n\) envelopes addressed accordingly, and the letters are placed in the envelopes at random and mailed. Let \(A_i = i\text{th letter is placed in the correct envelope}\).
- Find the probability that the \(i\)th letter is placed in the correct envelope: determine \(P(A_i)\).
- Find the probability that the \(i\)th and \(j\)th letters are placed in the correct envelopes: determine \(P(A_i \cap A_j)\) assuming \(1 \leq i < j \leq n\).
- Find \(\sum_{1 \leq i < j \leq n} P(A_i \cap A_j)\). (Hint: how many ways are there to choose two letters?)
- Find the probability that the \(i\)th, \(j\)th, and \(k\)th letters are placed in the correct envelopes: determine \(P(A_i \cap A_j \cap A_k)\) assuming \(1 \leq i < j < k \leq n\).
- Find \(\sum_{1 \leq i < j < k \leq n} P(A_i \cap A_j \cap A_k)\). (Hint: how many ways are there to choose three letters?)
- Find the probability that an arbitrary subcollection of \(i\) letters (say, letters \(j_1, \dots, j_i\)) are all placed in the right envelopes: determine \(P(A_{j_1}\cap A_{j2} \cap \cdots \cap A_{ji})\) assuming \(1 \leq j_1 < \cdots < j_i \leq n\).
- Find \(\sum_{1 \leq j_1 < \cdots < j_i \leq 1} P(A_{j_1} \cap \cdots \cap A_{j_i})\).
- Use the inclusion-exclusion formula to find the probability that at least one letter is mailed to the correct recipient. What is the limit of this probability as \(n \rightarrow \infty\)?