A balanced coin is tossed $280$ times. Let $X$ be the number of H’s in the first 200 tosses, and let $Y$ be the number of H’s in the last 80 tosses. Prove that $P(X-Y≤50)≤7/20$
My attempt: Let’s mark $Z=X-Y$. The way I see it, we need to use here Cebyshev’s inequality. I found that $E(Z)=60 , V(Z)=70$. Now, I want to prove that $P(Z≥70)=P(Z≤50)$, because then I’ll get $P(Z-E(Z)≥10)=P(E(Z)-Z ≥10)$ , and then :
\begin{align*} P(Z\leq 50) &= P(Z-E(Z)\leq -10) \\ &= 0.5 ( P(Z-E(Z)\leq-10) + P(E(Z)-Z \geq10) ) \\ &= 0.5 (P(Z-E(Z)\leq-10) + P(Z-E(Z)\geq10) ) \\ &=0.5 P( |Z-E(Z)|\geq 10) \end{align*}
And from here we can use Cebyshev’s inequality and get the right result. The problem is that I don’t succeed of proving that $P(-Z≥-50)=P(Z≥50)$. In order to do that, I want to prove that $Z\sim N(60,70)$ (from here it will be easy to show what I want)- but I don’t see how. Do you know how can I prove it? Or maybe there is another way?