A fair die is thrown 12,000 times. Use the central limit theorem to find values of $a$ and $b$ such that $$ \mathbb P(1900
Right, so the central limit theorem goes as follows:
Let $X_1,X_2,\dots$ be independent and identically distributed random variables, each with mean $\mu$ and non-zero variance $\sigma^2$. The standardised version $$ Z_n=\frac{S_n-n\mu}{\sigma\sqrt{n}} $$ of the sum $S_n=X_1+\dots+X_n$ satisfies, as $n\to\infty$ $$ \mathbb P(Z_n\leq x)\to\int_{-\infty}^x\frac{1}{\sqrt{2\pi}}e^{-\frac{1}{2}u^2}\,\mathrm du\quad\text{for }x\in\mathbb R. $$
Okay, so it's obvious that I need to express $Z_n$ in terms of known quantities. For $S<2200$, we basically want $$ Z_n<\frac{2200-12,000\cdot12,000\cdot\frac{1}{6}}{\sqrt{12,000\cdot\frac{1}{6}\cdot\frac{5}{6}\cdot12,000}}, $$ where I used $\mu=np$ and $\sigma^2=np(1-p)$, where $p=\frac{1}{6}$.
This approach gives me a numerical value of -5366.07.
I'm doing something wrong here. Could someone point out my mistake?
Edit;
OK, I got the solution.