Homework 4
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.
(Random walk) Consider the natural numbers
, and imagine a random process whereby given a particular location on the number line you move one step to the right with probability and one step to the left with probability . If you reach zero, the process stops.- Find the probability that you make it to 50 if you start at 1 and
. - Find the probability that you make it to 50 if you start at 1 and
. - Find an expression for the smallest starting point required to make it to
with probability if the odds favor moving to the right. - Find an expression for the smallest starting point required to make it to
with probability if the odds favor moving to the left. - Use your answers in (iii)-(iv) to find the smallest starting point for which the process will make it to 50 with probability
when and when . - What is the minimum starting point for which the process is more likely to diverge than not when
?
- Find the probability that you make it to 50 if you start at 1 and
Show that if
is a discrete random variable, then it has a countable support set.Use the definition of the CDF to show that:
- If
is a random variable with CDF , then - If
is a random variable with CDF , then
- If
Let
be a continuous random variable. Show that:- for every
, (Hint: use the lemma defining in terms of the CDF) (Hint: use the result in (i))
- for every
(Triangular distribution) Let
be a continuous random variable defined by the PDF: Sketch the density and then find the CDF of .Let
have a uniform distribution on the integers . If , find the CDF, PMF, and support of , and sketch the CDF.Let
have a uniform distribution on the interval and let . Find the distribution of .(Negative binomial) Consider performing repeated independent trials in which each trial has a fixed probability of success
. Let denote the number of failures before successes are obtained. Find the PMF of .