If $S'^2 = \frac{\sum_{i=1}^n (Y_i - \bar{Y})^2}{n}$ and $S^2 = \frac{\sum_{i=1}^n (Y_i - \bar{Y})^2}{n-1}$
then $S'^2$ is a biased estimator of $σ^2$, but $S^2$ is an unbiased estimator of the same parameter. If we sample from a normal population, find $V(S'^2)$.
I already found $E(S^2) = \sigma^2$ My approach is to first find $V(S^2) = E(S^4) - [E(S^2)]^2$. Finally, find $V(S'^2) = V(\frac{n-1}{n}S^2)$... However, I am stuck for finding $E(S^4)$ Could someone help with this?