The number of breakdowns Y per day for a certain machine is a Poisson random variable with mean $\lambda$. The daily cost of repairing these break downs is given by $C=3Y^2$ If $Y_1, Y_2, ..., Y_n$ denote the observed number of breakdowns for $n$ independently selected days find an MVUE for $E(C)$.
We can use the Rao-Blackwell Theorem.
We know that $E(C) = E(3Y^2)=3[V(Y) + (E(Y))^2]$ and $E(Y)=\lambda=V(Y)$. With some calculations we see that $E(Y^2)= \lambda + \lambda^2$
$\sum_{i=1}^n Y_i=\bar Y$ is a sufficient statistics for $ \lambda$ So I am assuming we can replace $\lambda$ with $\bar {Y}$
I am unsure where to go from here. Can someone help me pull the strings together?