I have a question considering Chebyshev's inequality.
$$ P[|X-E[X]| > a] \leq \frac{Var[X]}{a^2} $$
Let's say we have 5 possible events, probability is uniformly distributed, so every event has $$ PR[event] = \frac{1}5$$
Now we want to know the upper bound of the probability of a specific event happening at least 10 times, if we have 50 trials. This would lead to $$E[X] = 10$$
If we then use Chebyshev's inequality:
$$PR[X > 10] = PR[X -10 > 0] = PR[|X-10|>0] \leq \frac{Var[X]}{a^2} $$
Which is a problem. But there surely must be a way of getting a upper bound for this case with Chebyshev's inequality right? Or did I miss something?