I have following exercise. The casino is testing a new machine. The player puts 1\$. With a probability of 32/200 the game returns 3 \$, with a probability of 1/200 the game returns 100\$, with a probability of 167/200 returns 0. The casino has found that the machine has lost 10,000\$ after a million games. Show constraint on the probability of an event.
I am not sure how to do this task. I decided to use Chebyshev inequality. Let $X$ - player's expected earnings $$E[X] = 32/200 * 2 + 99 *1/200 + 167 * (-1) = -1/50$$ $$E[X^2] = 32/200 * 2^2 + 99^2 *1/200 + 167 * (-1)^2 = 1262/25$$ $$Var[X] = E[X^2] - E[X]^2 = 1262/25 - (-1/50) = 50.4796$$ Chebyshev inequality: $$\Pr(|X-\mu |\geq k\sigma )\leq {\frac {1}{k^{2}}}.$$ And i'm not sure how to show constrain on the probability. I've tried transform the equation: $$\Pr(|X-\mu |\geq k )\leq {\frac {\sigma ^{2}}{k ^{2}}}$$ After substitution: $$\Pr(|X-\mu |\geq k )\leq {\frac {50.4796^2}{10000 ^{2}}}$$ I am pretty sure that my reasoning is incorrect because I did not use the number of games played. I would ask for advice. thank you
Side comment: In your computations $167$ should be $167/200$ and in the third line your $(-1/50)$ should be $(-1/50)^2$, but I think these are just typos since your final results are correct...
Your $X$ represents a player's earnings in a single game. You can then use your computations to find the analogous quantities for $Y = X_1 + \cdots + X_{1000000}$ where each $X_i$ is a single independent game.
You can check that $E[Y] = 10^6 E[X_1] = -20,000$ and $\text{Var}(Y) = 10^6 \text{Var}(X_1) = 50,479,600$ where $E[X_1]$ and $\text{Var}(X_1)$ are the quantities you have already computed.
Then we have $$P(Y \ge 10000) = P(Y - E[Y] \ge 30000) \le P(|Y-E[Y]| \ge 30000) \le \frac{\text{Var}(Y)}{30000^2}.$$