The number of children in a family is a random variable $X$, where $ \mathbb E(X) = 1.8 $ and $Var(X) = 0.36 $. If we randomly choose a child, which is the expected number of its siblings?
(it is given that the answer $> 0.8$)
Let the number of a child's siblings be a random variable $Y$, so we are looking for $ \mathbb E(Y) $.
If found that,
$$ \mathbb E(Y) = \sum_{k=0}^{\infty}k \; \mathbb P(Y=k) = \sum_{k=0}^{\infty}k \; \mathbb P(X=k+1) = $$ $$ = \sum_{k=0}^{\infty}k \; \mathbb P(X=k)-\sum_{k=0}^{\infty}\mathbb P(X=k) +\mathbb P(X=0)= \mathbb E(X)-1+\mathbb P(X=0) $$ which is indeed greater than $0.8$, if $\; \mathbb P(X=0)>0$.
But, I don't know how to make use of the variance to find the final answer.
Thank you in advance
In general the average number of siblings per child is $\mu-1+\frac{\sigma^2}{\mu}$. If the children were Poisson distributed, this would be $\mu$.