Let $X$ be a non-negative random variable with $\text{Var}(X)<\frac{1}{2}$. Show that then $P\big(-1+E(X)\le X\le 2E(X)\big)\ge \frac{1}{2}$ where $P$ is the probability measure and Var is the variance and $E(X)$ is the expectation of $X$.
My approach : I was thinking to compute $P(-1+E(X)\le X)$ and $P(X\ge 2E(X))$ so that $P\big(-1+E(X)\le X\le 2E(X)\big)=P(-1+E(X)\le X)-P(X > 2E(X))$ and $P(-1+E(X)\le X)=1-P(-1+E(X)> X)=1-P(X-E(X)<-1)$ and $P(X-E(X)<-1)\le \frac{Var(X)}{(1)^2}\le \frac{1}{2}$(By Chebyshev Inequality and given condition) hence $P(X\ge -1+E(X))\ge \frac{1}{2}$ and by similar work since $X$ is non negative hence assuming $E(X)>0$ we get that $P(X>2E(X))\le \frac{1}{2}$ hence $P\big(-1+E(X)\le X\le 2E(X)\big)\ge 0$ but how will i get it $\ge \frac{1}{2}$.
Any type of help will be appreciated. Thanks in advance.
Some comments: In the link, the Chebysev's inequality is $$P(|X-\mu|\geq k) \leq \frac{\sigma^2}{k^2}$$ or $$P(|X-\mu|< k) \geq 1 -\frac{\sigma^2}{k^2} $$
If $EX>1$, one has $$P(-1<X - EX \leq EX) = P(-1\leq X-EX \leq 1) + P(1\leq X-EX \leq EX)\geq 1-\frac{VarX}{1}\geq \frac{1}{2}.$$
If $EX<1$, one has $$P(-1<X - EX \leq EX) = P(-1\leq X-EX \leq -EX) + P(-EX\leq X-EX \leq EX)\geq 1-\frac{VarX}{(EX)^2}\geq \frac{1}{2}.$$