Use the Chebyshev's inequality to show that the probability that in $n$ throws of a fair die the number of sixes lies between $\frac{1}{6}n-\sqrt{n}$ and $\frac{1}{6}n+\sqrt{n}$ is at least $\frac{31}{36}$.
The Chebyshev's inequality goes as follows:
If $Y$ is a random variable and $\mathbb E(Y^2)<\infty$, then $$ \mathbb P(|Y|\geq t)\leq\frac{1}{t^2}\mathbb E(Y^2)\quad\text{for }t>0. $$
My problem here is that I don't know what $t$ to choose. My first guess was choosing $t=\frac{1}{6}n+\sqrt{n}$ and taking the complement. But then we get
$1-\mathbb P(|Y|\geq\frac{1}{6}n+\sqrt{n}).$
This gives us the interval $(-\frac{1}{6}n-\sqrt{n},\frac{1}{6}n+\sqrt{n})$, which is not what I need.
There must be some trick I guess to do this. Could someone help me out?