This is problem 6.7.6 in Abbott's Understanding Analysis 2nd ed. The section is called The Weierstrass approximation theorem.
a) Let $c_{n} = \frac{1\cdot 3\cdot 5\cdots (2n-1)}{2\cdot 4\cdot 6\cdots 2n}$ for $n\geq 1$. Show $c_{n} < \frac{2}{\sqrt{2n+1}}$.
b) Use a) to show that $\sum_{n=0}^{\infty}a_{n}$ converges (absolutely, in fact) where $a_{n}$ is the sequence of Taylor coefficients generated in Exercise 6.7.4. $\left[a_{n}=\frac{\prod_{k=1}^{n}(2k-3)}{\prod_{k=1}^{n}(2k)}=\frac{-1\cdot 3\cdot 5\cdots (2n-3)}{2\cdot 4\cdot 6\cdots 2n}\right]$
c) Carefully, explain how this verifies that equation (1) $\left[\sqrt{1-x}=\sum_{n=0}^{\infty}a_{n}x^{n}\right]$ holds for all $x\in [-1,1]$.
With help of this MSE answer I was able to answer a). For c) I think the point is that if $\sum_{n=0}^{\infty}a_{n}$ converges absolutely, then the power series converges too, because $\sqrt{1-x}=\sum_{n=0}^{\infty}a_{n}x^{n}=\sum_{n=0}^{\infty}a_{n}$ at $x=1$. And for $x=-1$ we could use the alternating series to prove that $\sum_{n=0}^{\infty}a_{n}(-1)^{n}$ converges. I have already proved in a previous exercise that it converges for $x=(-1,1)$.
My problem is with b). I suppose that Abbott wants us to use the Weierstrass M-test and maybe a comparison test. However, $\sum_{n=0}^{\infty}c_{n}$ diverges, so I don't know how to go from there. In other words, I feel I didn't get much information from a). What am I missing?