In a family of ten people, the probability mass function of the number of people who contracted the flu is given by $$P_X(x) = K(2x + 9); x = 0,1,..., 10$$ Calculate the variance of the number of people with flu in the family.
My attempt:
The first thing I needed to find was "K". Thus $$\sum_{x=0}^{10}{P_X(x)=1}$$ $$\sum_{x=0}^{10}{K(2x+9)=1}$$ $$\frac{2k.10(10+1)}{2} + 90K = 1$$ $$K=\frac{1}{200}$$ And then use $V(X)=E(X^2)-{E(X)}^2=47.575-(6.325)^2=7.5693$ $$E(X)=\sum_{x=0}^{10}{\frac{x(2x+9)}{200}}=6.325$$ $$E(X^2)=\sum_{x=0}^{10}{\frac{x^2(2x+9)}{200}}=47.575$$
For y second attempt, I have $K=\frac{1}{209}$. What am I missing? Am I on the right path?
All the steps seem correct and you have expressed them clearly.