Let $X$ be a random variable with $E[X] > 0$ and $ 0 < E[X^2] < \infty$, prove that $P(X > tE[X]) \geq \frac{(1-t)^2E[X]^2}{E[X^2]}$ for all $0 \leq t \leq 1$.
How do I prove this?
I first used Markov's inequality and get $P(X > tE[X]) \leq \frac{E[X]}{tE[X]}$ and then it will become $ P(X > tE[X]) \geq 1 - \frac{E[X]}{tE[X]}$. But what to do next, am I even on the correct track? I can't think of how to get $E[X]^2$ and $E[X^2]$ into the equality.