I'm trying to determine what the variance of rolling $5$ pairs of two dice are when the sums of all $5$ pairs are added up (i.e. ranging from $10$ to $60$).
My first question is, when I calculate the variance using $E[X^2]-E[X]^2$ I get $2.91$, but my Excel spreadsheet and other sites I've googled give $3.5$ with no explanation of what me taking place. Which one is correct?
Second, to calculate the variance of a random variable representing the sum of the $5$ pairs (i.e. between $10$ and $60$), is it simply $5 \times Var(X)$? What about the standard deviation, is it $\sigma \sqrt{n}$?
Last, is there any difference between calculating the dice sums as "$5$ pairs of $2$ dice" and "$10$ dice"? Will it make a practical difference? (I find it easier to calculate it as $10$ dice).