I have a task to estimate probability using CLT. $P(52<X<98)$, $X=\sum_{i=1}^{50}X_i$ and $X_i\in U([1,2])$ $X_i$ are independent.
So $X$ parameters are: $\sigma = \sqrt\frac{25}{6}, EX = 75$
This is what i did: $$P\Biggl(\frac{X-75}{\sqrt\frac{25}{6}}<\frac{98-75}{\sqrt\frac{25}{6}}\Biggl) = \Phi(11,3)$$ $$1-P\Biggl(\frac{X-75}{\sqrt\frac{25}{6}}<\frac{52-75}{\sqrt\frac{25}{6}}\Biggl) = 1-\Phi(-11,3)$$ $$\Phi(11,3)-(1-\Phi(-11,3)) = 1-(1-0) = 0$$ But the answer in my book is $0,9672.$ I have no clue where i did a mistake.
One way to check this by yourself would be by simulating the distribution of $\sum X_i$. In R (with tidyverse) this can be done by
where the plot looks like this:
Another quite easy way is to use the $\sigma$-rules of the normal distribution (e.g. on Wikipedia1 ; Wikipedia2), that is aproximatly 99.73% of the "mass" are within $\pm 3 \sigma$ around $\mu$.