Do as much as you can analytically, and for the rest use R.
A rv X has a discrete uniform distribution on 1,..,N if P(X=k)=1/N for 1≤k≤N. Here N is some fixed positive integer. We write X∼U{1,..,N}.
Say X∼U{1,..,N}. Find E[X] and Var[X].
Say X1,..,Xk∼U{1,..,N} and independent. Say Mk=max. Find E[M_k].
Data from a discrete uniform can be generated with the R sample command. Use this to verify your answers for N=10 and k=2.
Say X\sim Exp(1) and Y|X=x \sim Pois(x). Find Var[Y].
Say X\sim N(0, 1).
\psi(t)=E[e^{tX}]
Show that P(X>a)\le e^{t^2/2-ta} for any t>0 and a>0
Show that P(X>a)\le e^{-a^2/2} for any a>0.