Information: The annual rainfall (in inches) in a certain region is normally distributed with $\mu=40$ and $\sigma=5$.
My attempt is: probability of less than 20 inches of rain $$P(x<20)=P(Z<-4)=1-\phi(4).$$
I'm not sure how to apply this to the part where at least 2 of the next ten years.
Its a binomial distribution with 10 years. (assume each year is independent of previous year.)
So, $X_i$~Norm(40,25) (this is the mean, and variance) represents the annual rainfall of a year.
P(X<20) which is aprx $\phi$($\frac{20-40}{5}$) which $\phi(-4)$
Y, composed of the $X_{i}$s, is ~Binomial(10,$\phi(-4)$). This represents the amount of years that have this rain or less.
So, we want P(Y>1) = 1 - P(Y=1) - P(Y=0) which you get by plugging in the binomial distribution here.
$$P(X=x)= \begin{pmatrix} n\\x \end{pmatrix} p^x(1-p)^{n-x}$$