So the question asks: Let $X_n$~Bin(2n,1/2),use Stirling’s approximation for $n!$ to show $P [X_n = n]$~ $1/√(πn)$ as $n→ ∞$, and show the error in the estimate for $P [X_n ≤ n]$, given by the central limit theorem, is approximately $1/(2√(πn))$
So far I got:
using Stirling’s approximation for $n!$:
$n! ≈(n/e)^n √(2πn)$
$\binom {2n} {1/2} = \frac {2n!} {({1/2})!(2n-{1/2})!}=\frac {(2n/e)^{2n} 2√(πn)} {(√π / 2)((2n-1/2)/e)^{2n-1/2}√(2π(2n-1/2))}$
But I can't see why it is equal to $1/√(πn)$ when n goes to infinity.
Also I am really sorry about the format which causes incovinence for reading, so I also attached the screenshot of my work below.
Also how can I use central limit theorem to find the error?

I get $\binom {2n} {1/2} \approx\dfrac { 2\sqrt{2n}} {\sqrt{\pi}}$.
Since $\binom {2n} {0} = 1 $ and $\binom {2n} {1} = 2n $, it seems reasonable that $\binom {2n} {1/2} $ is of order $\sqrt{n}$.
Here's your chance to find another mistake of mine.
$\begin{array}\\ \binom {2n} {1/2} &= \dfrac {(2n)!} {({1/2})!(2n-1/2)!}\\ &\approx\dfrac {(2n/e)^{2n} 2\sqrt{πn}} {(\sqrt{π} / 2)((2n-1/2)/e)^{2n-1/2}\sqrt{2π(2n-1/2)}}\\ &=\dfrac {(2n)^{2n} 4\sqrt{πn}} {e^{1/2}\sqrt{π}(2n-1/2)^{2n-1/2}√(2π(2n-1/2))}\\ &=\dfrac {(2n)^{2n} 2\sqrt{2πn}} {e^{1/2}\pi(2n-1/2)^{2n-1/2}√(2n-1/2)}\\ &=\dfrac {(2n)^{2n} 2√{(2πn)}} {e^{1/2}\pi(2n-1/2)^{2n}}\\ &=\dfrac { 2\sqrt{2n}} {e^{1/2}\sqrt{\pi}}\left(\dfrac{2n}{2n-1/2}\right)^{2n}\\ &=\dfrac { 2\sqrt{2n}} {e^{1/2}\sqrt{\pi}}\left(1-\dfrac{1/2}{2n}\right)^{-2n}\\ &=\dfrac { 2\sqrt{2n}} {e^{1/2}\sqrt{\pi}}e^{1/2} \qquad\text{since }(1-\frac{a}{x})^x \approx e^{-a} \text{ so }(1-\frac{a}{x})^{-x} \approx e^{a}\\ &=\dfrac { 2\sqrt{2n}} {\sqrt{\pi}} \end{array} $