3

Without computing directly, how to show that $\dfrac{\binom{100}{50}}{2^{100}}<0.1$ easily?

user66344
  • 31
  • 1

1 Answers1

2

You may use the estimate

$$\frac{1}{2^{2 n}} \binom{2 n}{n} \sim \frac{1}{\sqrt{\pi n}}$$

as $n \rightarrow \infty$. Then

$$\frac{\binom{100}{50}}{2^{100}} \approx \frac{1}{\sqrt{50 \pi}} < 0.1$$

This is derived using Stirling's Approximation. The (relative) error in the approximation is $1/(8 n)$, or about 1 part in 400 at $n=50$.

Ron Gordon
  • 138,521