I'm a bit confused about the following problem:
Let $X$ be the random variable $$X = \frac{X_1+X_2+...+X_N}{\sqrt{N}}$$ where $X_k$ is the outcome from the $kth$ flip of a fair coin where heads yields the value $1$ and tails $-1$. Show that $E[X]=\mu=0$ and $\sigma^2= E[X^2]=1$. But what is its distribution? Show experimentally that for large $N$, $X$ appears to be normally distributed. You will be substantiating the celebrated $\textit{central limit theorem}$ stated in any book on statistics.
Now, I do understand the idea of the CLT. I also understand why mean is zero and variance is one. However, I am unsure what the problem is asking for when it asks me to "show experimentally."
I guess what they mean is that you should simulate values from the distribution of $$ X = \frac{X_1+X_2+...+X_N}{\sqrt{N}}. $$ You can use these to plot a histogram and then confirm that it looks like a bell shaped normal curve.