There are $n$ flips of a fair coin, $X$ is a random variable which counts the number of $HH$:
for example the event '$HHH$' yields, $X=2$.
I'm trying to bound $P(X\le\frac{n}{8})$ from above.
What I tried to do is to define $X=\sum\limits _{i=1}^{n-1}Y_{i}$ where $Y_{i}\sim Ber\left(\frac{1}{4}\right)$ represent a H in the $i$-th and $(i+1)$-th flips. And to apply Chebyshev's inequality. But im having trouble to calculate $\mathbb{E}[X^{2}]$