In the end I modeled a random variable as
{ 1 = 3/6;
2 = 2/6;
5 = 1/6 }
And the situation is that we roll a dice 10,000 times and we want to know what is the probability of gain 22000€ or more assuming that roll a dice is gratis/free.
I was wondering if could I use the Central Limit Theorem and approximate the probability distribution as a Gaussian one. But I don't find the right parameters since I'm a beginner.
What kind of strategy should I use to answer this question?
The expectation for the money gained by rolling a single dice is $$\mu=\frac{3}{6}\times1+\frac{2}{6}\times2+\frac{1}{6}\times5=2$$ and the variance $$\sigma^2=6-2^2=2$$
As 10000 is quite a large number, by the central limit theorem, the sum of the money gained by rolling a dice 10000 times shall follow the normal distribution $N(10000\mu,10000\sigma^2)$
Hence, the answer to your problem shall be $1-\Phi(\frac{22000-10000\mu}{100\sigma})=1.044\times10^{-45}$, which is a very unlikely case.