I need help in solving this question:
Let $Y_1$, $Y_2$, $...$ be $i.i.d.$ with distribution $N(2, 5)$. Prove that for some $n$, we have $P(Y_1 + Y_2 +···+ Y_n > n) > 0.999$
I know from this, I need to find the new value of $\bar{Y}$ first, which is $$N\left(2, \frac{5}{n}\right)$$
How do I proceed from here?
You know $\bar{Y} \sim N(2, 5/n)$. Thus $Z:=\sqrt{\frac{n}{5}}(\bar{Y} - 2) \sim N(0,1)$. Further, $$P(Y_1 + \cdots + Y_n > n) = P(\bar{Y} > 1) = P(Z > -\sqrt{n/5}).$$ As $n \to \infty$, this quantity tends to $1$.
As noted in another answer, there are more direct methods (under even more relaxed assumptions) to show that there exists an $n$ for which the inequality holds. The virtue of this method (which uses knowledge of the distribution of each $Y_i$) is that one can compute for which specific values of $n$ the inequality holds.