Im trying to solve this problem but I do not understand what the question is asking:
Let $n\ge 2$ be an integer and $ p_n(x) $ be the polynomial: $$ p_n(x) = (x-1)+(x-2)+\cdots+(x-n) $$
What is the remainder when $ p_n(x)$ is divided by $ p_{n-1}(x)$?
I don't understand the problem, how would I go about solving it?
$p_n\,$ is linear so $\, p_n(x) = c\, p_{n-1}(x) + \color{#c00}d.\,$ $\,p_{n-1}(x)\,$ has root = midpoint of $\,1,2,\ldots,n\!-\!1 =$ $\, \frac{1+(n-1)}2 = \frac{n}2.\ $ Evaluating at $\,x=\frac{n}2\!:\ $ $ \color{#c00}d = p_n(\frac{n}2) = p_{n-1}(\frac{n}2)+(\frac{n}2\!-\!n) = -\frac{n}2$