Let $X_1, \ldots , X_n$ be a random sample of Poisson(λ) where λ > 0 is unknown. Let $Y =\tfrac 1 n \sum_{i=1}^n X_i$ be the sample mean.
(a) Find the mean and variance of Y .
(b) Find the MGF of Y .
(c) Can you use the result in (b) to find the distribution of Y ?
I know that if the $X_i$'s are independent. Then, the mean of the $Y$ is $(1/n) *(λ_1+...λ_n)$. However, can we say that these are independent? Then, I could calculate the variance by finding E(X^2).
Help is greatly appreciated!
Yes, you may assume the samples are independent and identically distributed. This being how sampling from a distribution is defined.
Then indeed Linearity of Expectation says: $\mathsf E(Y) ~{=\mathsf E(\tfrac 1n\sum_{i=1}^n X_i) \\=\tfrac 1n\sum_{i=1}^n\mathsf E(X_i)\\= \lambda}$
The mean of the sample mean is the mean of the distribution.
Maybe, but that is unnecessary. You should already know $\mathsf{Var}(X_i)$ since the samples do come from a Poisson Distribution of parameter $\lambda$.
So, you may now use the Bilinearity of Covariance along the identical distribution and uncorrelation of the samples.$$\mathsf {Var}(Y)=\sum_{i=1}^n\mathsf{Var}(\tfrac 1n X_i)+\require{cancel}\cancelto0{\underset{j\neq i}{\sum_{i=1}^n\sum_{j=1}^n}\mathsf{Covar}(X_i,X_j)~}$$
...
So, the variance of the sample mean is not the variance of the distribution.