Let X be the total count of fives in $n$ dice ups and downs s.t. it is in between $\frac 1 k n +/- \sqrt n$ with k=6. Calculate Pr(X).
I personally think that I should integrate the probability density function of n such that it is in between the two values? I dont know how to find that pdf but I know for n throws, you expect to get n/6 sixes. any hin would be helpful thanks!
$p= \frac{1}{6}$, $q=1-p$, $\mu = \frac{n}{6}$, $\sigma = \sqrt{npq}$. With Chebychev:
$$P(|X-\mu|\lt \sqrt{n}) \geq 1- \frac{\sigma^2}{n}= 1- \frac{npq}{n} = 1- \frac{5}{36}=\frac{31}{36}$$