Raindrops are falling at an average rate of 20 per square inch per minute. You want to model the number of raindrops that fall per minute over an area that is five square inches.
Let’s say that the number of notifications you get in a day is a Poisson random variable with mean 20.
Let \(X \sim \textrm{Poisson}(\lambda)\). Are the following Poisson variables? Why or why not?
Remember the tennis problem? Two people are playing a tennis match, where the rule is whoever goes up by two first wins the match. Person A scores a point with probability \(p\) each round, the rounds are independent, and they play until someone wins.
What is the expected number of rounds that will be played? Hint. Think of the first two games, the second two, and so on, as independent trials.
Hyperbolic cosine is a function defined by
\[\cosh x = \frac{e^x + e^{-x}}{2}.\]
\[P(X \text{ is even}) = e^{-\lambda} \cosh \lambda.\]
Show that Poisson variables are more likely to be even than odd.
Say that \(\lambda = 4\). Given that \(X\) is even, what is the probability that it was \(0\)?
\[ \begin{align*} p_X(-1) &= \frac{1}{2} \\ p_X(0) &= \frac{1}{3} \\ p_X(2) &= \frac{1}{6}. \end{align*} \]
Let \(X \sim \text{Poisson}(\lambda)\).
Let \(X \sim \text{Geometric}(p)\).
Let \(X \sim \textrm{Poisson}(\lambda)\). In class we’ll compute \(E[X]\) and \(E[X^2]\). The goal of this exercise is to compute \(E[X^3]\).
A fair coin is flipped \(n\) times. What is the expected number of times the pattern HTH will occur? Note that overlap is allowed: HTHTH would count as two occurrences of the pattern.
Shuffle a standard deck of 52 cards and deal them one at a time. What is the expected number of cards drawn before the first ace is seen?
A group of \(n \geq 2\) people put their names on pieces of paper and drop them into a hat. What is the expected number of people that draw their own name? (Assume that no one has the same name among the \(n\) people.)