I have this problem,
Let $$p_n(x)=nx^{n+1}-(n+1)x^n+1 \in \mathbb Q[x]$$ for any positive integer $n$. Show that there exist a polynomial $q_n(x) \in \mathbb Q[x] $ satisfying $p_n(x)=(x-1)^2q_n(x)$.
initially I thought that I could use the division algorithm, such that $p_n(x)=(x-1)^2q_n(x)+v(x)$ but is there a reason that we could say that $v(x)=0$?