Let X1, X2, ..., Xn be a random sample from the Poisson distribution with parameter λ1. The probability mass function is P(X = x) = (e^-λ1 * λ1^x) / x!. Note that E(X) = Var(X) = λ1. a) The maximum likelihood estimator of λ1 is the sample mean (i.e. λ^1 = X̄). Show that λ^1 is the MVUE (minimum variance unbiased estimator). b) Assuming n is large, justify that the approximate distribution of λ^1 is N(λ1, λ1/n).