I need help with a particular problem in my statistics textbook.
Imagine rolling a normal die with six sides $100$ times. I need to find the probability that the sum of the values rolled in those $100$ times is less than $300$.
So for the sum, we want to look at the random variable $Y=X_1+X_2+...+X_{100}$. Every $X_i$ should have the same mean and variance, let's say the mean is $\mu$ and the variance is $\sigma^2$. Then the mean of $Y$ would be $100\mu$ and the variance is $100\sigma^2$.
We want to find $P(Y<300)$. Using a continuity correction, we want to look at $P(Y<300.5)$. Then $P(Y<300.5)=P\left({Z<\dfrac{300.5-100\mu}{\sqrt{100 \sigma^2}}}\right)$. I could find the answer from here.
However, I am having a hard time figuring out what $\mu$ and $\sigma^2$ should equal. I know that $\mu=np$ and $\sigma^2=np(1-p)$ for a normal approximation. But I don't know what $n$ and $p$ would be for the $X_1, X_2, ..., X_{100}$ or if that is the correct way to go about this problem.
Any help is appreciated, thank you.
Finding $\mu$ and $\sigma$ requires you to make use of the properties of the expectation and variance, namely:
$$ \mu = \mathbb{E}[Y] = \mathbb{E}[X_1 + \dots + X_{100}] = \mathbb{E}[X_1] + \dots + \mathbb{E}[X_{100}] = 100 \frac{1+2+3+4+5+6}{6} = 350 \\ \sigma^2 = \mathrm{Var}[Y] = \mathrm{Var}[X_1 + \dots + X_{100}] = \mathrm{Var}[X_1] + \dots + \mathrm{Var}[X_{100}] = 100\left(\frac{91}{6} - 3.5^2\right) = 291.6666... $$
The variance of $X$ comes from first principles, i.e. $\mathbb{E}[X^2] - (\mathbb{E}[X])^2$