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?