Question: given the weight of a child is normally distributed with average weight = $25\,\text{kg}$ and variance = $4\,\text{kg}$. What is the probability that $7$ kids will weigh less than $180\,\text{kg}$?
My way of thinking is: $P(7K < 180)$. When converting this to the normal distribution, we need the expected value for 7 kids $= 7*25$ and the variance. By default, $var(a*X) = a^2var(X)$ for $a$ being a constant. However, for the normal distribution the variance of $7$ children is $7*var(X)$, without it being squared. Can someone explain to me what I am missing?
Let $Z\sim N(\mu,\sigma^2)$ denote the normal distribution for the total weight of the $7$ children.
Now, we have:
$$Z=X_1+X_2+X_3+X_4+X_5+X_6+X_7$$ Where $X_k$ denotes the $k$-th child.
It is not $Z=7X$, since you are measuring $7$ different children's weights, and not multiplying the weight of one child by $7$ (i.e otherwise you would be assuming that all kids would weigh the same).
Now, you should get:
$$\operatorname*E(Z)=7\operatorname*E(X)$$ And $$\operatorname*{Var}(Z)=\operatorname*{Var}(X_1)+\operatorname*{Var}(X_2)+\cdots+\operatorname*{Var}(X_7)=7\operatorname*{Var}(X)$$