A fair die is rolled 100 times. What is the population variance of the sum of the odd numbers that appear?

706 Views Asked by At

$\newcommand{\V}{\operatorname{V}}\newcommand{\Cov}{\operatorname{Cov}}$Here's my work so far:

$X_i$ is the number of rolls with $i$ dots. $Y$ is the sum of the odd numbers, so $Y=X_1+3X_3+5X_5$.

$$\V[Y]=V[X_1]+V[3X_3]+V[5X_5]+2(\Cov(X_1,3X_3)+\Cov(X_1,5X_5)+\Cov(3X_3,5X_5))$$

$$\V[X_1]=100\left(\frac{1}{6}\right)\left(\frac{5}{6}\right)=13.89, \V[3X_3]=9*13.89=125, \V[5X_5]=347.25$$

Now I'm stuck trying to find the covariances... Help please?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $X_i=0$ if the $i$-th toss is even, and let $X_i$ be the number obtained on the $i$-th toss if that number is odd. Then if $Y=X_1+\dots +X_n$, where $n=100$, then $Y$ is the sum of the odd numbers tossed.

The $X_i$ are independent, so the variance of $Y$ is the sum of the variances of the $X_i$. This is $n\text{Var}(X_1)$.

I will leave finding the variance of $X_1$ to you. It is straightforward to calculate, since $X_1=0$ with probability $\frac{1}{2}$, and $X_1=\frac{1}{6}$ for each of $1$, $3$, and $5$.