\documentclass[12pt]{article}

\usepackage[margin=1in]{geometry}
\usepackage[small]{titlesec}
\usepackage{graphicx}
\usepackage{amsmath}
\newcommand{\Var}{\mathrm{Var}}
\newcommand{\sd}{\mathrm{sd}}


\newcommand{\ds}{\displaystyle}


\newpagestyle{main}[\small]{
	\headrule
	\sethead[\usepage][][]
	{}{}{\usepage}
}

\setlength{\parindent}{0pt}
\setlength{\parskip}{1.5ex}

\title{\vspace{-2cm} \sc Math 20 -- Problem Set 6 (due August 15) \vspace{-2.1cm}}
% \author{due \textbf{Friday, August 4}}

\date{}

 
\begin{document}
\maketitle
% \pagestyle{main}
% \pagenumbering{gobble}

%{\textbf{Name} \underline{\hspace{10cm}} } \\

This problem set is due at the \emph{beginning} of class.  This is just the problem list; please work out these problems on a different sheet of paper.  Please write neatly, staple the pages together, and explain your work where appropriate.  You do not need to simplify binomial coefficients $\binom{n}{k}$ for both which $k>3$ and $n-k>3$, or exponentials $n^k$ where $n+k >8$. \\

\begin{enumerate}

\item  Midterm 2, \#16.

\begin{enumerate}

\item Prove that for a random variable $X$ with expected value $E(X) = \lambda$, \[\Var(X) = E(X(X-1)) + \lambda - \lambda^2.\]  Do not use the equality $\Var(X) = E(X^2) - E(X)^2$ unless you prove it.

\item Use part (a) to prove that the standard deviation of the Poisson distribution with parameter $\lambda$ is $\sqrt{\lambda}$.  You may use without proof that its expected value is $\lambda$.  (This was 16(b) from your exam.)

\end{enumerate} 

\item Suppose $X$ has PDF $f(x) = \frac{1}{2}$ on $[3, 5]$ and 0 otherwise and $Y$ has PDF $g(y) = \frac{1}{2}(y-3)$ on $[3, 5]$ and 0 otherwise.  Find the PDF of $X+Y$.

\item Let $S_n = X_1 + X_2 + \cdots + X_n$ is a sum of $n$ independent exponentially distributed random variables with rate $\lambda$.   Prove by induction (remember this?) that for all $n \geq 2$, $S_n$ has PDF \[ f_{S_{n}}(z) = \frac{\lambda e^{-\lambda z}(\lambda z)^{n-1}}{(n-1)!} .\]
(Hint: $S_n = S_{n-1} + X_n$.)

\item A particle takes a biased random walk on the integer number line as follows: Starting at 0, it moves one to the left with probability 0.2 and one to the right with probability 0.8 at each step.  After 2500 such steps, find the expected value of its position and the standard deviation of its position, and estimate (using the Central Limit Theorem) the probability that the particle lands within 10 steps of its expected position.

\item Estimate the probability that the sum of 100 independently chosen random number drawn uniformly from the interval $[0, 1]$ is greater than 51.  Then estimate the probability that the sum of 10000 independently chosen random numbers drawn uniformly from the interval $[0, 1]$ is greater than 5100.  Comment on the disparity between these probabilities. 



\end{enumerate}


\end{document}
