Let $P(x) := \prod_{k = 1}^{50} (x - k)$ and $Q(x) := \prod_{k = 1}^{50} (x + k)$. If $P(x) Q(x) = \sum_{k = 0}^{100} a_k x^k$, find $a_{100} - a_{99} - a_{98} - a_{97}$.
The correct answer is 42926. Can you explain the solution to this problem?
I have used the formula for the sum of roots for $P(x)Q(x)$ (Vieta's formula), and concluded $a_{99}=0$. $$ \sum_{k = 1}^{n} r_k = - \frac{a_{n - 1}}{a_n} $$
Let $$Q(x)=\sum_{i=1}^{50} b_ix^i.$$ Then $P(x)=Q(-x)$, so $$P(x)=\sum_{i=1}^{50} (-1)^ib_ix^i.$$
$$a_{100}=b_{50}^2=1$$ $$a_{99}=b_{50}b_{49}-b_{49}b_{50}=0$$ $$a_{98}=2b_{48}b_{50}-b_{49}^2$$ $$=\sum_{i\ne j} ij - \left(\sum_i i\right)^2=-\sum_{i=1}^{50} i^2=-42925.$$ $$a_{97}=b_{50}b_{47}-b_{49}b_{48}+b_{48}b_{49}-b_{47}b_{50}=0.$$
Thus we get $1-(-42925)=42926$ as an answer.